/** Test of main method, of class SimulationRunner. */
  public void testMain() {
    System.out.println("main");
    String[] args = null;
    SimulationRunner.main(args);
    // TODO review the generated test code and remove the default call to fail.

  }