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 Public property  Methods Public method 
 Public

 Protected
 Instance

 Static Static member
 Declared

 Inherited
 XNA Framework Only Supported by the XNA Framework

 .NET Compact Framework Only Supported by the .NET Compact Framework

 MemberDescription
Public propertyIsTest
Gets a value indicating the run is considered as a test or not.
Public propertyName
Gets a descriptive name of the IRun
Public methodReflect(RunInvokerTree, RunInvokerVertex, Type)
Populates the RunInvokerTree invoker graph with IRunInvoker generated by the run.

See Also