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

/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/client/
H A DPerformanceTest.java184 Method testMethod = null;
190 testMethod = method;
195 if (testMethod == null) {
198 return (testMethod);
217 testMethod( method in class:PerformanceTest
226 final Method testMethod = findMethod(target, methodName, args);
229 final Object resultFirst = testMethod.invoke(target, args);
232 String msg = interfaceName + "." + getMethodString(testMethod, args) +
238 final Object result = testMethod.invoke(target, args);
259 testMethod(domainRoo
[all...]

Completed in 11 milliseconds