junitparams.converters
Class ParamAnnotation

java.lang.Object
  extended by junitparams.converters.ParamAnnotation

public class ParamAnnotation
extends Object


Constructor Summary
ParamAnnotation()
           
 
Method Summary
static Object convert(Annotation annotation, Object param)
           
static boolean matches(Annotation annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamAnnotation

public ParamAnnotation()
Method Detail

matches

public static boolean matches(Annotation annotation)

convert

public static Object convert(Annotation annotation,
                             Object param)
                      throws ConversionFailedException
Throws:
ConversionFailedException


Copyright © 2017 Pragmatists. All rights reserved.