Method | Description | |
---|---|---|
Matches ( ActualValueDelegate del ) : bool |
Converts an ActualValueDelegate to a TestDelegate before calling the primary overload.
|
|
Matches ( object actual ) : bool |
Executes the code of the delegate and captures any exception. If a non-null base constraint was provided, it applies that constraint to the exception.
|
|
ThrowsConstraint ( Constraint baseConstraint ) : System |
Initializes a new instance of the T:ThrowsConstraint class, using a constraint to be applied to the exception.
|
|
WriteActualValueTo ( |
Write the actual value for a failing constraint test to a MessageWriter. The default implementation simply writes the raw value of actual, leaving it to the writer to perform any formatting.
|
|
WriteDescriptionTo ( |
Write the constraint description to a MessageWriter
|
Method | Description | |
---|---|---|
GetStringRepresentation ( ) : string |
Returns the string representation of this constraint
|
protected GetStringRepresentation ( ) : string | ||
return | string |
public Matches ( ActualValueDelegate del ) : bool | ||
del | ActualValueDelegate | |
return | bool |
public Matches ( object actual ) : bool | ||
actual | object | A delegate representing the code to be tested |
return | bool |
public ThrowsConstraint ( Constraint baseConstraint ) : System | ||
baseConstraint | Constraint | A constraint to apply to the caught exception. |
return | System |
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 |