Applies decorations to a type-level test.

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

Syntax

C#
protected virtual void DecorateTest(
	IPatternScope typeScope,
	ITypeInfo type
)
Visual Basic (Declaration)
Protected Overridable Sub DecorateTest ( _
	typeScope As IPatternScope, _
	type As ITypeInfo _
)

Parameters

typeScope
Type: Gallio.Framework.Pattern..::.IPatternScope
The type scope.
type
Type: Gallio.Common.Reflection..::.ITypeInfo
The type.

Remarks

A typical use of this method is to augment the test with additional metadata or to add additional behaviors to the test.

See Also