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