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
|
Optional Element Summary |
String |
options
Options / settings to be used by the converter class |
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.