junitparams.converters
Annotation Type ConvertParam


@Retention(value=RUNTIME)
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
           
 
Optional Element Summary
 String options
          Options / settings to be used by the converter class
 

Element Detail

value

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

options

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

Returns:
Default:
""


Copyright © 2013 Pragmatists. All Rights Reserved.