@Test public void testRead() throws IOException { Collection<StructuralMatchDataRecord> result = reader.read(file); assertNotNull(result); assertEquals(13, result.size()); }