Executes the main body of the test, excluding its children (which will
run afterwards).
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected virtual void OnExecuteSelf() |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnExecuteSelf |
Remarks
The default implementation does nothing. Subclasses may override this behavior.
