public class TestTopScreenModel extends Object
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.client.Admin |
admin |
static HBaseClassTestRule |
CLASS_RULE |
private List<org.apache.hadoop.hbase.hbtop.field.Field> |
fields |
private org.apache.hadoop.hbase.hbtop.screen.top.TopScreenModel |
topScreenModel |
Constructor and Description |
---|
TestTopScreenModel() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
testDrillDown() |
void |
testFilterHistories() |
void |
testFilters() |
void |
testRecords() |
void |
testSort() |
void |
testSummary() |
void |
testSwitchMode() |
public static final HBaseClassTestRule CLASS_RULE
@Mock private org.apache.hadoop.hbase.client.Admin admin
private org.apache.hadoop.hbase.hbtop.screen.top.TopScreenModel topScreenModel
public TestTopScreenModel()
public void setup() throws IOException
IOException
public void testSummary()
public void testRecords()
public void testSort()
public void testFilters()
public void testFilterHistories()
public void testSwitchMode()
public void testDrillDown()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.