Exemplo n.º 1
0
        public void op_Check_whenXmlIgnoreMissing()
        {
            var obj = new XmlTextTest(typeof(PropertiedClass1).GetProperty("AutoBoolean"));

            Assert.Throws <UnitTestException>(() => obj.Check());
        }
Exemplo n.º 2
0
        public void op_Check_whenXmlIgnoreMissing()
        {
            var obj = new XmlTextTest(typeof(PropertiedClass1).GetProperty("AutoBoolean"));

            Assert.Throws<UnitTestException>(() => obj.Check());
        }
Exemplo n.º 3
0
        public void op_Check_whenTrue()
        {
            var obj = new XmlTextTest(typeof(XmlDecorationClass1).GetProperty("Text"));

            Assert.True(obj.Check());
        }
Exemplo n.º 4
0
        public void op_Check_whenTrue()
        {
            var obj = new XmlTextTest(typeof(XmlDecorationClass1).GetProperty("Text"));

            Assert.True(obj.Check());
        }