Searched refs:paramsFromMethodCommon (Results 1 – 3 of 3) sorted by relevance
8 private ParamsFromMethodCommon paramsFromMethodCommon; field in ParametersFromTestClassMethod13 paramsFromMethodCommon = new ParamsFromMethodCommon(frameworkMethod); in ParametersFromTestClassMethod()20 return paramsFromMethodCommon.paramsFromMethod(testClass); in getParameters()27 …&& (!annotation.method().isEmpty() || paramsFromMethodCommon.containsDefaultParametersProvidingMet… in isApplicable()
7 private ParamsFromMethodCommon paramsFromMethodCommon; field in ParametersFromExternalClassMethod11 this.paramsFromMethodCommon = new ParamsFromMethodCommon(frameworkMethod); in ParametersFromExternalClassMethod()18 return paramsFromMethodCommon.paramsFromMethod(sourceClass); in getParameters()
13 private final ParamsFromMethodCommon paramsFromMethodCommon; field in ParametersFromExternalClassProvideMethod17 this.paramsFromMethodCommon = new ParamsFromMethodCommon(frameworkMethod); in ParametersFromExternalClassProvideMethod()70 … Arrays.asList(paramsFromMethodCommon.getDataFromMethod(prividerMethod))); in gatherParamsFromAllMethodsFrom()