Working with JMUnit
The following table outlines the basic process of working with JMUnit for CLDC/MIDP applications.
Create Tests
Generate tests
for existing classes or packages as JUnit does for Java SE projects.
Create an empty test
skeleton.
Edit Tests
Add test logic and assertions of expected results to test skeletons.
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.
Debug Tests
Debug tests
.
Legal Notices