Searched refs:testGroups (Results 1 - 5 of 5) sorted by relevance

/external/testng/src/test/java/
H A DConverterSample4.java42 public void testGroups() { method in class:ConverterSample4
/external/testng/src/test/java/test/sample/
H A DConverterSample3.java40 public void testGroups() { method in class:ConverterSample3
/external/testng/src/test/java/test/groupinvocation/
H A DGroupSuiteTest.java55 String[] testGroups, String[] excludedTestGroups,
61 t.setIncludedGroups(Arrays.asList(testGroups));
54 runWithSuite(String[] suiteGroups, String[] excludedSuiteGroups, String[] testGroups, String[] excludedTestGroups, String[] methods) argument
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java1158 HashMap<String, ArrayList<String> > testGroups = new HashMap<>();
1163 ArrayList<String> testGroup = testGroups.get(components[0]);
1167 testGroups.put(components[0], testGroup);
1173 for (String testGroup : testGroups.keySet()) {
1180 + generateTestCaseTrieFromPaths(testGroups.get(testGroup));
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py2013 def testGroups(self): member in class:ByteSizeTest

Completed in 238 milliseconds