Searched refs:GenericTest (Results 1 – 6 of 6) sorted by relevance
19 class GenericTest(unittest.TestCase): class161 class CommonTest(GenericTest):164 common_attributes = GenericTest.common_attributes + [281 test_support.run_unittest(GenericTest)
22 public class GenericTest extends TestCase { class
6 void GenericTest(_ExtInt(3) a, unsigned _ExtInt(3) b, _ExtInt(4) c) {
20 class GenericTest: class308 class TestGenericTest(GenericTest, unittest.TestCase):315 for attr in GenericTest.common_attributes:339 class CommonTest(GenericTest):340 common_attributes = GenericTest.common_attributes + [
88 @interface GenericTest : XCTestCase interface92 @implementation GenericTest { implementation
33 public class GenericTest { class