| junit.extensions.abbot.ComponentTestFixture junit.extensions.abbot.ResolverFixture
All known Subclasses: abbot.editor.editors.EventEditorTest, abbot.script.ExpressionTest, abbot.editor.editors.ExpressionEditorTest, abbot.editor.editors.AssertEditorTest, abbot.editor.recorder.AbstractRecorderFixture, abbot.editor.editors.PropertyCallEditorTest, abbot.script.ForkedStepRunnerTest, abbot.editor.ScriptModelTest, abbot.script.CallTest, abbot.script.SampleTest, abbot.editor.editors.CallEditorTest, abbot.editor.ComponentBrowserTest, abbot.script.ArgumentParserTest, abbot.script.PropertyCallTest, abbot.script.StepRunnerTest, abbot.script.AppletviewerTest, abbot.script.ScriptTest, abbot.script.ComponentReferenceTest, abbot.editor.editors.ActionEditorTest, abbot.editor.editors.LaunchEditorTest, abbot.script.LaunchTest, abbot.script.AnnotationTest, abbot.script.AssertTest, abbot.script.ActionTest, abbot.editor.editors.StepEditorTest,
ResolverFixture | abstract public class ResolverFixture extends ComponentTestFixture (Code) | | Simple wrapper for testing objects which require a Resolver.
|
Method Summary | |
protected void | fixtureSetUp() Fixture setup is performed here, to avoid problems should a derived
class define its own setUp and neglect to invoke the superclass
method. | protected void | fixtureTearDown() Fixture teardown is performed here, to avoid problems should a derived
class define its own tearDown and neglect to invoke the superclass
method. | protected Resolver | getResolver() Obtain a consistent resolver. |
ResolverFixture | public ResolverFixture(String name)(Code) | | Construct a test case with the given name.
|
ResolverFixture | public ResolverFixture()(Code) | | Default Constructor. The name will be automatically set from the
selected test method.
|
fixtureSetUp | protected void fixtureSetUp() throws Throwable(Code) | | Fixture setup is performed here, to avoid problems should a derived
class define its own setUp and neglect to invoke the superclass
method.
|
fixtureTearDown | protected void fixtureTearDown() throws Throwable(Code) | | Fixture teardown is performed here, to avoid problems should a derived
class define its own tearDown and neglect to invoke the superclass
method.
|
getResolver | protected Resolver getResolver()(Code) | | Obtain a consistent resolver.
|
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)
|
|
|