Uses of Package
com.carrotsearch.randomizedtesting
Packages that use com.carrotsearch.randomizedtesting
Package
Description
-
Classes in com.carrotsearch.randomizedtesting used by com.carrotsearch.ant.tasks.junit4.events.aggregatedClassDescription
OutputStreamimplementation that transforms a byte stream to a character stream using a specified charset encoding and writes the resulting stream to aWriter. -
Classes in com.carrotsearch.randomizedtesting used by com.carrotsearch.ant.tasks.junit4.listenersClassDescription
OutputStreamimplementation that transforms a byte stream to a character stream using a specified charset encoding and writes the resulting stream to aWriter. -
Classes in com.carrotsearch.randomizedtesting used by com.carrotsearch.randomizedtestingClassDescriptionBase class for
TestMethodProviders based on annotations.Class model for a test suite.Allocation information (Thread, allocation stack) for tracking disposable resources.A filter that matches something using globbing (*) pattern.Evaluates enabled/ disabled state for a given test group.Provide a test instance.Lifecycle stages for tracking resources.Context variables for an execution of a test suite (hooks and tests) running under aRandomizedRunner.Per thread assigned resources.ARunnerimplementation for running randomized test cases with predictable and repeatable randomness.Queue uncaught exceptions.Test candidate (model).Helper tuple (Method, instance params).Per-thread, per-lifecycle state randomness defined as an initial seed and the current Random instance.A builder for constructing "reproduce with" message.What kind of container are we in? Unfortunately we need to adjust to some "assumptions" containers make about runners.AThreadGroupunder which all tests (and hooks) are executed.This is an advanced feature.Global names for system properties controlling the behavior ofJUnit4ANT task andRandomizedRunner.A single test case entry composed of the test method and the arguments eventually passed to the test class's constructor.Responsible for providing individual test instances and their descriptions.Everything corresponding to thread leak control.Runs aStatementand keeps any exception and completion flag.Sub-notifier that controls passing events back in case of timeouts.Timeout parsing code and logic.Utilities for dealing with throwables, stacks, etc. -
Classes in com.carrotsearch.randomizedtesting used by com.carrotsearch.randomizedtesting.annotationsClassDescriptionA single test case entry composed of the test method and the arguments eventually passed to the test class's constructor.
-
Classes in com.carrotsearch.randomizedtesting used by com.carrotsearch.randomizedtesting.rules