Searched refs:shouldBeReported (Results 1 – 3 of 3) sorted by relevance
36 return !UnusedStubbingReporting.shouldBeReported(s); in getUnusedStubbings()60 if (!UnusedStubbingReporting.shouldBeReported(s)) { in getUnusedStubbingsByLocation()
59 if (UnusedStubbingReporting.shouldBeReported(s) in potentialArgMismatches()
19 public static boolean shouldBeReported(Stubbing stubbing) { in shouldBeReported() method in UnusedStubbingReporting