| Interface | Description |
|---|---|
| ParameterizationStrategy |
| Class | Description |
|---|---|
| DefaultParameterizationStrategy | |
| DescriptionMapper |
This is a helper class for
WrappingParameterizedRunner. |
| ParameterizedSuiteBuilder |
This is a helper class for
WrappingParameterizedRunner. |
| PowermockParameterizationStrategy | |
| WrappingParameterizedRunner |
This runner supports wrapping most regular junit runners while adding the
logical functionality of
Parameterized. |
| Exception | Description |
|---|---|
| ParameterizationStrategyNotAvailableException |
| Annotation Type | Description |
|---|---|
| ParameterizedSuite |
This annotation is used by
WrappingParameterizedRunner to detect the
method which configures the parameters with which the suite is to be run. |
| WrappedRunWith |
This annotation used to indicate which runner is to be wrapped when a
wrapping runner is given in the @RunWith(...) annotation.
|
Copyright © 2014. All rights reserved.