ICSharpCode.SharpUnit an Unit Testing Framework for .NET

ITestRunner Methods

The methods of the ITestRunner interface are listed below. For a complete list of ITestRunner interface members, see the ITestRunner Members topic.

Public Instance Methods

AddAssembly Adds an Assembly to the runner, creates an AssemblyLoader which is put in the AssemblyLoader ArrayList.
ReloadTestSuites Reloads all test suites.
RunAllTests This method runs a all tests in all AssemblyLoaders
RunTest This method runs a single test.
UnloadTestSuites Unloads all test suites.

See Also

ITestRunner Interface | ICSharpCode.SharpUnit.Environment Namespace