public class TestFieldScreenPresenter extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private EnumMap<org.apache.hadoop.hbase.hbtop.field.Field,Boolean> |
fieldDisplayMap |
private List<org.apache.hadoop.hbase.hbtop.field.Field> |
fields |
private org.apache.hadoop.hbase.hbtop.screen.field.FieldScreenPresenter |
fieldScreenPresenter |
private org.apache.hadoop.hbase.hbtop.screen.field.FieldScreenView |
fieldScreenView |
private org.apache.hadoop.hbase.hbtop.screen.field.FieldScreenPresenter.ResultListener |
resultListener |
private int |
sortFieldPosition |
private org.apache.hadoop.hbase.hbtop.screen.top.TopScreenView |
topScreenView |
Constructor and Description |
---|
TestFieldScreenPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
testChangeFieldsOrder() |
void |
testChangeSortField() |
void |
testInit() |
void |
testSwitchFieldDisplay() |
public static final HBaseClassTestRule CLASS_RULE
@Mock private org.apache.hadoop.hbase.hbtop.screen.field.FieldScreenView fieldScreenView
private int sortFieldPosition
private EnumMap<org.apache.hadoop.hbase.hbtop.field.Field,Boolean> fieldDisplayMap
@Mock private org.apache.hadoop.hbase.hbtop.screen.field.FieldScreenPresenter.ResultListener resultListener
@Mock private org.apache.hadoop.hbase.hbtop.screen.top.TopScreenView topScreenView
private org.apache.hadoop.hbase.hbtop.screen.field.FieldScreenPresenter fieldScreenPresenter
public TestFieldScreenPresenter()
public void setup()
public void testInit()
public void testChangeSortField()
public void testSwitchFieldDisplay()
public void testChangeFieldsOrder()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.