コード例 #1
0
 public void testExecute() {
   int num = repeatUpChannelTask.execute();
   super.assertEquals(3, num);
 }
コード例 #2
0
 protected void setUp() throws Exception {
   super.setUp();
   repeatUpChannelTask = new RepeatUpChannelTask();
 }
コード例 #3
0
 protected void tearDown() throws Exception {
   super.tearDown();
 }