Searched refs:testGroups (Results 1 – 8 of 8) sorted by relevance
55 String[] testGroups, String[] excludedTestGroups, in runWithSuite() argument61 t.setIncludedGroups(Arrays.asList(testGroups)); in runWithSuite()
42 public void testGroups() { in testGroups() method in ConverterSample4
40 public void testGroups() { in testGroups() method in ConverterSample3
33 def testGroups(self, num_groups): member in GroupLockTest
1095 HashMap<String, ArrayList<String> > testGroups = new HashMap<>(); in generateTestCaseTrieFromPaths() local1100 ArrayList<String> testGroup = testGroups.get(components[0]); in generateTestCaseTrieFromPaths()1104 testGroups.put(components[0], testGroup); in generateTestCaseTrieFromPaths()1110 for (String testGroup : testGroups.keySet()) { in generateTestCaseTrieFromPaths()1117 + generateTestCaseTrieFromPaths(testGroups.get(testGroup)); in generateTestCaseTrieFromPaths()
317 testGroups = self._readGroups()318 if testGroups != self._upConvertedKerningData["originalGroups"]:
3177 TestGroup testGroups[] = in createFloatControlsTestGroup() local3184 for (int i = 0 ; i < DE_LENGTH_OF_ARRAY(testGroups) ; ++i) in createFloatControlsTestGroup()3186 const TestGroup& testGroup = testGroups[i]; in createFloatControlsTestGroup()
2043 def testGroups(self): member in ByteSizeTest