ICSharpCode.SharpUnit an Unit Testing Framework for .NET

ICSharpCode.SharpUnit.Environment Namespace

Namespace hierarchy

Classes

ClassDescription
AssemblyLister
AssemblyLoader
AssemblyLoaderDomain
DefaultTest Default implementation of the ITest interface.
DefaultTestRunner
DefaultTestSuite
TestAssemblyEventArgs
TestEventArgs
TestFailedEventArgs
TestSuiteEventArgs
TestSuiteFailedEventArgs
UnloadTestSuitException
XmlTestListener
XmlTestListener.TestInformationBase

Interfaces

InterfaceDescription
ITest This interface describes the basic test.
ITestRunner The basic interface for the test runner. The test runner is a container for all assembly loaders and it does run the tests.
ITestSuite This is the basic collection of tests. (e.g. a testclass)

Delegates

DelegateDescription
TestAssemblyEventHandler
TestEventHandler
TestFailedEventHandler
TestSuiteEventHandler
TestSuiteFailedEventHandler