Overload | Description |
---|---|
NotBeDecoratedWith<TAttribute>(String,Object[]) | Asserts that the current System.Type is not decorated with the specified TAttribute. |
NotBeDecoratedWith<TAttribute>(Expression<Func<TAttribute,Boolean>>,String,Object[]) | Asserts that the current System.Type is not decorated with an attribute of type TAttribute that matches the specified isMatchingAttributePredicate. |