JavaME unit testing frameworks

The Empty Way blog posted a comparison of the three big unit testing frameworks for JavaME developers: J2MEUnit, JMUnit and Sony Ericsson's Mobile JUnit. All three are based on the popular desktop JUnit framework and provide similar assertions and helper methods to make tests easy to write. Overall, JMUnit appears to have the best feature set while Sony Ericsson's offering provides the best JUnit emulation.