CommandAppTesterSettings Class
Represents the configuration settings for the
CommandAppTester
class.
public sealed class CommandAppTesterSettings
- Namespace
- Spectre
.Console .Testing
Properties
- bool TrimConsoleOutput
- Gets or sets a value indicating whether whitespace should be trimmed from the console output.
Extension Methods
-
T And
< Command App Tester Settings> (Action < Command App Tester Settings> ) - 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.