Method | Description | |
---|---|---|
Matches ( object actual ) : bool |
Test whether the constraint is satisfied by a given value
|
|
NotConstraint ( Constraint baseConstraint ) |
Initializes a new instance of the NotConstraint class.
|
|
WriteActualValueTo ( |
Write the actual value for a failing constraint test to a MessageWriter.
|
|
WriteDescriptionTo ( |
Write the constraint description to a MessageWriter
|
public Matches ( object actual ) : bool | ||
actual | object | The value to be tested |
return | bool |
public NotConstraint ( Constraint baseConstraint ) | ||
baseConstraint | Constraint | The base constraint to be negated. |
public WriteActualValueTo ( |
||
writer | The writer on which the actual value is displayed | |
return | void |
public WriteDescriptionTo ( |
||
writer | The writer on which the description is displayed | |
return | void |