Esempio n. 1
0
 /**
  * JUnit teardown method.
  *
  * @throws Exception in case anything goes wrong.
  */
 @Override
 protected void tearDown() throws Exception {
   super.tearDown();
 }
Esempio n. 2
0
 /**
  * JUnit setup method.
  *
  * @throws Exception in case anything goes wrong.
  */
 @Override
 protected void setUp() throws Exception {
   super.setUp();
 }