Executes the test method.

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

Syntax

C#
protected override void Execute(
	PatternTestInstanceState state
)
Visual Basic (Declaration)
Protected Overrides Sub Execute ( _
	state As PatternTestInstanceState _
)

Parameters

state
Type: Gallio.Framework.Pattern..::.PatternTestInstanceState
The test instance state, not null.

Remarks

The default implementation just calls InvokeTestMethod()()() and ignores the result.

See Also