Home
last modified time | relevance | path

Searched refs:cannotStubVoidMethodWithAReturnValue (Results 1 – 3 of 3) 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.java446 public static MockitoException cannotStubVoidMethodWithAReturnValue(String methodName) { in cannotStubVoidMethodWithAReturnValue() method in Reporter
/external/robolectric/v1/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...