Searched defs:testObj (Results 1 – 4 of 4) sorted by relevance
65 protected Statement methodInvoker(FrameworkMethod method, Object testObj) { in methodInvoker()
507 private void setTestObjectInformation(Object testObj) { in setTestObjectInformation()614 Test testObj = allTest.nextElement(); in runTestClasses() local838 TestSuite testObj = (TestSuite) loadObject(classObj); in collectClasses() local887 Test testObj = (Test) loadObject(classObj, false); in collectTests() local911 Test testObj = suite.testAt(i); in getTestMethods() local1105 Object testObj = classObj.getDeclaredConstructor().newInstance(); in loadObject() local1131 public static void setOptionToLoadedObject(Object testObj, List<String> keyValueOptions) { in setOptionToLoadedObject()
139 private void injectValues(Object testObj) { in injectValues()
83 Object testObj = super.createTest(); in createTest() local