Hi.
I programmed a version of JUnit for the nxt. So you can write tests for the nxt and run them on the nxt.
Unfortunately, it is not so comfortable like JUnit as you need to wrap the test methods' calls into objects because nxt does not offer java reflection.
I use NxtUnit all the time while programming additional basic collections for nxt (sets, maps).
You can try it out by downloading the source from http://www.cip.ifi.lmu.de/~mirwaldt/data/nxtunit.zip,
embedding it into a eclipse project and running Main in the "sample" package.
Please do not commit it to the lejos repository yet. Sven will do it for me when it is ready to be contributed.
He will also add my collections (sets, maps) after having reviewed them.
I will need to do some minor changes to NxtUnit and improve the small API to it.
So the development and usage of NxtUnit has not been finished yet.
If you have some proposals or remarks, just tell me.
Hope you enjoy it,
Michael
