The MbUnit.Core namespace and child namespaces contains the kernel of MbUnit.
The MbUnit.Core.Collections namespace contains stronly typed collections.
The Exceptions namespace contains custom exception classes relative to the MbUnit framework.
The MbUnit.Framework namespace contains base class for custom attributes , for test fixtures. The custom attributes can be used to build new test fixture.
The MbUnit.Core.Invokers namespace contains invokers classes that are functor-like wrapper for fixture methods.
The MbUnit.Core.Monitoring namespace contains time and memory performance tracers.
The MbUnit.Core.Runs namespace contains run object that are generators for invoker methods.
Classes
| Class | Description | |
|---|---|---|
| AssemblyEventArgs |
Event argument that contains an assembly.
| |
| AutoRunner | ||
| Fixture | ||
| MethodSignature |
TODO - Add class summary
| |
| NakedFixtureFactory | ||
| ResourceHelper |
Static helper functions for retreiving resources
| |
| RunPipe |
This class represents the execution pipe of a test. It contains a
sequence of IRunInvoker.
| |
| RunPipeEventArgs |
TODO - Add class summary
| |
| RunPipeResultEventArgs | ||
| RunPipeStarter | ||
| RunPipeStarterEventArgs |
Summary description for RunPipeStarterEventArgs.
| |
| SSCLIFixtureFactory | ||
| SSCLIFixtureFactory..::.MainMethodRunInvoker | ||
| SSCLIFixtureFactory..::.SSCLIRun | ||
| TypeEventArgs |
Event argument that carries a Type instance.
| |
| TypeHelper |
Helper static class for Type related tasks
|
Interfaces
| Interface | Description | |
|---|---|---|
| IFixtureFactory | ||
| IFixtureRunner | ||
| IRunPipeListener |
Delegates
| Delegate | Description | |
|---|---|---|
| AssemblyEventHandler | Assembly event delegate | |
| RunPipeEventHandler | ||
| RunPipeStarterEventHandler | ||
| RunPipeSuccessEventHandler | ||
| TypeEventHandler |
Type event delegate
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| TestNodeType | ||
| TestState |
