예제 #1
0
 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);
 }
예제 #2
0
 public void HasExactlyOneXmlTextNode()
 {
     Assert.That(PartiallyTestedXmlDocumentComparison.HasExactlyOneXmlTextNode(doc), Is.True);
 }
예제 #3
0
 public void HasRootXmlElement()
 {
     Assert.That(PartiallyTestedXmlDocumentComparison.HasRootXmlElement(doc), Is.True);
 }