public class TestCellSkipListSet extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.hbase.regionserver.CellSet |
csls |
org.junit.rules.TestName |
name |
Constructor and Description |
---|
TestCellSkipListSet() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testAdd() |
void |
testDescendingIterator() |
void |
testHeadTail() |
void |
testIterator() |
public static final HBaseClassTestRule CLASS_RULE
private final org.apache.hadoop.hbase.regionserver.CellSet csls
public org.junit.rules.TestName name
public TestCellSkipListSet()
public void testIterator() throws Exception
Exception
public void testDescendingIterator() throws Exception
Exception
public void testHeadTail() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.