JUnit extensions for testing with pseudo-randomness =================================================== randomizedtesting-runner - A JUnit runner and base classes for testing with repeatable pseudo-randomness. junit4-ant - A <junit4> task for ANT for running tests in multiple JVMs, better listener support, etc. junit4-maven - A Maven plugin and mojos for running tests in multiple JVMs, better listener support, etc. This works via integration with ANT, but is seamless with maven. examples - A mini-tutorial which shows how to use randomized runner using increasingly more complex examples. Documentation ============= See http://labs.carrotsearch.com/randomizedtesting.html for some documentation (and feel free to provide patches to improve it!). A simple walk-through RandomizedRunner features is given as a set of classes under: examples/maven/src/main/java/com/carrotsearch/examples/randomizedrunner/