ThrowsNothingConstraint.Matches Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Matches(Object) |
Test whether the constraint is satisfied by a given value |
Matches<T>(ActualValueDelegate<T>) |
Matches(Object)
Matches<T>(ActualValueDelegate<T>)
public override bool Matches<T> (NUnit.Framework.Constraints.ActualValueDelegate<T> del);
override this.Matches : NUnit.Framework.Constraints.ActualValueDelegate<'T> -> bool
Type Parameters
- T