Is it possible to verify(mockk) a service that get...
# getting-started
k
Is it possible to verify(mockk) a service that gets called which is inside a class inside a method of the class being tested?
k
are you using constructor injection?
k
Yes
On the outer class yes, on the class inside the method, no, it just uses the injected class from the outer class