Home
last modified time | relevance | path

Searched refs:onlyVoidMethodsCanBeSetToDoNothing (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DDoesNothing.java13 import static org.mockito.internal.exceptions.Reporter.onlyVoidMethodsCanBeSetToDoNothing;
35 throw onlyVoidMethodsCanBeSetToDoNothing(); in validateFor()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java483 public static MockitoException onlyVoidMethodsCanBeSetToDoNothing() { in onlyVoidMethodsCanBeSetToDoNothing() method in Reporter