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