Searched defs:testObj (Results 1 – 4 of 4) sorted by relevance
454 private void setTestObjectInformation(Object testObj) { in setTestObjectInformation()541 Test testObj = allTest.nextElement(); in runTestClasses() local705 TestSuite testObj = (TestSuite) loadObject(classObj); in collectClasses() local754 Test testObj = (Test) loadObject(classObj, false); in collectTests() local778 Test testObj = suite.testAt(i); in getTestMethods() local922 Object testObj = classObj.newInstance(); in loadObject() local945 public static void setOptionToLoadedObject(Object testObj, List<String> keyValueOptions) { in setOptionToLoadedObject()
151 private void injectValues(Object testObj) { in injectValues()
84 Object testObj = super.createTest(); in createTest() local
76 protected Statement methodInvoker(FrameworkMethod method, Object testObj) { in methodInvoker()