| junit.extensions.abbot.ComponentTestFixture junit.extensions.abbot.ResolverFixture abbot.editor.recorder.AbstractRecorderFixture
All known Subclasses: abbot.editor.recorder.EventRecorderTest, abbot.editor.recorder.AbstractSemanticRecorderFixture,
AbstractRecorderFixture | abstract public class AbstractRecorderFixture extends ResolverFixture (Code) | | Provide generic support for checking contents of recorded steps.
|
AbstractRecorderFixture | public AbstractRecorderFixture()(Code) | | |
AbstractRecorderFixture | public AbstractRecorderFixture(String name)(Code) | | |
addPopup | protected void addPopup(Component c, PopupMenu popup)(Code) | | Hook up the popup to be displayed on the given component.
|
addPopup | protected void addPopup(Component c, JPopupMenu popup)(Code) | | Hook up the popup to be displayed on the given component.
|
assertStepCount | public void assertStepCount(int count, Sequence seq)(Code) | | |
clear | protected void clear()(Code) | | Clear the current state.
|
clearEvents | protected synchronized void clearEvents()(Code) | | Clear the event history.
|
getRecorder | abstract protected Recorder getRecorder()(Code) | | Provide a recorder to handle the input stream.
|
insertEvent | protected void insertEvent(AWTEvent e)(Code) | | Allow derived classes to insert an event into the event stream to be
recorded.
|
startRecording | protected void startRecording()(Code) | | |
stopRecording | protected void stopRecording()(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)
|
|
|