Searched refs:createTest (Results 1 – 11 of 11) sorted by relevance
26 return createTest(description); in asTest()29 put(description, createTest(description)); in asTest()34 Test createTest(Description description) { in createTest() method in JUnit4TestAdapterCache
51 static public Test createTest(Class<?> theClass, String name) { in createTest() method in TestSuite294 addTest(createTest(theClass, name));
25 protected Object createTest() throws Exception { in JUnit44RunnerImpl()26 Object test = super.createTest(); in JUnit44RunnerImpl()
9 Object createTest() throws Exception; in createTest() method
81 protected Object createTest() throws Exception { in createTest() method in JUnit4ClassRunner89 test= createTest(); in invokeTestMethod()
378 public Object createTest() throws Exception {380 return delegate.createTest();382 Object test = super.createTest();
186 protected Object createTest() throws Exception { in createTest() method in BlockJUnit4ClassRunner236 return createTest(); in methodBlock()
85 public Object createTest() throws Exception { in createTest() method in Parameterized.TestClassRunnerForParameters
188 Test test= TestSuite.createTest(testClass, method); in runSingleMethod()
152 public Object createTest() throws Exception { in runWithCompleteAssignment() method in Theories
4579 function createTest(property, setUp, tearDown) { function4630 method = createTest(property, setUp, tearDown);