Lines Matching refs:tests
62 Iterator tests; in _getScriptLogicalNames() local
65 tests = c.iterator(); in _getScriptLogicalNames()
67 while (tests.hasNext()) { in _getScriptLogicalNames()
68 result &= runGetScriptLogicalNamesTest((Parameters)tests.next()); in _getScriptLogicalNames()
120 Iterator tests; in _getImplementations() local
123 tests = c.iterator(); in _getImplementations()
125 while (tests.hasNext()) { in _getImplementations()
126 result &= runGetImplementationsTest((Parameters)tests.next()); in _getImplementations()
177 Iterator tests; in _getAllImplementations() local
180 tests = c.iterator(); in _getAllImplementations()
182 while (tests.hasNext()) { in _getAllImplementations()
183 result &= runGetAllImplementationsTest((Parameters)tests.next()); in _getAllImplementations()