public class TestPrefixTreeEncoding
extends java.lang.Object
| Constructor and Description |
|---|
TestPrefixTreeEncoding(boolean includesTag) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<java.lang.Object[]> |
parameters() |
void |
setUp() |
void |
testScanWithRandomData() |
void |
testSeekBeforeWithFixedData() |
void |
testSeekWithFixedData() |
void |
testSeekWithRandomData() |
public static java.util.Collection<java.lang.Object[]> parameters()
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void testSeekBeforeWithFixedData()
throws java.lang.Exception
java.lang.Exceptionpublic void testScanWithRandomData()
throws java.lang.Exception
java.lang.Exceptionpublic void testSeekWithRandomData()
throws java.lang.Exception
java.lang.Exceptionpublic void testSeekWithFixedData()
throws java.lang.Exception
java.lang.Exception