See: Description
Interface | Description |
---|---|
UIRobotListener |
Interface used to listen to UIRobot events.
|
Class | Description |
---|---|
CompareBox |
This class is used to show two images, side by side, and show the first difference between them.
|
ImageComparisionTest |
This is a special TestCase, used to compare two images.
|
ImageTester |
This class is a helper to test if two images are equal, ie,
their width and height are the satest and their pixel values
are the satest.
|
TestCase |
This class represents a testcase.
|
TestSuite |
JUnit implementation for TotalCross, to be used in the device (or in the desktop).
|
UIRobot |
This class permits the control of the User Interface, playing back events recorded
by the user.
|
UIRobotEvent |
Event sent when a Robot runs.
|
Exception | Description |
---|---|
AssertionFailedError |
Exception dispatched when an assertion fails.
|