Package totalcross.unit

This is a JUnit-like framework that can be used to create unit tests to run in the desktop and in the device.

See:
          Description

Class Summary
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 an User Interface window, issuing events as if it was the user.
 

Exception Summary
AssertionFailedError Exception dispatched when an assertion fails.
 

Package totalcross.unit Description

This is a JUnit-like framework that can be used to create unit tests to run in the desktop and in the device.