junitparams.converters
Interface ParamConverter<T>


Deprecated. use 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.

Author:
Pawel Lipinski

Method Summary
 T convert(Object param, String options)
          Deprecated.  
 

Method Detail

convert

T convert(Object param,
          String options)
          throws ConversionFailedException
Deprecated. 
Throws:
ConversionFailedException


Copyright © 2017 Pragmatists. All rights reserved.