在单元测试中,有时候会用到Mockito中的when(...).thenReturn(...)设置方法的返回值,但是有的时候when条件中返回的值,和thenReturn中返回的值的类型不一样,这时会出现Cannot resolve method 'thenReturn()'错误。 在单元测试中,有时候会用到Mockito中的when(...).thenRet
在单元测试中,有时候会用到Mockito中的when(...).thenReturn(...)设置方法的返回值,但是有的时候when条件中返回的值,和thenReturn中返回的值的类型不一样,这时会出现Cannot resolve method 'thenReturn()'错误。 在单元测试中,有时候会用到Mockito中的when(...).thenRet