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