Overload | Description |
---|---|
HaveExplicitMethod(Type,String,IEnumerable<Type>,String,Object[]) | Asserts that the current System.Type explicitly implements a method named name from interface interfaceType. |
HaveExplicitMethod<TInterface>(String,IEnumerable<Type>,String,Object[]) | Asserts that the current System.Type explicitly implements a method named name from interface TInterface. |