assertScriptUtilsBoundToScript();
assertIsDefinedFunctionBoundToScript();
}
ClientMain createClient() throws Exception {
ClientMain client = new ClientMain();
//client.setSubject(new Subject("rhqadmin", true, true));
client.setRemoteClient(new RemoteClientStub("localhost", 7080));
return client;
}