}
}
public static void main(String[] args)
{
MultiThreadedPerformanceClientTest test = new MultiThreadedSpringRMIPerformanceClient();
try
{
test.setUp();
test.testClientCalls();
test.tearDown();
}
catch(Throwable throwable)
{
throwable.printStackTrace();
}