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 classprivate static classFields in com.carrotsearch.randomizedtesting declared as InstanceProviderModifier and TypeFieldDescriptionprivate final InstanceProviderRandomizedRunner.SameInstanceProvider.delegatefinal InstanceProviderRandomizedRunner.TestCandidate.instanceProvider(package private) final InstanceProviderRandomizedRunner.TestMethodExecution.instanceProviderMethods in com.carrotsearch.randomizedtesting that return InstanceProviderModifier and TypeMethodDescriptionprivate InstanceProviderRandomizedRunner.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)