CommandAppFailure Class

Represents a CommandApp runtime failure.
public sealed class CommandAppFailure

Properties

Exception Exception
Gets the exception that was thrown.
string Output
Gets the console output.

Extension Methods

T And<CommandAppFailure>(Action<CommandAppFailure>)
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.