|
object | ActualValue [get, private set] |
| The actual value that was passed to the Constraint.ApplyTo{TActual}(TActual) method. More...
|
|
ConstraintStatus | Status [get, set] |
| Gets and sets the ResultStatus for this result. More...
|
|
virtual bool | IsSuccess [get] |
| True if actual value meets the Constraint criteria otherwise false. More...
|
|
string | Name [get, private set] |
| Display friendly name of the constraint. More...
|
|
string | Description [get, private set] |
| Description of the constraint may be affected by the state the constraint had when Constraint.ApplyTo{TActual}(TActual) was performed against the actual value. More...
|
|
NUnit.Framework.Constraints.ThrowsConstraint.ThrowsConstraintResult.ThrowsConstraintResult |
( |
ThrowsConstraint |
constraint, |
|
|
Exception |
caughtException, |
|
|
ConstraintResult |
baseResult |
|
) |
| |
|
inline |
override void NUnit.Framework.Constraints.ThrowsConstraint.ThrowsConstraintResult.WriteActualValueTo |
( |
MessageWriter |
writer | ) |
|
|
inlinevirtual |
Write the actual value for a failing constraint test to a MessageWriter. This override only handles the special message used when an exception is expected but none is thrown.
- Parameters
-
writer | The writer on which the actual value is displayed |
Reimplemented from NUnit.Framework.Constraints.ConstraintResult.
readonly ConstraintResult NUnit.Framework.Constraints.ThrowsConstraint.ThrowsConstraintResult.baseResult |
|
private |
The documentation for this class was generated from the following file: