RandomizedRunner: randomized tests under control and more.See: Description
| Package | Description |
|---|---|
| com.carrotsearch.randomizedtesting |
Provides
RandomizedRunner: randomized tests under control and more. |
| com.carrotsearch.randomizedtesting.rules |
| Package | Description |
|---|---|
| com.carrotsearch.randomizedtesting.annotations |
| Package | Description |
|---|---|
| com.carrotsearch.randomizedtesting.generators | |
| com.carrotsearch.randomizedtesting.listeners |
RandomizedRunner: randomized tests under control and more.
Inspired by the Apache Lucene project's infrastructure, this project brings a refactored, stand-alone runner for JUnit 4.x tests, which encapsulates built-in repeatable randomized tests, threading and timeout control, parameter factories, thread execution groups and more. Everything is JUnit compatible and will work in your favorite IDE.
RandomizedRunner provides a Runner implementation
for JUnit's RunWith annotation.
Core classes to look at:
Examples of use and more resources can be found at: Carrot Search labs site.
Copyright © 2011-2015 Carrot Search s.c.. All Rights Reserved.