Another issue with Mockito. Has anyone used an `Ar...
# announcements
a
Another issue with Mockito. Has anyone used an
ArgumentCaptor
for a
List
argument? It returns
java.lang.IllegalStateException: captor.capture() must not be null
when
capture()
method is called. A regular argument (an Int for instance) works fine.