dmitriy.m
07/05/2016, 2:27 PMmockito-kotlin and it gets me error in case i do
whenever(uploadControllerStorage.get(any<CacheBundle>()))
.thenReturn(mutableListOf(photoStateHolderInProgress, photoStateHolderFailed, photoStateHolderDone))
and it works ok if i change from any<CacheBundle> to Mockito.any(CacheBundle::class.java)
exception:
java.lang.ClassCastException: org.mockito.Answers cannot be cast to org.mockito.stubbing.Answer