Searched defs:testObj (Results 1 – 4 of 4) sorted by relevance
65 protected Statement methodInvoker(FrameworkMethod method, Object testObj) { in methodInvoker()
467 private void setTestObjectInformation(Object testObj) { in setTestObjectInformation()568 Test testObj = allTest.nextElement(); in runTestClasses() local779 TestSuite testObj = (TestSuite) loadObject(classObj); in collectClasses() local828 Test testObj = (Test) loadObject(classObj, false); in collectTests() local852 Test testObj = suite.testAt(i); in getTestMethods() local1043 Object testObj = classObj.getDeclaredConstructor().newInstance(); in loadObject() local1069 public static void setOptionToLoadedObject(Object testObj, List<String> keyValueOptions) { in setOptionToLoadedObject()
139 private void injectValues(Object testObj) { in injectValues()
80 Object testObj = super.createTest(); in createTest() local