From: Jochen H. <joc...@ba...> - 2003-09-14 18:48:18
|
Hello, I want to let you know, that there is the first port of JUnit available for the leJOS Java platform based on LEGO Mindstorms. The main features of leJOSUnit are: - the core framework has been carefully ported to the very restricted leJOS capabilities (32 kB available, 16 kB for the VM) - there is an RCX specific TestRunner, which runs the tests at RCX. - the elapsed time for running the tests will be measured and displayed - the completion of tests will be displayed (OK, FAILS) - the tests can be restarted with RUN button - scrolling on the 5 digit display can be done through VIEW and PRGM buttons The plan is to provide a RemoteTestRunner, which is able to run the tests at RCX and display the results in a standard JUnit UI at host. The (small) footprint of leJOSUnit is between 6kB (leJOS 2.1) and 6.5kB (leJOS 2.0) ! For more information see the homepage at http://lejosunit.sourceforge.net. You can download the latest version from sourceforge at http://sourceforge.net/project/showfiles.php?group_id=65839. There is a mailing list, you can post to mailto:lej...@li.... leJOSUnit is OpenSource and based on the same Mozilla Public License as used from leJOS. Have fun, Jochen Thanks to the great implementations of JUnit, J2MEUnit, and especially to the guys from leJOS. It is always a pleasure running Java at such limited devices like the RCX. |