/** Test of startSimulation method, of class SimulationRunner. */
  public void testStartSimulation() {
    System.out.println("startSimulation");
    SimulationRunner instance = new SimulationRunner();
    instance.startSimulation();
    // TODO review the generated test code and remove the default call to fail.

  }
  /** 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.

  }
  /** Test of clear method, of class SimulationRunner. */
  public void testClear() {
    System.out.println("clear");
    SimulationRunner.clear();
    // TODO review the generated test code and remove the default call to fail.

  }