Uses of Interface
org.junit.runner.manipulation.Filterable
-
Packages that use Filterable Package Description junit.framework Provides JUnit v3.x core classes.org.junit.experimental.categories org.junit.experimental.runners org.junit.experimental.theories org.junit.internal.runners Provides implementations ofRunnerorg.junit.runners Provides standardRunnerimplementations.org.junit.runners.parameterized -
-
Uses of Filterable in junit.framework
Classes in junit.framework that implement Filterable Modifier and Type Class Description classJUnit4TestAdapterThe JUnit4TestAdapter enables running JUnit-4-style tests using a JUnit-3-style test runner. -
Uses of Filterable in org.junit.experimental.categories
Classes in org.junit.experimental.categories that implement Filterable Modifier and Type Class Description classCategoriesFrom 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 Filterable in org.junit.experimental.runners
Classes in org.junit.experimental.runners that implement Filterable Modifier and Type Class Description classEnclosedIf you put tests in inner classes, Ant, for example, won't find them. -
Uses of Filterable in org.junit.experimental.theories
Classes in org.junit.experimental.theories that implement Filterable Modifier and Type Class Description classTheoriesThe Theories runner allows to test a certain functionality against a subset of an infinite set of data points. -
Uses of Filterable in org.junit.internal.runners
Classes in org.junit.internal.runners that implement Filterable Modifier and Type Class Description classJUnit38ClassRunnerclassJUnit4ClassRunnerDeprecated.Included for backwards compatibility with JUnit 4.4.classSuiteMethodRunner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()method). -
Uses of Filterable in org.junit.runners
Classes in org.junit.runners that implement Filterable Modifier and Type Class Description classAllTestsRunner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()method).classBlockJUnit4ClassRunnerImplements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.classJUnit4Aliases the current default JUnit 4 class runner, for future-proofing.classParameterizedThe custom runnerParameterizedimplements parameterized tests.classParentRunner<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.classSuiteUsingSuiteas a runner allows you to manually build a suite containing tests from many classes. -
Uses of Filterable in org.junit.runners.parameterized
Classes in org.junit.runners.parameterized that implement Filterable Modifier and Type Class Description classBlockJUnit4ClassRunnerWithParametersABlockJUnit4ClassRunnerwith parameters support.
-