ThrowsConstraint.Matches 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Matches(Object) |
执行委托的代码并捕获任何异常。 如果提供了非 null 基约束,它将该约束应用于异常。 |
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
类型参数
- T