public class TestMinVersions extends Object
| Modifier and Type | Field and Description |
|---|---|
TestName |
name |
| Constructor and Description |
|---|
TestMinVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
testBaseCase()
Verify basic minimum versions functionality
|
void |
testDelete()
Make sure the Deletes behave as expected with minimum versions
|
void |
testFilters()
Verify that basic filters still behave correctly with
minimum versions enabled.
|
void |
testGetClosestBefore()
Verify behavior of getClosestBefore(...)
|
void |
testMemStore()
Make sure the memstor behaves correctly with minimum versions
|
void |
testStoreMemStore()
Test mixed memstore and storefile scanning
with minimum versions.
|
public void testGetClosestBefore()
throws Exception
Exceptionpublic void testStoreMemStore()
throws Exception
Exceptionpublic void testDelete()
throws Exception
Exceptionpublic void testMemStore()
throws Exception
Exceptionpublic void testBaseCase()
throws Exception
Exception