Searched refs:testClasses (Results 1 – 6 of 6) sorted by relevance
30 public static TestNG create(Class<?>... testClasses) { in create() argument32 result.setTestClasses(testClasses); in create()42 protected TestNG createTests(String suiteName, Class<?>... testClasses) { in createTests() argument45 for (Class<?> testClass : testClasses) { in createTests()
30 var testClasses = Assembly.GetExecutingAssembly().GetExportedTypes() in Main()33 foreach (var testClass in testClasses) in Main()
305 Multimap<Class<?>, Class<?>> testClasses = HashMultimap.create(); in findClassesToTest() local312 testClasses.put(testedClass, cls); in findClassesToTest()320 for (Class<?> testClass : testClasses.get(candidate)) { in findClassesToTest()
1410 String testClasses = cla.testClass; in configure() local1411 if (null != testClasses) { in configure()1412 String[] strClasses = testClasses.split(","); in configure()1560 String testClasses = (String) cmdLineArgs.get(CommandLineArgs.TEST_CLASS); in configure() local1561 if (null != testClasses) { in configure()1562 result.testClass = testClasses; in configure()1735 String testClasses = args.testClass; in validateCommandLineParameters() local1741 if (testClasses == null && slave == null && testJar == null in validateCommandLineParameters()1752 (null != groups || null != excludedGroups) && testClasses == null in validateCommandLineParameters()
27 public void testClasses() throws IntrospectionException { in testClasses() method in GenericArrayTypeTest
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...