Initializes a test for a method after it has been added to the test model.

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

Syntax

C#
protected virtual void InitializeTest(
	IPatternScope methodScope,
	IMethodInfo method
)
Visual Basic (Declaration)
Protected Overridable Sub InitializeTest ( _
	methodScope As IPatternScope, _
	method As IMethodInfo _
)

Parameters

methodScope
Type: Gallio.Framework.Pattern..::.IPatternScope
The method scope.
method
Type: Gallio.Common.Reflection..::.IMethodInfo
The method.

See Also