CommandAppTesterSettings Class

Represents the configuration settings for the CommandAppTester class.
public sealed class CommandAppTesterSettings

Properties

bool TrimConsoleOutput
Gets or sets a value indicating whether whitespace should be trimmed from the console output.

Extension Methods

T And<CommandAppTesterSettings>(Action<CommandAppTesterSettings>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.