Initializes a test for a contract verifier field after it has been added to the test model.

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

Syntax

C#
protected virtual void InitializeTest(
	IPatternScope fieldScope,
	IFieldInfo field
)
Visual Basic (Declaration)
Protected Overridable Sub InitializeTest ( _
	fieldScope As IPatternScope, _
	field As IFieldInfo _
)

Parameters

fieldScope
Type: Gallio.Framework.Pattern..::.IPatternScope
The field scope.
field
Type: Gallio.Common.Reflection..::.IFieldInfo
The field.

See Also