Machine.Specifications.ConsoleRunner.Specs
1 concern, 4 contexts, 11 specifications
Console runner specifications
4 contexts, 11 specifications
when arguments are not provided
1 specification
- should print usage statement
when running a specification assembly
5 specifications
- should write the assembly name
- should write the specifications
- should write the contexts
- should write the count of contexts
- should write the count of specifications
when specifying a missing assembly on the command line
2 specifications
- should output an error message with the name of the missing assembly
- should return the Error exit code
when a specification fails
3 specifications
- should write the failure
- should write the count of failed specifications
- should return the Failure exit code