junitparams.converters
Annotation Type ConvertParam


Deprecated. use Param

@Retention(value=RUNTIME)
@Deprecated
public @interface ConvertParam

Defines a converter which should be used to convert a parameter to expected type.

Author:
Pawel Lipinski

Required Element Summary
 Class<? extends ParamConverter<?>> value
          Deprecated.  
 
Optional Element Summary
 String options
          Deprecated. Options / settings to be used by the converter class
 

Element Detail

value

public abstract Class<? extends ParamConverter<?>> value
Deprecated. 

options

public abstract String options
Deprecated. 
Options / settings to be used by the converter class

Default:
""


Copyright © 2017 Pragmatists. All rights reserved.