Overload | Description |
---|---|
NotHaveAttributeWithValue(String,String,String,Object[]) | Asserts that the current System.Xml.Linq.XElement doesn't have an attribute with the specified unexpectedName and/or unexpectedValue. |
NotHaveAttributeWithValue(XName,String,String,Object[]) | Asserts that the current System.Xml.Linq.XElement doesn't have an attribute with the specified unexpectedName and/or unexpectedValue. |