コード例 #1
0
 public void tearDown() throws Exception {
   sau.deleteContentTree();
   // theDaemon.stopDaemon();
   super.tearDown();
 }
コード例 #2
0
 public void setUp() throws Exception {
   super.setUp();
   String tempDirPath = setUpDiskSpace();
   au = createAu();
   sau = PluginTestUtil.createAndStartSimAu(simAuConfig(tempDirPath));
 }