示例#1
0
        public void IsHandling_DataTypeIs_True()
        {
            var sutXml          = new DataTypeXml();
            var ctrXml          = new IsXml();
            var testCaseFactory = new TestCaseFactory();

            var actual = testCaseFactory.IsHandling(sutXml.GetType(), ctrXml.GetType());

            Assert.That(actual, Is.True);
        }