30313233343536
edge = new LFEdge(two, new LFVertex(new NominalAtom("w2"), new Proposition("blah blah")), new LFEdgeLabel(new ModeLabel("blase"))); filter = new VertexMatchFilter(two, MatchType.SOURCE_MATCH); }
3637383940414243444546
} @Test public void testVertexMatchFilter() { try { new VertexMatchFilter(null, MatchType.SOURCE_PREDICATE_MATCH); fail("able to specify null basis"); } catch(IllegalArgumentException expected) { // do nothing }