The methods of NUnit.Framework.Constraints.ThrowsNothingConstraint are listed below. For a list of all members, see the ThrowsNothingConstraint Members list.
See Also: Inherited members from NUnit.Framework.Constraints.Constraint
override | Matches(object)Test whether the constraint is satisfied by a given value | |
override | Matches<T>(ActualValueDelegate<T>)Documentation for this section has not yet been entered. | |
override | WriteActualValueTo(MessageWriter)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. | |
override | WriteDescriptionTo(MessageWriter)Write the constraint description to a MessageWriter | |