NUnit.Framework.Constraints.AttributeConstraint Members

The members of NUnit.Framework.Constraints.AttributeConstraint are listed below.

See Also: Inherited members from NUnit.Framework.Constraints.PrefixConstraint

Public Constructors

Constructs an AttributeConstraint for a specified attriute Type and base constraint.

Public Methods

override
Matches(object) : bool
Determines whether the Type or other provider has the expected attribute and if its value matches the additional constraint specified.
override
ToString() : string
Returns a string representation of the constraint.
override
WriteActualValueTo(MessageWriter)
Writes the actual value supplied to the specified writer.
override
WriteDescriptionTo(MessageWriter)
Writes a description of the attribute to the specified writer.

Protected Methods

override
GetStringRepresentation() : string
Documentation for this section has not yet been entered.