Home
last modified time | relevance | path

Searched refs:MyTestCase (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Index/Core/
Dindex-subkinds.m7 // CHECK: [[@LINE+1]]:12 | class(test)/ObjC | MyTestCase | c:objc(cs)MyTestCase | _OBJC_CLASS_$_MyT…
8 @interface MyTestCase : XCTestCase interface
10 // CHECK: [[@LINE+1]]:17 | class(test)/ObjC | MyTestCase | c:objc(cs)MyTestCase | <no-cgname> | Def…
11 @implementation MyTestCase implementation
12 …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 : MyTestCase
29 // CHECK: [[@LINE+1]]:12 | extension/ObjC | cat | c:objc(cy)MyTestCase@cat | <no-cgname> | Decl | r…
30 @interface MyTestCase(cat) interface in cat
[all …]
/external/python/cpython2/Lib/unittest/test/
Dtest_loader.py88 class MyTestCase(unittest.TestCase): class
91 m.testcase_1 = MyTestCase
97 expected = [loader.suiteClass([MyTestCase('test')])]
116 class MyTestCase(unittest.TestCase): class
118 m.testcase_1 = MyTestCase
137 class MyTestCase(unittest.TestCase): class
142 test_2 = MyTestCase
147 reference = [unittest.TestSuite([MyTestCase('test')])]
155 class MyTestCase(unittest.TestCase): class
158 m.testcase_1 = MyTestCase
[all …]
/external/python/cpython3/Lib/unittest/test/
Dtest_loader.py114 class MyTestCase(unittest.TestCase): class
117 m.testcase_1 = MyTestCase
123 expected = [loader.suiteClass([MyTestCase('test')])]
142 class MyTestCase(unittest.TestCase): class
144 m.testcase_1 = MyTestCase
163 class MyTestCase(unittest.TestCase): class
168 test_2 = MyTestCase
173 reference = [unittest.TestSuite([MyTestCase('test')])]
182 class MyTestCase(unittest.TestCase): class
185 m.testcase_1 = MyTestCase
[all …]
/external/python/cpython2/Lib/ctypes/test/
Dtest_incomplete.py9 class MyTestCase(unittest.TestCase): class
/external/python/cpython3/Lib/ctypes/test/
Dtest_incomplete.py9 class MyTestCase(unittest.TestCase): class
/external/python/cpython2/Doc/library/
Dunittest.rst580 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'
/external/python/cpython3/Doc/library/
Dunittest.rst517 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'