Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DReturns.java13 import static org.mockito.internal.exceptions.Reporter.cannotStubVoidMethodWithAReturnValue;
33 throw cannotStubVoidMethodWithAReturnValue(invocationInfo.getMethodName()); in validateFor()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java463 public static MockitoException cannotStubVoidMethodWithAReturnValue(String methodName) { in cannotStubVoidMethodWithAReturnValue() method in Reporter