A pattern evaluator maintains state that is needed to interpret patterns.

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

Syntax

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

Remarks

It is used by the PatternTestDriver to populate a TestModel during test enumeration.

See Also