Beispiel #1
0
 @Test
 public void testIfNotRecognizedFormat() throws IOException, URISyntaxException {
   Path file = Paths.get(RISImporterTest.class.getResource("RisImporterCorrupted.ris").toURI());
   Assert.assertFalse(importer.isRecognizedFormat(file, Charset.defaultCharset()));
 }