Searched refs:getStrictness (Results 1 – 4 of 4) sorted by relevance
29 if (stubbing != null && stubbing.getStrictness() != null) { in determineStrictness()30 return stubbing.getStrictness(); in determineStrictness()
20 return !stubbing.wasUsed() && stubbing.getStrictness() != Strictness.LENIENT; in shouldBeReported()
60 public Strictness getStrictness() { in getStrictness() method in StubbedInvocationMatcher
64 Strictness getStrictness(); in getStrictness() method