florinleonel
07/24/2018, 8:30 PMMockito.when(mock.someMethod()).thenReturn(....)
I have to mark the the kotlin mock.someMethod()
fun with open
.
I do not want to use PowerMockito and the class that holds the someMethod()
is open too.
Could you guys help me on this?