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

Migrate JMockit Verifications to Mockito #540

Merged
merged 13 commits into from
Jul 3, 2024

Commits on Jun 27, 2024

  1. First draft of adding feature to migration JMockit Verifications to M…

    …ockito verify statements. Tests are failing, need to fix and also add tests once they pass.
    shivanisky committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0659242 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    timtebeek and github-actions[bot] authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    dd76d3d View commit details
    Browse the repository at this point in the history
  3. Add more test cases, fix existing test cases, refactor method name. S…

    …ome test still failing.
    shivanisky committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d5ac446 View commit details
    Browse the repository at this point in the history
  4. Refactor everything to be simpler to understand, also remove empty ne…

    …w line between migrated mockit when statements as mockito statements are more compact than Expectations
    shivanisky committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    19bc094 View commit details
    Browse the repository at this point in the history
  5. Add support for multiple statements in Verifications to be migrated b…

    …y replacing the Verification block
    shivanisky committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    530a621 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e705292 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab1182b View commit details
    Browse the repository at this point in the history
  8. Refactor

    shivanisky committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a38cb11 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Refactor method and variable names. One test case failing when we use…

    … an external class to mock an object
    shivanisky committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1016bf9 View commit details
    Browse the repository at this point in the history
  2. Try to debug issue where seeing very strange behaviour in code, where…

    … when we change the expected output to the actual generated output by including the static import, we get error that the type is missing or malformed. This looks like a bug in the framework. It seems to only occur when we add a second class in the before.
    shivanisky committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1ce8b77 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    328a2e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be42e84 View commit details
    Browse the repository at this point in the history