Searched refs:wasUsed (Results 1 – 7 of 7) sorted by relevance
20 return !stubbing.wasUsed() && stubbing.getStrictness() != Strictness.LENIENT; in shouldBeReported()
50 public boolean wasUsed() { in wasUsed() method in StubbedInvocationMatcher
55 boolean wasUsed(); in wasUsed() method
28 if (!s.wasUsed()) { in find()
24 if (!stubbing.wasUsed() && stubbing.getInvocation().getMock() == i.getMock() in getStubbingArgMismatches()
35 if (!candidate.wasUsed()) { in format()
42 return s.wasUsed(); in printInvocations()