Showing posts with label Testing. Show all posts
Showing posts with label Testing. Show all posts

Thursday, September 25, 2008

JMUnit

Description
JMUnit is a Java ME (J2ME) unit test framework based on JUnit. It supports JUnit-like test cases and test suites. Tests can be run in a device, in an emulator or as Ant tasks. IMPORTANT NOTE: The JMUnit project will be merged with the J2MEUnit project.

Comments


Rating
Not yet rated


License
Apache License V2.0

Links
Site
Download
Download demo project
Demo

J2MEUnit

Description
J2MEUnit is a Java 2 Micro Edition (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.

If you don't already know what unit testing means please have a look at the numerous articles on this topic that are available on the JUnit website. Here on the J2MEUnit site you will only find informations that are related to unit testing on small devices running the micro edition of Java.



Comments


Rating
Not yet rated


License
Common Public License

Links
Site
Download
Download demo project
Demo

CLDCUnit

Description
CLDCUnit is a Java 2 Micro Edition (J2ME) library containing a unit testing framework for J2ME applications. It is based on the source code of the original JUnit for Java J2SE. And integrates some code from J2MEUnit.

The target of this project is to simplify UnitTest creation and execution.



Comments


Rating
Not yet rated


License


Links
Site
Download
Download demo project
Demo