Home
last modified time | relevance | path

Searched refs:matchingType (Results 1 – 4 of 4) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/invocation/
DMatcherApplicationStrategy.java24 private final MatcherApplicationType matchingType; field in MatcherApplicationStrategy
28 …gy(Invocation invocation, List<ArgumentMatcher<?>> matchers, MatcherApplicationType matchingType) { in MatcherApplicationStrategy() argument
30 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()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DAnonymousClassDeclarationContext.java144 .map(matchingType -> in solveType()
146 new JavaParserTypeParameter(new TypeParameter(matchingType.toString()), in solveType()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DAnonymousClassDeclarationContext.java140 .map(matchingType -> in solveType()
142 new JavaParserTypeParameter(new TypeParameter(matchingType.toString()), in solveType()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_javaparsermodel_contexts_AnonymousClassDeclarationContext.txt63 …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()