-
Notifications
You must be signed in to change notification settings - Fork 72
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
Migrate JMockit Verifications to Mockito #540
Commits on Jun 27, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0659242 - Browse repository at this point
Copy the full SHA 0659242View commit details -
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dd76d3d - Browse repository at this point
Copy the full SHA dd76d3dView commit details -
Add more test cases, fix existing test cases, refactor method name. S…
…ome test still failing.
Configuration menu - View commit details
-
Copy full SHA for d5ac446 - Browse repository at this point
Copy the full SHA d5ac446View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 19bc094 - Browse repository at this point
Copy the full SHA 19bc094View commit details -
Add support for multiple statements in Verifications to be migrated b…
…y replacing the Verification block
Configuration menu - View commit details
-
Copy full SHA for 530a621 - Browse repository at this point
Copy the full SHA 530a621View commit details -
Configuration menu - View commit details
-
Copy full SHA for e705292 - Browse repository at this point
Copy the full SHA e705292View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab1182b - Browse repository at this point
Copy the full SHA ab1182bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a38cb11 - Browse repository at this point
Copy the full SHA a38cb11View commit details
Commits on Jun 30, 2024
-
Refactor method and variable names. One test case failing when we use…
… an external class to mock an object
Configuration menu - View commit details
-
Copy full SHA for 1016bf9 - Browse repository at this point
Copy the full SHA 1016bf9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1ce8b77 - Browse repository at this point
Copy the full SHA 1ce8b77View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c23754 - Browse repository at this point
Copy the full SHA 0c23754View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 328a2e3 - Browse repository at this point
Copy the full SHA 328a2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for be42e84 - Browse repository at this point
Copy the full SHA be42e84View commit details