@After
 public void tearDown() throws IOException {
   writer.close();
   DirectoryHelper.delete(directoryPath);
 }
 @Before
 public void setUp() throws FileNotFoundException {
   DirectoryHelper.create(directoryPath);
   writer = new FullSSDiscWriter(directoryPath);
 }