Gets the delegate to run as the main body of the test case.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public Action Execute { get; }
Visual Basic (Declaration)
Public ReadOnly Property Execute As Action

See Also