Interaction Verification

Back to Mocks

Checking that specific methods were called with specific arguments a specific number of times. Verifies the collaboration between objects rather than the final state. Useful for testing side effects like sending emails or logging.

property testing interaction-verification