junitparams.internal.annotation
Class CustomParametersDescriptor

java.lang.Object
  extended by junitparams.internal.annotation.CustomParametersDescriptor

public class CustomParametersDescriptor
extends Object


Constructor Summary
CustomParametersDescriptor(CustomParameters customParameters)
           
CustomParametersDescriptor(CustomParameters customParameters, Annotation customAnnotation)
           
 
Method Summary
 Annotation annotation()
           
 Class<? extends ParametersProvider> provider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomParametersDescriptor

public CustomParametersDescriptor(CustomParameters customParameters)

CustomParametersDescriptor

public CustomParametersDescriptor(CustomParameters customParameters,
                                  Annotation customAnnotation)
Method Detail

provider

public Class<? extends ParametersProvider> provider()

annotation

public Annotation annotation()


Copyright © 2017 Pragmatists. All rights reserved.