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

Change method dispatch behavior to that of jmock2 #395

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Dec 24, 2019

  1. make test more robust

    test_should_keep_finding_later_stub_and_so_never_satisfy_earlier_expectation
    would pass even if the earlier expectation was found first, as assert_failed
    would succeed for the wrong reason, i.e. due to failure of assert_equal rather
    than an unsatisfied expectation
    nitishr committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    63a7003 View commit details
    Browse the repository at this point in the history
  2. Change method dispatch behaviour to that of jMock v2

    The old behavior modelled on the method dispatch behaviour of jMock v1 caused
    slightly confusing expectation behaviour when stubbing after expectation
    nitishr committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    27d6a72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    405b67f View commit details
    Browse the repository at this point in the history