Uses of Interface
org.junit.runner.Describable
Packages that use Describable
Package
Description
Provides JUnit v3.x core classes.
Provides implementations of
Runner
Provides classes used to describe, collect, run and analyze multiple tests.
Provides standard
Runner
implementations.-
Uses of Describable in junit.framework
Classes in junit.framework that implement DescribableModifier and TypeClassDescriptionclass
The JUnit4TestAdapter enables running JUnit-4-style tests using a JUnit-3-style test runner.class
-
Uses of Describable in org.junit.experimental.categories
Classes in org.junit.experimental.categories that implement DescribableModifier and TypeClassDescriptionclass
From a given set of test classes, runs only the classes and methods that are annotated with either the category given with the @IncludeCategory annotation, or a subtype of that category. -
Uses of Describable in org.junit.experimental.runners
Classes in org.junit.experimental.runners that implement DescribableModifier and TypeClassDescriptionclass
If you put tests in inner classes, Ant, for example, won't find them. -
Uses of Describable in org.junit.experimental.theories
Classes in org.junit.experimental.theories that implement DescribableModifier and TypeClassDescriptionclass
The Theories runner allows to test a certain functionality against a subset of an infinite set of data points. -
Uses of Describable in org.junit.internal.builders
Classes in org.junit.internal.builders that implement Describable -
Uses of Describable in org.junit.internal.runners
Classes in org.junit.internal.runners that implement DescribableModifier and TypeClassDescriptionclass
class
class
Deprecated.Included for backwards compatibility with JUnit 4.4.class
Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()
method). -
Uses of Describable in org.junit.runner
Classes in org.junit.runner that implement DescribableModifier and TypeClassDescriptionclass
ARunner
runs tests and notifies aRunNotifier
of significant events as it does so. -
Uses of Describable in org.junit.runners
Classes in org.junit.runners that implement DescribableModifier and TypeClassDescriptionclass
Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()
method).class
Implements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.final class
Aliases the current default JUnit 4 class runner, for future-proofing.class
The custom runnerParameterized
implements parameterized tests.private static class
class
ParentRunner<T>
Provides most of the functionality specific to a Runner that implements a "parent node" in the test tree, with children defined by objects of some data typeT
.class
UsingSuite
as a runner allows you to manually build a suite containing tests from many classes. -
Uses of Describable in org.junit.runners.parameterized
Classes in org.junit.runners.parameterized that implement Describable