HomeSort by relevance Sort by last modified time
    Searched defs:customParameters (Results 1 - 2 of 2) sorted by null

  /external/junit-params/src/main/java/junitparams/internal/annotation/
FrameworkMethodAnnotations.java 8 import junitparams.custom.CustomParameters;
40 CustomParameters customParameters = frameworkMethod.getAnnotation(CustomParameters.class);
41 if (customParameters != null) {
42 return new CustomParametersDescriptor(customParameters);
46 customParameters = annotation.annotationType().getAnnotation(CustomParameters.class);
47 if (customParameters != null) {
48 return new CustomParametersDescriptor(customParameters, annotation)
    [all...]
  /prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar 

Completed in 341 milliseconds