Home | History | Annotate | Download | only in exceptions

Lines Matching refs:expectedType

476     public void wrongTypeOfReturnValue(String expectedType, String actualType, String methodName) {
479 methodName + "() should return " + expectedType,
729 public void wrongTypeOfArgumentToReturn(InvocationOnMock invocation, String expectedType, Class actualType, int argumentIndex) {
732 "method should return the type '" + expectedType + "'",