Working with JMUnit

The following table outlines the basic process of working with JMUnit for CLDC and MIDP applications.

Number one
Create Tests


Number two
Edit Tests

  • Add test logic and assertions of expected results to test skeletons.

Number three
Run Tests

  • Run the test file for a specific class.
  • Run tests for an entire project. Note that MIDlets and private methods cannot be tested using JMUnit.

Number four
Debug Tests


Legal Notices