Verifies that the attribute is being used correctly.

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

Syntax

C#
protected virtual void Validate(
	IPatternScope containingScope,
	IAssemblyInfo assembly
)
Visual Basic (Declaration)
Protected Overridable Sub Validate ( _
	containingScope As IPatternScope, _
	assembly As IAssemblyInfo _
)

Parameters

containingScope
Type: Gallio.Framework.Pattern..::.IPatternScope
The containing scope.
assembly
Type: Gallio.Common.Reflection..::.IAssemblyInfo
The assembly.

Exceptions

ExceptionCondition
Gallio.Framework.Pattern..::.PatternUsageErrorExceptionThrown if the attribute is being used incorrectly.

See Also