Пример #1
0
 @Override
 protected void setUp() throws Exception {
   super.setUp();
   for (TestSourceFile testFile : fileMap.values()) {
     if (testFile.getSource().length() > 0) {
       importFile(testFile.getName(), testFile.getSource());
     }
   }
 }
Пример #2
0
 @Override
 protected void tearDown() throws Exception {
   System.gc();
   fileManager.closeAllFiles();
   super.tearDown();
 }