ursus
11/14/2018, 5:42 PMverify(mockHostService).startForegroundState(notifId = anyInt(), notification = mockNotification)
passing in any() causes NPE because obvious reasons, im reading about mockito-kotlin, says they support any() but it will call constructor on the object, which obviously I cannot since its Android. I just want to verify method was called, dont care about the arguments