Package junitparams.converters

Interface Summary
Converter<A extends Annotation,T> Defines the logic to convert parameter annotated with A to type T.
ParamConverter<T> Deprecated. use Converter
 

Class Summary
NullableConverter  
ParamAnnotation  
 

Exception Summary
ConversionFailedException  
 

Annotation Types Summary
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.