Executes the test.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected virtual void Execute( PatternTestInstanceState testInstanceState ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub Execute ( _ testInstanceState As PatternTestInstanceState _ ) |
Parameters
- testInstanceState
- Type: Gallio.Framework.Pattern..::.PatternTestInstanceState
The test instance state, not null.
Remarks
Override this method to add your own behavior around the default actions.
