|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Converter
@Deprecated public interface ParamConverter<T>
Implement this interface if you want to convert params from some representation to the type expected by your test method's parameter. <T> is the expected parameter type.
| Method Summary | |
|---|---|
T |
convert(Object param,
String options)
Deprecated. |
| Method Detail |
|---|
T convert(Object param,
String options)
throws ConversionFailedException
ConversionFailedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||