public void op_Check_whenXmlIgnoreMissing() { var obj = new XmlNamespaceDeclarationsTest(typeof(PropertiedClass1).GetProperty("AutoBoolean")); Assert.Throws<UnitTestException>(() => obj.Check()); }
public void op_Check_whenXmlIgnoreMissing() { var obj = new XmlNamespaceDeclarationsTest(typeof(PropertiedClass1).GetProperty("AutoBoolean")); Assert.Throws <UnitTestException>(() => obj.Check()); }
public void op_Check_whenTrue() { var obj = new XmlNamespaceDeclarationsTest(typeof(XmlDecorationClass1).GetProperty("Array1")); Assert.True(obj.Check()); }