public void HasBetweenOneAndTwoChildNodes() { // Tests will still pass when the implementation's "&&" is mutated to a "||", ">" to ">=" and "<" to "<=" Assert.That(PartiallyTestedXmlDocumentComparison.HasBetweenOneAndTwoChildNodes(doc), Is.True); }
public void HasExactlyOneXmlTextNode() { Assert.That(PartiallyTestedXmlDocumentComparison.HasExactlyOneXmlTextNode(doc), Is.True); }
public void HasRootXmlElement() { Assert.That(PartiallyTestedXmlDocumentComparison.HasRootXmlElement(doc), Is.True); }