Creates the execution logic

Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public override IRun GetRun()
Public Overrides Function GetRun As IRun
public:
virtual IRun^ GetRun() override

Return Value

A IRun instance that represent the type test logic.

Remarks

See summary.

See Also