Skip navigation.

JMUnit: J2ME unit testing tool

JMUnit: J2ME unit testing tool

The JMUnit is a Java ME (or J2ME) application used by developers to test code. It's an implementation of the popular xUnit framework.

JMUnit 1.1 has been released. It allows test failures and errors to be viewed on real devices (not just the emulator console). An Ant task for JMUnit has been added that generates XML reports that can be rendered by the Ant task.

JMUnit 1.2 is included in the Eclipse MTJ 0.9.1 plugin and in Netbeans 6.5. JMUnit 1.2 adds additional support for Ant and classes for performance monitoring.