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 classAnnotatedMethodProviderBase class forTestMethodProviders based on annotations.classJUnit3MethodProviderMethod provider selecting tests that follow a name pattern oftest(.*).classJUnit4MethodProviderMethod provider selectingTestannotated 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()
-