Runs tear-down code after each child.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected virtual void OnTearDownChild() |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnTearDownChild |
Remarks
The default implementation does nothing. Subclasses may override this behavior.
