The DefaultPatternEvaluator type exposes the following members.

Constructors

  NameDescription
DefaultPatternEvaluator
Creates a pattern evaluator.

Methods

  NameDescription
Consume
Consumes the specified code element.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDeclaredTests
Finds tests that are declared by the specified ICodeElementInfo.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetPatterns
Gets all patterns associated with a code element.
GetPrimaryPattern
Gets the primary pattern associated with a code element, or null if none.
GetScopes
Finds scopes that are associated with the specified ICodeElementInfo and returns an enumeration of their IPatternScope objects.
GetTestParts
Gets the test parts represented by a code element.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HasPatterns
Returns true if a code element has one or more associated patterns.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Process
Processes the specified code element.
RegisterScope
Registers the scope so that it can be resolved later by GetScopes(ICodeElementInfo).
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
RootScope
Gets the scope of the root test.
TestModelBuilder
Gets the builder for the test model under construction.

See Also