News

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 ...
Test-Driven Development Series Part 2 - Testing Java Classes with JUnit The first article is a concept piece explaining why testing helps in an enterprise server-side software environment. Most ...
Use Java assertions to test your assumptions about program correctness and check them in your code.