to answer your original question: mockito works by...
# announcements
j
to answer your original question: mockito works by creating subclasses at runtime. without
open
declarations you cannot mock the response since it will be unable to override the method.