Uses of Class
com.carrotsearch.randomizedtesting.RandomizedRunner.TestMethodExecution
Packages that use RandomizedRunner.TestMethodExecution
-
Uses of RandomizedRunner.TestMethodExecution in com.carrotsearch.randomizedtesting
Methods in com.carrotsearch.randomizedtesting that return types with arguments of type RandomizedRunner.TestMethodExecutionModifier and TypeMethodDescriptionRandomizedRunner.collectMethodExecutions
(Constructor<?> constructor, List<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.TestMethodExecutionModifier and TypeMethodDescriptionprivate List
<RandomizedRunner.TestCandidate> RandomizedRunner.collectCandidatesForMethod
(Map<String, Integer> descriptionRepetitions, Constructor<?> constructor, RandomizedRunner.TestMethodExecution testCase) Collect test candidates for a single method and the given seed.