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

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

            RunBlockInfoCollectionTest(testCase);
        }