Lines Matching refs:testCases
186 Map<String,TestClass> testCases = new LinkedHashMap<String, TestClass>();
217 addToTests(expectations, testCases, klass.asSubclass(TestCase.class));
227 addToTests(expectations, testCases, klass.asSubclass(TestCase.class));
242 for (Iterator<TestClass> iterator = testCases.values().iterator(); iterator.hasNext();) {
375 Map<String,TestClass> testCases,
399 addToTests(expectations, testCases, test, testName);
406 Map<String,TestClass> testCases,
434 if (testCases.containsKey(testClassName)) {
435 testClass = testCases.get(testClassName);
438 testCases.put(testClassName, testClass);