All Classes
| Class | Description |
|---|---|
| TestParameter |
Test parameter annotation that defines the values that a single parameter can have.
|
| TestParameter.DefaultTestParameterValuesProvider |
Default
TestParameter.TestParameterValuesProvider implementation that does nothing. |
| TestParameter.InternalImplementationOfThisParameter |
Implementation of this parameter annotation.
|
| TestParameter.TestParameterValuesProvider |
Interface for custom providers of test parameter values.
|
| TestParameterInjector |
A JUnit 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 (as opposed to
Parameterized where each test case in a test class is invoked with the exact
same set of parameters). |
| TestParameters |
Annotation that can be placed on @Test-methods or a test constructor to indicate the sets of
parameters that it should be invoked with.
|
| TestParameters.DefaultTestParametersValuesProvider |
Default
TestParameters.TestParametersValuesProvider implementation that does nothing. |
| TestParameters.TestParametersValues |
A set of parameters for a single method invocation.
|
| TestParameters.TestParametersValues.Builder |
Builder for
TestParameters.TestParametersValues. |
| TestParameters.TestParametersValuesProvider |
Interface for custom providers of test parameter values.
|