Overload | Description |
---|---|
HaveProperty(Type,String,String,Object[]) | Asserts that the current System.Type has a property of type propertyType named name. |
HaveProperty<TProperty>(String,String,Object[]) | Asserts that the current System.Type has a property of type TProperty named name. |