Overload | Description |
---|---|
HaveElement(String,String,Object[]) | Asserts that the current System.Xml.Linq.XElement has a direct child element with the specified expected name. |
HaveElement(XName,String,Object[]) | Asserts that the current System.Xml.Linq.XElement has a direct child element with the specified expected name. |
HaveElement(XName,OccurrenceConstraint,String,Object[]) | Asserts that the System.Xml.Linq.XElement of the current System.Xml.Linq.XElement has the specified occurrence of child elements with the specified expected name. |
HaveElement(String,OccurrenceConstraint,String,Object[]) | Asserts that the System.Xml.Linq.XElement of the current System.Xml.Linq.XElement has the specified occurrence of child elements with the specified expected name. |