Exemple #1
0
        public void TestSingleIfConditionBlock()
        {
            TestCase testCase = TestCase.GetSingleIfMethod();

            RunBlockInfoCollectionTest(testCase);
        }
Exemple #2
0
        public void TestForSimple2LineBlock()
        {
            TestCase testCase = TestCase.GetSimple2LineMethodCase();

            RunBlockInfoCollectionTest(testCase);
        }