junit.extensions.abbot
Class ResolverFixture
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
junit.extensions.abbot.ComponentTestFixture
junit.extensions.abbot.ResolverFixture
- All Implemented Interfaces:
- Test
public abstract class ResolverFixture
- extends ComponentTestFixture
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. |
Methods inherited from class junit.extensions.abbot.ComponentTestFixture |
createHierarchy, disposeAll, disposeWindow, getFinder, getHierarchy, getRobot, getWindowTracker, hideWindow, installPopup, invokeAndWait, invokeLater, isShowing, runBare, setModifiers, showFrame, showFrame, showModalDialog, showModalDialog, showPopup, showPopup, showWindow, showWindow, showWindow, sleep, waitForWindow |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
ResolverFixture
public ResolverFixture(String name)
- Construct a test case with the given name.
ResolverFixture
public ResolverFixture()
- Default Constructor. The name will be automatically set from the
selected test method.
getResolver
protected Resolver getResolver()
- Obtain a consistent resolver.
fixtureSetUp
protected void fixtureSetUp()
throws Throwable
- Fixture setup is performed here, to avoid problems should a derived
class define its own setUp and neglect to invoke the superclass
method.
- Overrides:
fixtureSetUp
in class ComponentTestFixture
- Throws:
Throwable
fixtureTearDown
protected void fixtureTearDown()
throws Throwable
- Fixture teardown is performed here, to avoid problems should a derived
class define its own tearDown and neglect to invoke the superclass
method.
- Overrides:
fixtureTearDown
in class ComponentTestFixture
- Throws:
Throwable
Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on