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