Overload | Description |
---|---|
HaveAttributeWithValue(String,String,String,Object[]) | Asserts that the current System.Xml.Linq.XElement has an attribute with the specified expectedName and expectedValue. |
HaveAttributeWithValue(XName,String,String,Object[]) | Asserts that the current System.Xml.Linq.XElement has an attribute with the specified expectedName and expectedValue. |