Exemplo n.º 1
0
 @Before
 public void setUp() throws Exception {
   helper = new GAETestHelper();
   helper.prepareLocalServiceTestHelper();
   helper.setUp();
 }
Exemplo n.º 2
0
 @After
 public void tearDown() {
   if (helper != null) {
     helper.tearDown();
   }
 }