Home
last modified time | relevance | path

Searched refs:ConversionFailedException (Results 1 – 8 of 8) sorted by relevance

/external/junit-params/src/main/java/junitparams/internal/
DInvokeParameterisedMethod.java10 import junitparams.converters.ConversionFailedException;
35 } catch (ConversionFailedException e) { in InvokeParameterisedMethod()
40 private Object[] castParamsFromString(String params) throws ConversionFailedException { in castParamsFromString()
53 private Object[] castParamsFromObjects(Object params) throws ConversionFailedException { in castParamsFromObjects()
58 } catch (ConversionFailedException e) { in castParamsFromObjects()
94 private Object[] castParamsUsingConverters(Object[] columns) throws ConversionFailedException { in castParamsUsingConverters()
141 … Annotation[][] parameterAnnotations) throws ConversionFailedException { in castAllParametersToProperTypes()
154 …tParameterUsingConverter(Object param, Annotation[] annotations) throws ConversionFailedException { in castParameterUsingConverter()
164 } catch (ConversionFailedException e) { in castParameterUsingConverter()
/external/junit-params/src/test/java/junitparams/
DParamsConverterTest.java17 import junitparams.converters.ConversionFailedException;
145 public Date convert(Object param) throws ConversionFailedException { in convert()
149 throw new ConversionFailedException("failed"); in convert()
160 public Date convert(Object param) throws ConversionFailedException { in convert()
164 throw new ConversionFailedException("failed"); in convert()
/external/junit-params/src/main/java/junitparams/converters/
DConversionFailedException.java3 public class ConversionFailedException extends Exception { class
4 public ConversionFailedException(String message) { in ConversionFailedException() method in ConversionFailedException
DParamConverter.java15 T convert(Object param, String options) throws ConversionFailedException; in convert()
DConverter.java25 T convert(Object param) throws ConversionFailedException; in convert()
DNullableConverter.java12 public String convert(Object param) throws ConversionFailedException { in convert()
DParamAnnotation.java11 …ublic static Object convert(Annotation annotation, Object param) throws ConversionFailedException { in convert()
/external/junit-params/
DRELEASES.md46 public Date convert(Object param) throws ConversionFailedException {
50 throw new ConversionFailedException("failed");