super.tearDown();
}
public void testIsRecognizedFormat() throws IOException {
IsiImporter importer = new IsiImporter();
assertTrue(importer.isRecognizedFormat(IsiImporterTest.class
.getResourceAsStream("IsiImporterTest1.isi")));
assertTrue(importer.isRecognizedFormat(IsiImporterTest.class
.getResourceAsStream("IsiImporterTestINSPEC.isi")));
assertTrue(importer.isRecognizedFormat(IsiImporterTest.class
.getResourceAsStream("IsiImporterTestWOS.isi")));
assertTrue(importer.isRecognizedFormat(IsiImporterTest.class
.getResourceAsStream("IsiImporterTestMedline.isi")));
}