News

JUnitPerf provides test decorators, which act somewhat like wrappers, that add performance testing. For example, run a TestCase that has been decorated with TimedTest, and the test fails if it ...
In the Preface for Effective Unit Testing: A Guide for Java Developers, author Lasse Koskela states that although the impetus for Effective Unit Testing was to “write a Java edition of Roy ...
If you need a quick web server running and you don't want to mess with setting up apache or something similar, then Python can help. Python comes with a simple builtin HTTP server. With the help of ...