コード例 #1
0
 @After
 public void dispose() throws Exception {
   scheduler.stop();
   executor.stop();
 }
コード例 #2
0
 @Before
 public void prepare() throws Exception {
   executor.start();
   scheduler.start();
 }