Package superwaba.ext.xplat.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
CompareWindow 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 SuperWaba, 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  
 

Package superwaba.ext.xplat.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.

The SuperWaba Global Library PDB file (that must be installed in the device) containing the classes is located in SuperWabaSDK/lib/xplat/XPlatUnit.pdb.