forked from randomizedtesting/randomizedtesting
-
Notifications
You must be signed in to change notification settings - Fork 0
Randomized Testing for JUnit
License
javanna/randomizedtesting
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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/
About
Randomized Testing for JUnit
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 92.7%
- JavaScript 4.7%
- CSS 2.4%
- Other 0.2%