This post adds testing to some existing Java code using JUnit. It includes information on how JUnit was installed and tested on Windows and Linux, how tests were added for existing code, how test suites (including a hierarchy of suites) were added, and how the code was built with SCons and the tests run.
Current repository revision: 50 (Testing) Code highlight key Grey: Code unchanged Red: Code removed Green: Code added Blue: Code not shown → Denotes the current line and the next are really one line The next blog post in this series building towards an Android development environment was supposed to be Using JUnit for testing in [...]
Current repository revision: 40 (Testing) Code highlight key Grey: Code unchanged Red: Code removed Green: Code added Blue: Code not shown → Denotes the current line and the next are really one line The next series of blog posts is going to highlight the path followed to reach the goal of using SCons to build [...]