A pattern scope describes the environment in which the pattern is being evaluated.

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

Syntax

C#
public interface IPatternScope
Visual Basic (Declaration)
Public Interface IPatternScope

Remarks

A pattern is always evaluated in some scope which determines its ultimate effect on declarations of tests, test parameters and test data contexts.

See Also