Interface | Description |
---|---|
Action |
Defines an action to be executed by
ActionProducer instance. |
CharBindingMap |
Defines char-to-key binding.
|
ComponentChooser |
This interface should be implemented to define the criteria
used to search for a component.
|
Outputable |
Communicate the identity of the output streams or writers
used by the application.
|
Scenario |
A test scenario.
|
Timeoutable |
Any class which contains methods requiring waiting or
sleeping should implement this interface.
|
Waitable |
Defines criteria for waiting.
|
Class | Description |
---|---|
ActionProducer |
Runs actions with or without waiting.
|
Bundle |
Load string resources from file.
|
BundleManager |
Provides functionality to work with a bunch of resource files.
|
ClassReference |
Allows access to classes by reflection.
|
ComponentSearcher |
Contains methods to search for components below a
a given
java.awt.Container in the display containment hierarchy. |
DefaultCharBindingMap |
Default implementation of CharBindingMap interface.
|
DialogWaiter |
A DialogWaiter is a utility class used to look or wait for Dialogs.
|
EventDispatcher |
Provides low level functions for reproducing user actions.
|
EventTool |
Provides methods to check last dispatched events,
to wait for events of specific types, or to guarantee that events
of specific types are not dispatched during some time frame.
|
FrameWaiter |
Contains methods to search and wait Frame.
|
JemmyProperties |
Keeps default Jemmy properties.
|
ObjectBrowser |
Class to display information about object: fields, methods, ancestors and so on.
|
QueueTool |
Provides functionality to work with java.awt.EventQueue empty.
|
QueueTool.QueueAction |
Action to be excuted through event queue.
|
Test |
Jemmy itself provides a way to create tests.
|
TestOut |
Test output.
|
Timeout |
Represents one timeout.
|
Timeouts |
Class to store and process a set of timeout values.
|
Waiter |
Waits for something defined by Waitable interface to be happened.
|
WindowWaiter |
A WindowWaiter is a utility class used to look or wait for Windows.
|
Exception | Description |
---|---|
ComponentIsNotFocusedException |
Exception can be thrown as a result of attempt to produce a key operation
for a component which does not have focus.
|
ComponentIsNotVisibleException |
Exception can be thrown as a result of attempt to produce a mouse operation
for a component which is not visible.
|
JemmyException |
Parent of all Jemmy exceptions.
|
JemmyInputException |
Exception can be thrown as a result of incorrect input operations.
|
NoComponentUnderMouseException |
Exception can be throwht as a result of attempt to produce a mouse pressing
when mouse is not over the java component.
|
TestCompletedException |
Exception is throught as a result of test.
|
TimeoutExpiredException |
Exception is supposed to be used to notice that some
waiting was expired.
|