All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description TestParameter Test parameter annotation that defines the values that a single parameter can have.TestParameter.DefaultTestParameterValuesProvider DefaultTestParameter.TestParameterValuesProvider
implementation that does nothing.TestParameter.InternalImplementationOfThisParameter Implementation of this parameter annotation.TestParameter.TestParameterValuesProvider Deprecated. UseTestParameterValuesProvider
instead.TestParameterInjector 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.TestParameters 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.TestParameters.DefaultTestParametersValuesProvider DefaultTestParameters.TestParametersValuesProvider
implementation that does nothing.TestParameters.RepeatedTestParameters Holder annotation for multiple @TestParameters annotations.TestParameters.TestParametersValues A set of parameters for a single method invocation.TestParameters.TestParametersValues.Builder Builder forTestParameters.TestParametersValues
.TestParameters.TestParametersValuesProvider Deprecated. UseTestParametersValuesProvider
instead.TestParametersValuesProvider Abstract class for custom providers of @TestParameters values.TestParametersValuesProvider.Context An immutable value class that contains extra information about the context of the parameter for which values are being provided.TestParameterValue Wrapper class around a parameter value.TestParameterValuesProvider Abstract class for custom providers of @TestParameter values.TestParameterValuesProvider.Context An immutable value class that contains extra information about the context of the parameter for which values are being provided.