コード例 #1
0
 @After
 public void teardownTester() throws Exception {
   tester.teardownTestArea();
 }
コード例 #2
0
 @Test
 public void expirationCheck() throws Exception {
   tester.executeTest();
 }
コード例 #3
0
 @Before
 public void setupTester() throws Exception {
   tester.setupTestArea();
 }