Searched refs:onlyVoidMethodsCanBeSetToDoNothing (Results 1 – 2 of 2) sorted by relevance
13 import static org.mockito.internal.exceptions.Reporter.onlyVoidMethodsCanBeSetToDoNothing;35 throw onlyVoidMethodsCanBeSetToDoNothing(); in validateFor()
483 public static MockitoException onlyVoidMethodsCanBeSetToDoNothing() { in onlyVoidMethodsCanBeSetToDoNothing() method in Reporter