Home
last modified time | relevance | path

Searched refs:CustomParameters (Results 1 – 7 of 7) sorted by relevance

/external/junit-params/src/main/java/junitparams/internal/annotation/
DFrameworkMethodAnnotations.java8 import junitparams.custom.CustomParameters;
40 CustomParameters customParameters = frameworkMethod.getAnnotation(CustomParameters.class); in getCustomParameters()
46 customParameters = annotation.annotationType().getAnnotation(CustomParameters.class); in getCustomParameters()
DCustomParametersDescriptor.java5 import junitparams.custom.CustomParameters;
14 public CustomParametersDescriptor(CustomParameters customParameters) { in CustomParametersDescriptor()
18 …public CustomParametersDescriptor(CustomParameters customParameters, Annotation customAnnotation) { in CustomParametersDescriptor()
/external/junit-params/src/test/java/junitparams/custom/
DCustomParametersProviderTest.java17 @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()
/external/junit-params/src/main/java/junitparams/custom/combined/
DCombinedParameters.java6 import junitparams.custom.CustomParameters;
9 @CustomParameters(provider = CombinedParametersProvider.class)
/external/junit-params/src/main/java/junitparams/
DFileParameters.java8 import junitparams.custom.CustomParameters;
21 @CustomParameters(provider = FileParametersProvider.class)
/external/junit-params/src/main/java/junitparams/custom/
DCustomParameters.java18 public @interface CustomParameters { annotation
/external/junit-params/
DRELEASES.md69 ### CustomParameters subsection
77 @CustomParameters(provider = FileParametersProvider.class)