Mockito Kotlin, how can I verify the method is cal...
# test
x
Mockito Kotlin, how can I verify the method is called?
Copy code
verify(fhirRepo, times(1)).savePeriodicDump(any())
Copy code
Parameter specified as non-null is null: method gateway.model.fhir.FhirPatientRepository.savePeriodicDump, parameter dump
java.lang.IllegalArgumentException: Parameter specified as non-null is null: method 
`