Uses of Class
com.carrotsearch.randomizedtesting.RandomizedRunner.TestMethodExecution
-
Packages that use RandomizedRunner.TestMethodExecution Package Description com.carrotsearch.randomizedtesting -
-
Uses of RandomizedRunner.TestMethodExecution in com.carrotsearch.randomizedtesting
Methods in com.carrotsearch.randomizedtesting that return types with arguments of type RandomizedRunner.TestMethodExecution Modifier and Type Method Description java.util.List<RandomizedRunner.TestMethodExecution>
RandomizedRunner. collectMethodExecutions(java.lang.reflect.Constructor<?> constructor, java.util.List<java.lang.reflect.Method> testMethods)
Collect test method executions from list of test methods and potentially parameters from parameter factory methods.Methods in com.carrotsearch.randomizedtesting with parameters of type RandomizedRunner.TestMethodExecution Modifier and Type Method Description private java.util.List<RandomizedRunner.TestCandidate>
RandomizedRunner. collectCandidatesForMethod(java.util.Map<java.lang.String,java.lang.Integer> descriptionRepetitions, java.lang.reflect.Constructor<?> constructor, RandomizedRunner.TestMethodExecution testCase)
Collect test candidates for a single method and the given seed.
-