Mobile JUnit: Java ME Unit Testing
I’ve been playing around with Mobile JUnit, a great new tool from Sony Ericsson. If you’re a Java SE or EE programmer, you’re probably familiar with the JUnit project, an open source unit testing framework for Java. With JUnit you write simple classes (test cases) that have a number of methods that use assertions to […]