Home
last modified time | relevance | path

Searched refs:testMethod (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/qadevOOo/runner/complexlib/
H A DMethodThread.java52 public MethodThread(Method testMethod, Object invokeClass, PrintWriter log) in MethodThread() argument
54 mTestMethod = testMethod; in MethodThread()
59 public MethodThread(Method testMethod, Object invokeClass, Object[] parameter, PrintWriter log) in MethodThread() argument
61 mTestMethod = testMethod; in MethodThread()
H A DComplexTestCase.java128 Method testMethod = null; in test_method() local
140 testMethod = this.getClass().getMethod(entryName, new Class[] { String.class }); in test_method()
144 testMethod = this.getClass().getMethod(entryName, new Class[] {} ); in test_method()
148 … MethodThread th = new MethodThread(testMethod, this, parameter, (java.io.PrintWriter) log); in test_method()
/aoo4110/main/connectivity/qa/complex/connectivity/hsqldb/
H A DDatabaseMetaData.java53 protected void testMethod(String sName,Class[] params,Object[] objParams,int nCount){ in testMethod() method in DatabaseMetaData
/aoo4110/main/scripting/workben/data/testdata/
H A DScriptRuntimeManager.csv1 … URI;location=script_in_class_file.sxw;logicalname=script://doc.jsuite.testMethod;expected=XScript…

Completed in 29 milliseconds