|
|
Unit testingFor unit testing, Geomajas uses the JUnit library. At least each class implementing the public API should have a unit test, testing all methods. Note that this rule does not stop anyone from making more tests J Advantages of unit testing:
How unit testing should be done, using JUnit 4:
|



