Searched defs:testClasses (Results 1 – 4 of 4) sorted by relevance
30 public static TestNG create(Class<?>... testClasses) { in create()42 protected TestNG createTests(String suiteName, Class<?>... testClasses) { in createTests()
27 public void testClasses() throws IntrospectionException { in testClasses() method in GenericArrayTypeTest
305 Multimap<Class<?>, Class<?>> testClasses = HashMultimap.create(); in findClassesToTest() local
1410 String testClasses = cla.testClass; in configure() local1560 String testClasses = (String) cmdLineArgs.get(CommandLineArgs.TEST_CLASS); in configure() local1735 String testClasses = args.testClass; in validateCommandLineParameters() local