Searched refs:ParamsFromMethodCommon (Results 1 – 4 of 4) sorted by relevance
7 private ParamsFromMethodCommon paramsFromMethodCommon;11 this.paramsFromMethodCommon = new ParamsFromMethodCommon(frameworkMethod); in ParametersFromExternalClassMethod()
8 private ParamsFromMethodCommon paramsFromMethodCommon;13 paramsFromMethodCommon = new ParamsFromMethodCommon(frameworkMethod); in ParametersFromTestClassMethod()
13 private final ParamsFromMethodCommon paramsFromMethodCommon;17 this.paramsFromMethodCommon = new ParamsFromMethodCommon(frameworkMethod); in ParametersFromExternalClassProvideMethod()
13 class ParamsFromMethodCommon { class16 ParamsFromMethodCommon(FrameworkMethod frameworkMethod) { in ParamsFromMethodCommon() method in ParamsFromMethodCommon