JMUnit
About
JMUnit is a unit test framework for Java ME
(J2ME) based on JUnit. It has the following features:
- Works in both the Sun emulator and on actual
devices.
- Is small (tests can be run even on old MIDP 1.0
devices).
- Has a comprehensive collection of Assert methods
for checking test failures.
- Both TestCases and TestSuites are supported.
- Includes Ant tasks for running JMUnit tests in a
continuous build.
- Has performance
monitoring classes inspired by JUnitPerf.
Getting JMUnit
JMUnit can be downloaded from SourceForge.
The user guide,
API and
additional information
are also available online.
See also
Hammock