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

Add support for InOrder in verification conversion intention actions #22

Closed
picimako opened this issue Apr 28, 2022 · 1 comment
Closed
Assignees
Labels
enhancement Improvement on an existing feature feature New functionality
Milestone

Comments

@picimako
Copy link
Owner

Summary

Conversion of InOrder specific verification calls between InOrder.verify() and BDDMockito.then().should(InOrder) are not yet supported.

Tasks

  • Create an intention action to convert InOrder.verify() calls to BDDMockito.then().should(InOrder).
    • The intention would be available on InOrder.verify().
  • Create an intention action to convert BDDMockito.then().should(InOrder) calls to InOrder.verify().
    • The intention would be available on BDDMockito.then().

To be decided

  • Alternatively, ConvertBDDMockitoThenToMockitoVerifyIntention and ConvertMockitoVerifyToBDDMockitoThenIntention might be extended with this logic, instead of creating two separate intentions.
@picimako picimako added enhancement Improvement on an existing feature feature New functionality labels Apr 28, 2022
@picimako picimako added this to the v0.5.0 milestone Apr 28, 2022
@picimako picimako self-assigned this Jun 17, 2022
@picimako
Copy link
Owner Author

Completed in v0.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement on an existing feature feature New functionality
Projects
None yet
Development

No branches or pull requests

1 participant