public class TestInputModeScreenPresenter extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.hbase.hbtop.screen.top.InputModeScreenPresenter |
inputModeScreenPresenter |
private org.apache.hadoop.hbase.hbtop.screen.top.InputModeScreenView |
inputModeScreenView |
private Function<String,org.apache.hadoop.hbase.hbtop.screen.ScreenView> |
resultListener |
private static String |
TEST_INPUT_MESSAGE |
private org.apache.hadoop.hbase.hbtop.screen.top.TopScreenView |
topScreenView |
Constructor and Description |
---|
TestInputModeScreenPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
testArrowLeftAndRight() |
void |
testBackspace() |
void |
testCharacter() |
void |
testDelete() |
void |
testHistories() |
void |
testHomeAndEnd() |
void |
testInit() |
void |
testReturnToTopScreen() |
public static final HBaseClassTestRule CLASS_RULE
private static final String TEST_INPUT_MESSAGE
@Mock private org.apache.hadoop.hbase.hbtop.screen.top.InputModeScreenView inputModeScreenView
@Mock private org.apache.hadoop.hbase.hbtop.screen.top.TopScreenView topScreenView
@Mock private Function<String,org.apache.hadoop.hbase.hbtop.screen.ScreenView> resultListener
private org.apache.hadoop.hbase.hbtop.screen.top.InputModeScreenPresenter inputModeScreenPresenter
public TestInputModeScreenPresenter()
public void setup()
public void testInit()
public void testCharacter()
public void testArrowLeftAndRight()
public void testHomeAndEnd()
public void testBackspace()
public void testDelete()
public void testHistories()
public void testReturnToTopScreen()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.