Gets or sets a tear-down action to be executed after the test case.

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

Syntax

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

Remarks

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

See Also