Testable leJOS is a collection of Java classes that wrap the leJOS NXJ API in a way that allows easy test-driven development (TDD) of robot code with JUnit.
In order to do TDD, we need to instantiate classes (motors, sensors, buttons, etc.) without deep dependencies on the embedded robot environment. But the leJOS classes unfortunately do a lot of setup work in their constructors, calling native robot code. Each leJOS TDD wrapper has a reference to the corresponding leJOS class, so a fake version of the wrapper (to be used in tests) can simply bypass instantiation of the underlying leJOS class and its low-level dependencies.
Your donation will be used
to buy parts for building robots for the Middle School kids at Montessori Family School, or for
maintaining the classroom computers and/or software. Be generous! And
thanks!
To join this project, please contact the project administrators of this project, as shown on the project summary page.
Source code for this project may be available as downloads or through one of the SCM repositories used by the project, as accessible from the project develop page.
There's a discussion forum. That's the best place to go if you need help.