When set to true, includes setup and teardown in the rollback. Otherwise only transactions performed during the test itself are affected.

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

Syntax

C#
public bool IncludeSetUpAndTearDown { get; set; }
Visual Basic (Declaration)
Public Property IncludeSetUpAndTearDown As Boolean

Remarks

The fixture setup and teardown is not included regardless unless this attribute is applied to the fixture class itself instead of the test method.

See Also