Executes the test method.

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

Syntax

C#
protected virtual void Execute(
	PatternTestInstanceState state
)
Visual Basic (Declaration)
Protected Overridable 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