ICSharpCode.SharpUnit an Unit Testing Framework for .NET

ITestRunner Members

Public Instance Properties

AssemblyLoader An ArrayList which contains all assembly loaders.

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.

Public Instance Events

TestAssemblyEnded
TestAssemblyStarted
TestEnded
TestFailed
TestRunEnded
TestRunStarted
TestStarted
TestSucceeded
TestSuiteEnded
TestSuiteStarted

See Also

ITestRunner Interface | ICSharpCode.SharpUnit.Environment Namespace