Are true mocks evil?
True mocks are a type of test-double used to verify that a call has been made. This approach is used to isolate collaborators of a class and test it in isolation.
True mocks are a type of test-double used to verify that a call has been made. This approach is used to isolate collaborators of a class and test it in isolation.