System.out.println(">Init : night !");
thread.setDaemon(true);
thread.start();
apam.waitForIt(1000);
manager.printTools();
Assert.assertTrue(
"As the JackHammer is not granted(night), the worker resolution should fails -> thread should be waiting",
thread.isAlive());
System.out.println(">9h : morning !");