public class TestConcatenatedLists extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
Constructor and Description |
---|
TestConcatenatedLists() |
Modifier and Type | Method and Description |
---|---|
void |
testEmpty() |
void |
testManyMany() |
void |
testManyOne() |
void |
testOneMany() |
void |
testOneOne() |
void |
testUnsupportedOps() |
private void |
verify(org.apache.hadoop.hbase.util.ConcatenatedLists<Long> c,
int last) |
public static final HBaseClassTestRule CLASS_RULE
public TestConcatenatedLists()
public void testUnsupportedOps()
public void testEmpty()
public void testOneOne()
public void testOneMany()
public void testManyOne()
public void testManyMany()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.