Overload | Description |
---|---|
BeDecoratedWithOrInherit<TAttribute>(String,Object[]) | Asserts that the current System.Type is decorated with, or inherits from a parent class, the specified TAttribute. |
BeDecoratedWithOrInherit<TAttribute>(Expression<Func<TAttribute,Boolean>>,String,Object[]) | Asserts that the current System.Type is decorated with, or inherits from a parent class, an attribute of type TAttribute that matches the specified isMatchingAttributePredicate. |