junitparams.converters
Interface ParamConverter<T>


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. is the expected parameter type.

Author:
Pawel Lipinski

Method Summary
 T convert(Object param, String options)
           
 

Method Detail

convert

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


Copyright © 2013 Pragmatists. All Rights Reserved.