Gets or sets a set-up action to be executed before the test case.

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

Syntax

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

Remarks

If set to null (default), no action is performed.

See Also