Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Static Public Member Functions | List of all members
Loyc.MiniTest.RunTests Class Reference

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...


Source file:

Remarks

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)