Uses of Interface
com.carrotsearch.randomizedtesting.TestMethodProvider
-
Packages that use TestMethodProvider Package Description com.carrotsearch.randomizedtesting com.carrotsearch.randomizedtesting.annotations -
-
Uses of TestMethodProvider in com.carrotsearch.randomizedtesting
Classes in com.carrotsearch.randomizedtesting that implement TestMethodProvider Modifier and Type Class Description class
AnnotatedMethodProvider
Base class forTestMethodProvider
s based on annotations.class
JUnit3MethodProvider
Method provider selecting tests that follow a name pattern oftest(.*)
.class
JUnit4MethodProvider
Method provider selectingTest
annotated public instance parameterless methods. -
Uses of TestMethodProvider in com.carrotsearch.randomizedtesting.annotations
Methods in com.carrotsearch.randomizedtesting.annotations that return types with arguments of type TestMethodProvider Modifier and Type Method Description java.lang.Class<? extends TestMethodProvider>[]
value()
-