Searched refs:matchingType (Results 1 – 4 of 4) sorted by relevance
24 private final MatcherApplicationType matchingType; field in MatcherApplicationStrategy28 …gy(Invocation invocation, List<ArgumentMatcher<?>> matchers, MatcherApplicationType matchingType) { in MatcherApplicationStrategy() argument30 if (matchingType == MATCH_EACH_VARARGS_WITH_LAST_MATCHER) { in MatcherApplicationStrategy()37 this.matchingType = matchingType; in MatcherApplicationStrategy()75 if (matchingType == ERROR_UNSUPPORTED_NUMBER_OF_MATCHERS) in forEachMatcherAndArgument()
144 .map(matchingType -> in solveType()146 new JavaParserTypeParameter(new TypeParameter(matchingType.toString()), in solveType()
140 .map(matchingType -> in solveType()142 new JavaParserTypeParameter(new TypeParameter(matchingType.toString()), in solveType()
63 …uals(name)).findFirst().map(matchingType -> SymbolReference.solved(new JavaParserTypeParameter(new…74 …Line 145) SymbolReference.solved(new JavaParserTypeParameter(new TypeParameter(matchingType.toStri…75 Line 146) matchingType.toString() ==> com.github.javaparser.ast.Node.toString()