Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mock: add assertion for minimum number of method/function invocations #1595

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 3, 2024

  1. Assertion for minimum number of method/function calls

    There are cases where exact number of calls that will be made inside a method cannot be predtermined accurately. Eg, number of network calls made by a retry logic which is governed by a time out. Number of calls made in such cases will depend on time of previous call and time out of governing context. Hence ability to ensure a minimum threshold is required
    shalinlk committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c1a498e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    9d2f72a View commit details
    Browse the repository at this point in the history