| junit.extensions.abbot.ComponentTestFixture abbot.tester.JTreeTesterTest
Field Summary | |
static int | count |
JTreeTesterTest | public JTreeTesterTest(String name)(Code) | | Create a new test case with the given name.
|
setUp | protected void setUp()(Code) | | |
testAssertPathExists | public void testAssertPathExists()(Code) | | |
testConvertPathToStringPath | public void testConvertPathToStringPath()(Code) | | |
testDumbRenderer | public void testDumbRenderer()(Code) | | Ensure that we don't see null pointer exceptions when recording with
abbot for poorley implemented renders and model.
|
testFindPathForStringPath | public void testFindPathForStringPath()(Code) | | |
testGetLocation | public void testGetLocation()(Code) | | |
testGetTextRenderer | public void testGetTextRenderer()(Code) | | Ensure that we try to use a "getText" method for non JLabel renderers
|
testLazyLoading | public void testLazyLoading()(Code) | | |
testMakeVisibleMissingPath | public void testMakeVisibleMissingPath()(Code) | | |
testMakeVisibleWithHiddenRoot | public void testMakeVisibleWithHiddenRoot()(Code) | | |
testMakeVisibleWithRealPath | public void testMakeVisibleWithRealPath()(Code) | | |
testMakeVisibleWithStringPath | public void testMakeVisibleWithStringPath()(Code) | | |
testSelectInvisibleRow | public void testSelectInvisibleRow()(Code) | | |
testSelectPath | public void testSelectPath()(Code) | | |
testSelectPathHiddenRoot | public void testSelectPathHiddenRoot()(Code) | | |
testSelectRow | public void testSelectRow()(Code) | | |
testToggleRow | public void testToggleRow()(Code) | | |
Methods inherited from junit.extensions.abbot.ComponentTestFixture | protected Hierarchy createHierarchy()(Code)(Java Doc) protected void disposeAll()(Code)(Java Doc) protected void disposeWindow(Window w)(Code)(Java Doc) protected void fixtureSetUp() throws Throwable(Code)(Java Doc) protected void fixtureTearDown() throws Throwable(Code)(Java Doc) protected ComponentFinder getFinder()(Code)(Java Doc) protected Hierarchy getHierarchy()(Code)(Java Doc) protected Robot getRobot()(Code)(Java Doc) protected WindowTracker getWindowTracker()(Code)(Java Doc) protected void hideWindow(Window w)(Code)(Java Doc) protected void installPopup(Component invoker, JPopupMenu popup)(Code)(Java Doc) protected void invokeAndWait(Runnable runnable)(Code)(Java Doc) protected void invokeLater(Runnable runnable)(Code)(Java Doc) protected boolean isShowing(String id)(Code)(Java Doc) public void runBare() throws Throwable(Code)(Java Doc) protected void setModifiers(int modifiers, boolean pressed)(Code)(Java Doc) protected Frame showFrame(Component comp)(Code)(Java Doc) protected Frame showFrame(Component comp, Dimension size)(Code)(Java Doc) protected Dialog showModalDialog(Runnable showAction) throws ComponentSearchException(Code)(Java Doc) protected Dialog showModalDialog(Runnable showAction, Component contents) throws Exception(Code)(Java Doc) protected void showPopup(JPopupMenu popup, Component invoker)(Code)(Java Doc) protected void showPopup(JPopupMenu popup, Component invoker, int x, int y)(Code)(Java Doc) protected void showWindow(Window w)(Code)(Java Doc) protected void showWindow(Window w, Dimension size)(Code)(Java Doc) protected void showWindow(Window w, Dimension size, boolean pack)(Code)(Java Doc) protected void sleep()(Code)(Java Doc) protected void waitForWindow(Window w, boolean visible)(Code)(Java Doc)
|
|
|