Nieuws

Extreme Programming's rise in popularity among the Java community has prompted more development teams to use JUnit: a simple test framework for building and executing unit tests. Like any toolkit ...
The project I am working on lends itself very well to JUnit. We are developing a compiler, and for every new test case or suite of tests we add into the system, a new JUnit gets created. <BR><BR ...