Searched defs:suspicious (Results 1 – 4 of 4) sorted by relevance
28 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(matchers, new Ob… in shouldNotFindAnySuspiciousMatchersWhenNumberOfArgumentsDoesntMatch() local40 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(matchers, new Ob… in shouldNotFindAnySuspiciousMatchersWhenArgumentsMatch() local54 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(matchers, new Ob… in shouldFindSuspiciousMatchers() local72 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes((List) Arrays.as… in shouldNotFindSuspiciousMatchersWhenTypesAreTheSame() local81 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes((List) Arrays.as… in shouldWorkFineWhenGivenArgIsNull() local114 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(matchers, new Ob… in shouldUseMatchersSafely() local
77 suspicious: BUILDER = suspicious target78 suspicious: target
25 List<Integer> suspicious = new LinkedList<Integer>(); in getSuspiciouslyNotMatchingArgsIndexes() local
94 suspicious: BUILDER = suspicious target95 suspicious: target