Searched refs:getTest (Results 1 – 2 of 2) sorted by relevance
114 Method getTest = junit3Runner.getClass().getDeclaredMethod("getTest"); in runChild() local115 getTest.setAccessible(true); in runChild()116 Test test = (Test) getTest.invoke(junit3Runner); in runChild()
309 String filterTestName = include.getTest(); in addTestIncludes()325 test.addExcludeFilter(exclude.getTest()); in addTestExcludes()337 String filterTest = filter.getTest(); in createFilterFile()355 if (exclude.getTest() == null) { in containsModuleExclude()