Hammock - mock objects for Java ME

Hammock is a Java ME mock object framework for testing J2ME apps with J2MEUnit or JMUnit. The framework includes mocks of many of the standard Java ME classes for communications such as HTTP, SMS, OBEX, etc so that one can test without actually hitting a network. A HammockMaker utility lets you mock any other class. It has Ant tasks for continuous integration testing.

CLDCUnit

CLDCUnit is a library containing a unit testing framework for Java ME applications. It is based on the source code of the original JUnit for Java SE. And integrates some code from J2MEUnit. The target of this project is to simplify UnitTest creation and execution.

J2MEUnit

J2MEUnit is a J2ME library containing a unit testing framework for J2ME applications. It is based on the source code of the original JUnit, the successful unit testing framework for the standard (desktop) edition of Java, J2SE.

JMUnit

The JMUnit is a Java ME (or J2ME) application used by developers to test code. It’s a implementation of the popular xUnit framework. IMPORTANT NOTE: The JMUnit project, including developers and legacy code, will be united with the J2MEUnit project.