forked from randomizedtesting/randomizedtesting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (17 loc) · 970 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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/