}
public void testNextMatch_outside() {
TestData testData = new TestData(5, true, true);
EdgeCountPredicate countTest = new IncludeOutside(1, 2);
RelationCountMatcher forwardMatcher =
new RelationCountMatcher(testData.countSet, countTest, null);
Collection<GraphNode> forwardMatch = testData.matchNodes(forwardMatcher);
assertEquals(3, forwardMatch.size());