Ejemplo n.º 1
0
        public void TestSingleIfConditionBlock()
        {
            TestCase testCase = TestCase.GetSingleIfMethod();

            RunBlockInfoCollectionTest(testCase);
        }
Ejemplo n.º 2
0
        public void TestForSimple2LineBlock()
        {
            TestCase testCase = TestCase.GetSimple2LineMethodCase();

            RunBlockInfoCollectionTest(testCase);
        }