Searched refs:CustomParameters (Results 1 – 7 of 7) sorted by relevance
8 import junitparams.custom.CustomParameters;40 CustomParameters customParameters = frameworkMethod.getAnnotation(CustomParameters.class); in getCustomParameters()46 customParameters = annotation.annotationType().getAnnotation(CustomParameters.class); in getCustomParameters()
5 import junitparams.custom.CustomParameters;14 public CustomParametersDescriptor(CustomParameters customParameters) { in CustomParametersDescriptor()18 …public CustomParametersDescriptor(CustomParameters customParameters, Annotation customAnnotation) { in CustomParametersDescriptor()
17 @CustomParameters(provider = SimpleHelloProvider.class)30 @CustomParameters(provider = CustomHelloProvider.class)35 public static class SimpleHelloProvider implements ParametersProvider<CustomParameters> {37 public void initialize(CustomParameters parametersAnnotation) { in initialize()
6 import junitparams.custom.CustomParameters;9 @CustomParameters(provider = CombinedParametersProvider.class)
8 import junitparams.custom.CustomParameters;21 @CustomParameters(provider = FileParametersProvider.class)
18 public @interface CustomParameters { annotation
69 ### CustomParameters subsection77 @CustomParameters(provider = FileParametersProvider.class)