dstarcev
10/27/2016, 12:58 PMinterface EventDispatcher {
fun dispatch(event: Event)
}
Mockito
.doNothing()
.`when`(eventDispatcher)
.dispatch(Mockito.any())
and getting java.lang.IllegalStateException: Mockito.any() must not be null