| Interface | Description |
|---|---|
| Converter<A extends Annotation,T> |
Defines the logic to convert parameter annotated with A to type T.
|
| ParamConverter<T> | Deprecated
use
Converter |
| Class | Description |
|---|---|
| NullableConverter | |
| ParamAnnotation |
| Exception | Description |
|---|---|
| ConversionFailedException |
| Annotation Type | Description |
|---|---|
| ConvertParam | Deprecated
use
Param |
| Nullable |
Allows test null values defined as a String array in
Parameters |
| Param |
Annotates parametrized test parameter with information about
Converter that should be used for parameter conversion. |
Copyright © 2017 Pragmatists. All rights reserved.