Class RandomizedRunner.TestMethodExecution
java.lang.Object
com.carrotsearch.randomizedtesting.RandomizedRunner.TestMethodExecution
- All Implemented Interfaces:
TestMethodAndParams
- Enclosing class:
RandomizedRunner
private static class RandomizedRunner.TestMethodExecution
extends Object
implements TestMethodAndParams
Helper tuple (Method, instance params).
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final String
(package private) final InstanceProvider
(package private) final Method
(package private) final Object[]
-
Constructor Summary
ConstructorsConstructorDescriptionTestMethodExecution
(Method m, String argFormattingTemplate, Object[] params, InstanceProvider instanceProvider) -
Method Summary
-
Field Details
-
params
-
paramsWrapper
-
method
-
argFormattingTemplate
-
instanceProvider
-
-
Constructor Details
-
TestMethodExecution
public TestMethodExecution(Method m, String argFormattingTemplate, Object[] params, InstanceProvider instanceProvider)
-
-
Method Details
-
getTestMethod
- Specified by:
getTestMethod
in interfaceTestMethodAndParams
-
getInstanceArguments
- Specified by:
getInstanceArguments
in interfaceTestMethodAndParams
-