public class TestPaging extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
Constructor and Description |
---|
TestPaging() |
Modifier and Type | Method and Description |
---|---|
private void |
assertPaging(org.apache.hadoop.hbase.hbtop.screen.top.Paging paging,
int currentPosition,
int pageStartPosition,
int pageEndPosition) |
void |
testArrowUpAndArrowDown() |
void |
testInit() |
void |
testPageUpAndPageDown() |
void |
testWhenChangingPageSizeDynamically() |
void |
testWhenChangingRecordsSizeDynamically() |
void |
testWhenPageSizeGraterThanRecordsSize() |
void |
testWhenPageSizeIsZero() |
void |
testWhenRecordsSizeIsZero() |
public static final HBaseClassTestRule CLASS_RULE
public TestPaging()
public void testArrowUpAndArrowDown()
public void testPageUpAndPageDown()
public void testInit()
public void testWhenPageSizeGraterThanRecordsSize()
public void testWhenPageSizeIsZero()
public void testWhenRecordsSizeIsZero()
public void testWhenChangingPageSizeDynamically()
public void testWhenChangingRecordsSizeDynamically()
private void assertPaging(org.apache.hadoop.hbase.hbtop.screen.top.Paging paging, int currentPosition, int pageStartPosition, int pageEndPosition)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.