The NetBeans IDE provides JUnit integration that can be very handy when writing and running JUnit-based unit tests. However, I like to be able to do anything I might do often outside of the IDE as ...
We advocate testing an application by testing its components thoroughly and then integrating those components as simply as possible. Specifically, “integration” for us is little more than choosing ...