man csunit (Commandes) - C# unit testing framework
NAME
csunit - C# unit testing framework
SYNOPSIS
csunit [ options ] assembly [test ...]
DESCRIPTION
Csunit CSUnit is a stripped-down unit testing framework, based loosely on JUnit and NUnit. It doesn't have a fancy UI, as it is designed for batch testing within an automake framework.
OPTIONS
- --stop-at-fail, -s
- Stop at the first failed test.
- --show-failed, -f
- Only show tests that have failed.
- --list, -l
- List all test suites and tests that are registered.
- --type-name name, -t name
- Specify the suite registration type.
- --help
- Print a usage message for the csunit program.
- -v, --version
- Print the version of the csunit program.
AUTHOR
Written by Southern Storm Software, Pty Ltd.
http://www.southern-storm.com.au/