This interface defines a type of test/non test run that is used
to define the TestFixturePatternAttribute logic.
Namespace: MbUnit.Core.Runs
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public interface IRun
Public Interface IRun
public interface class IRun
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| IsTest |
Gets a value indicating the run is considered as a test or not.
| |
| Name |
Gets a descriptive name of the IRun | |
| Reflect(RunInvokerTree, RunInvokerVertex, Type) |
Populates the RunInvokerTree invoker graph
with IRunInvoker generated by the run.
|
See Also
MbUnit.Core.Runs Namespace