}
public void testInvokeNoArgs() throws Exception {
if (!runTests) return;
IJmxTestBean proxy = getProxy();
long result = proxy.myOperation();
assertEquals("The operation should return 1", 1, result);
}
public void testInvokeArgs() throws Exception {
if (!runTests) return;