3031323334353637383940
} protected void tearDown() throws Exception { scheduler.shutdown(); } protected Closure makeCommandWith(final int id) { return new Closure() { public Object evaluate() { if ((id % 5) == 0) { synchronized(this) { try { wait(200);