@Test public void testNoMatch1() { final String tag = "brl:v-form"; final MarkupUtil mu = new MarkupUtil(RegionSkipper.makeMarkupRegionSkipper(tag)); assertEquals( Match.NULL_MATCH, mu.find( "Dann kann Anna es " + MarkupUtil.wrap("Ihrem", tag) + " Kollegen geben.", 0, VFormUtil.getAllPattern())); }
@Test public void testNoMatchesMarkup() { assertTrue(VFormUtil.matchesAll("Deine")); assertFalse(VFormUtil.matchesAll(MarkupUtil.wrap("Deine", "brl:v-form"))); }