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