Package com.google.testing.junit.testparameterinjector
package com.google.testing.junit.testparameterinjector
-
ClassDescriptionTest parameter annotation that defines the values that a single parameter can have.Default
TestParameter.TestParameterValuesProvider
implementation that does nothing.Deprecated.A JUnit4 test runner which knows how to instantiate and run test classes where each test case may be parameterized with its own unique set of test parameters.Annotation that can be placed (repeatedly) on @Test-methods or a test constructor to indicate the sets of parameters that it should be invoked with.DefaultTestParameters.TestParametersValuesProvider
implementation that does nothing.Holder annotation for multiple @TestParameters annotations.A set of parameters for a single method invocation.Builder forTestParameters.TestParametersValues
.Deprecated.UseTestParametersValuesProvider
instead.Abstract class for custom providers of @TestParameters values.An immutable value class that contains extra information about the context of the parameter for which values are being provided.Wrapper class around a parameter value.Abstract class for custom providers of @TestParameter values.An immutable value class that contains extra information about the context of the parameter for which values are being provided.
TestParameterValuesProvider
instead.