コード例 #1
0
 @Test
 public void testJobInfo() throws Exception {
   JobInfo info = new JobInfo();
   Assert.assertEquals("NORMAL", info.getPriority());
   info.printAll();
 }