public class TestHelpScreenPresenter extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.hbase.hbtop.screen.help.HelpScreenPresenter |
helpScreenPresenter |
private org.apache.hadoop.hbase.hbtop.screen.help.HelpScreenView |
helpScreenView |
private static long |
TEST_REFRESH_DELAY |
private org.apache.hadoop.hbase.hbtop.screen.top.TopScreenView |
topScreenView |
Constructor and Description |
---|
TestHelpScreenPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
testInit() |
void |
testTransitionToTopScreen() |
public static final HBaseClassTestRule CLASS_RULE
private static final long TEST_REFRESH_DELAY
@Mock private org.apache.hadoop.hbase.hbtop.screen.help.HelpScreenView helpScreenView
@Mock private org.apache.hadoop.hbase.hbtop.screen.top.TopScreenView topScreenView
private org.apache.hadoop.hbase.hbtop.screen.help.HelpScreenPresenter helpScreenPresenter
public TestHelpScreenPresenter()
public void setup()
public void testInit()
public void testTransitionToTopScreen()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.