Enhanced C#
Language of your choice: library documentation
|
Searches for test methods and runs them, printing the name of each test to the console followed by errors (if any) produced by the test. More...
Searches for test methods and runs them, printing the name of each test to the console followed by errors (if any) produced by the test.
This class finds tests by looking for custom attributes by their string name (e.g. "TestAttribute"), so it is compatible with both NUnit.Framework and Loyc.MiniTest.
RunTests is a stripped-down subset of the functionality supported by MiniTestRunner.
Static Public Member Functions | |
static void | Run (object o) |