| |
|
| org.openide.explorer.ExplorerPanelTest org.openide.explorer.ExplorerActionsImplTest
ExplorerActionsImplTest | public class ExplorerActionsImplTest extends ExplorerPanelTest (Code) | | Test whether the old behaviour of ExplorerPanel is correctly simulated
by new API. Inherits testing methods from ExplorerPanel tests, just
setup is changed.
author: Jaroslav Tulach |
createManagerAndContext | protected Object[] createManagerAndContext(boolean confirm)(Code) | | Creates a manager to operate on.
|
startActions | protected void startActions(ExplorerManager em)(Code) | | Instructs the actions to start again.
|
stopActions | protected void stopActions(ExplorerManager em)(Code) | | Instructs the actions to stop/
|
suite | public static Test suite()(Code) | | |
testActionDeleteDoesNotAffectStateOfPreviousInstances | public void testActionDeleteDoesNotAffectStateOfPreviousInstances() throws Exception(Code) | | |
|
|
|