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