It seems mockito only verify whether a method of a mock object is called and the mock object always have sth. like doReturn().when(mock object)...It seems mockito only verify whether a method o
It seems mockito only verify whether a method of a mock object is called and the mock object always have sth. like doReturn().when(mock object)...It seems mockito only verify whether a method o