MoMEUnit: A new Java test framework

MoMEUnit is a new unit testing framework for mobile Java applications. Author Serge Morozov explains his motivation on Javalobby, but it basically boils down to a desire to create a jUnit-like framework that is conscious of the limitations of J2ME (the lack of introspection, for example).

Previously on FierceDeveloper: JavaME Unit Testing frameworks compared