3
votes
1answer
163 views
Setting up Mobile JUnit tests to run under JUnit
I'm using Mobile JUnit, released by Sony Ericsson for unit testing for my J2ME project. I read in the documentation that one can run the tests under regular junit with the help of a few wrapper …
