use of de.ids_mannheim.korap.response.Match in project Krill by KorAP.
the class TestMatch method testNoMatch.
@Test
public void testNoMatch() {
Match m = new Match("aaa", false);
assertEquals(null, m.getID());
}
use of de.ids_mannheim.korap.response.Match in project Krill by KorAP.
the class TestMatch method testMatchTextSigle2.
@Test
public void testMatchTextSigle2() {
Match m = new Match("match-PRO-DUD!PRO-DUD_KSTA-2013-01.3651-p326-327", false);
assertEquals("PRO-DUD_KSTA-2013-01.3651", m.getTextSigle());
}
Aggregations