Beispiel #1
0
 public void start() throws Exception {
   slimRunner.asynchronousStart();
   slimClient = new SlimClient("localhost", slimSocket);
   try {
     waitForConnection();
     started = true;
   } catch (SlimError e) {
     testSystemListener.exceptionOccurred(e);
   }
 }