Home
last modified time | relevance | path

Searched refs:GenericTest (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_genericpath.py19 class GenericTest(unittest.TestCase): class
161 class CommonTest(GenericTest):
164 common_attributes = GenericTest.common_attributes + [
281 test_support.run_unittest(GenericTest)
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue203/
DGenericTest.java22 public class GenericTest extends TestCase { class
/external/llvm-project/clang/test/CodeGen/
Dext-int.c6 void GenericTest(_ExtInt(3) a, unsigned _ExtInt(3) b, _ExtInt(4) c) {
/external/python/cpython3/Lib/test/
Dtest_genericpath.py20 class GenericTest: class
308 class TestGenericTest(GenericTest, unittest.TestCase):
315 for attr in GenericTest.common_attributes:
339 class CommonTest(GenericTest):
340 common_attributes = GenericTest.common_attributes + [
/external/grpc-grpc/test/cpp/cocoapods/generic/
Dgeneric.mm88 @interface GenericTest : XCTestCase interface
92 @implementation GenericTest { implementation
/external/dagger2/javatests/dagger/functional/
DGenericTest.java33 public class GenericTest { class