runTest(mRowKeyFormat, filter, mFactory, EXCLUDE, 50, 5999L, "anything");
}
@Test
public void testPrefixNumberMatching() throws Exception {
RowKeyFormat2 rowKeyFormat = createRowKeyFormat(1, LONG, LONG);
EntityIdFactory factory = EntityIdFactory.getFactory(rowKeyFormat);
FormattedEntityIdRowFilter filter = createFilter(rowKeyFormat, 4224L, null);
runTest(rowKeyFormat, filter, factory, INCLUDE, 4224L, 5005L);
runTest(rowKeyFormat, filter, factory, INCLUDE, 4224L, null);
runTest(rowKeyFormat, filter, factory, INCLUDE, 4224L, Long.MAX_VALUE);