Uses of Interface
com.carrotsearch.randomizedtesting.InstanceProvider
Packages that use InstanceProvider
-
Uses of InstanceProvider in com.carrotsearch.randomizedtesting
Classes in com.carrotsearch.randomizedtesting that implement InstanceProviderModifier and TypeClassDescriptionprivate static class
private static class
Fields in com.carrotsearch.randomizedtesting declared as InstanceProviderModifier and TypeFieldDescriptionprivate final InstanceProvider
RandomizedRunner.SameInstanceProvider.delegate
final InstanceProvider
RandomizedRunner.TestCandidate.instanceProvider
(package private) final InstanceProvider
RandomizedRunner.TestMethodExecution.instanceProvider
Methods in com.carrotsearch.randomizedtesting that return InstanceProviderModifier and TypeMethodDescriptionprivate InstanceProvider
RandomizedRunner.getInstanceProvider
(Constructor<?> constructor, Object[] args) Determine instance provider.Constructors in com.carrotsearch.randomizedtesting with parameters of type InstanceProviderModifierConstructorDescriptionSameInstanceProvider
(InstanceProvider delegate) TestCandidate
(Method method, long seed, org.junit.runner.Description description, InstanceProvider instanceProvider) TestMethodExecution
(Method m, String argFormattingTemplate, Object[] params, InstanceProvider instanceProvider)