All Classes and Interfaces
Class
Description
Test 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.
Default
TestParameters.TestParametersValuesProvider
implementation that does nothing.Holder annotation for multiple @TestParameters annotations.
A set of parameters for a single method invocation.
Builder for
TestParameters.TestParametersValues
.Deprecated.
Use
TestParametersValuesProvider
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.