Executes the main body of the test, excluding its children (which will run afterwards).

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

Syntax

C#
protected override void OnExecuteSelf()
Visual Basic (Declaration)
Protected Overrides Sub OnExecuteSelf

Remarks

The default implementation does nothing. Subclasses may override this behavior.

See Also