Searched refs:MyTestCase (Results 1 – 7 of 7) sorted by relevance
7 // CHECK: [[@LINE+1]]:12 | class(test)/ObjC | MyTestCase | c:objc(cs)MyTestCase | _OBJC_CLASS_$_MyT…8 @interface MyTestCase : XCTestCase interface10 // CHECK: [[@LINE+1]]:17 | class(test)/ObjC | MyTestCase | c:objc(cs)MyTestCase | <no-cgname> | Def…11 @implementation MyTestCase implementation12 …NE+1]]:1 | instance-method(test)/ObjC | testMe | c:objc(cs)MyTestCase(im)testMe | -[MyTestCase tes…14 …NE+1]]:1 | instance-method/ObjC | testResult | c:objc(cs)MyTestCase(im)testResult | -[MyTestCase t…16 …1]]:1 | instance-method/ObjC | testWithInt: | c:objc(cs)MyTestCase(im)testWithInt: | -[MyTestCase …21 @interface SubTestCase : MyTestCase29 // CHECK: [[@LINE+1]]:12 | extension/ObjC | cat | c:objc(cy)MyTestCase@cat | <no-cgname> | Decl | r…30 @interface MyTestCase(cat) interface in cat[all …]
88 class MyTestCase(unittest.TestCase): class91 m.testcase_1 = MyTestCase97 expected = [loader.suiteClass([MyTestCase('test')])]116 class MyTestCase(unittest.TestCase): class118 m.testcase_1 = MyTestCase137 class MyTestCase(unittest.TestCase): class142 test_2 = MyTestCase147 reference = [unittest.TestSuite([MyTestCase('test')])]155 class MyTestCase(unittest.TestCase): class158 m.testcase_1 = MyTestCase[all …]
114 class MyTestCase(unittest.TestCase): class117 m.testcase_1 = MyTestCase123 expected = [loader.suiteClass([MyTestCase('test')])]142 class MyTestCase(unittest.TestCase): class144 m.testcase_1 = MyTestCase163 class MyTestCase(unittest.TestCase): class168 test_2 = MyTestCase173 reference = [unittest.TestSuite([MyTestCase('test')])]182 class MyTestCase(unittest.TestCase): class185 m.testcase_1 = MyTestCase[all …]
9 class MyTestCase(unittest.TestCase): class
580 class MyTestCase(unittest.TestCase):599 test_format (__main__.MyTestCase) ... skipped 'not supported in this library version'600 test_nothing (__main__.MyTestCase) ... skipped 'demonstrating skipping'601 test_windows_support (__main__.MyTestCase) ... skipped 'requires Windows'
517 class MyTestCase(unittest.TestCase):536 test_format (__main__.MyTestCase) ... skipped 'not supported in this library version'537 test_nothing (__main__.MyTestCase) ... skipped 'demonstrating skipping'538 test_windows_support (__main__.MyTestCase) ... skipped 'requires Windows'