Searched defs:testObj (Results 1 – 3 of 3) sorted by relevance
393 private void setTestObjectInformation(Object testObj) { in setTestObjectInformation()601 TestSuite testObj = (TestSuite) loadObject(classObj); in collectClasses() local650 Test testObj = (Test) loadObject(classObj, false); in collectTests() local675 Test testObj = suite.testAt(i); in getTestMethods() local809 Object testObj = classObj.newInstance(); in loadObject() local832 public static void setOptionToLoadedObject(Object testObj, List<String> keyValueOptions) { in setOptionToLoadedObject()
151 private void injectValues(Object testObj) { in injectValues()
70 Object testObj = super.createTest(); in createTest() local