krrrr38 / intellij-mockito-postfix-plugin

Intellij Mockito Postfix Completion Plugin
MIT License
12 stars 2 forks source link

BDD Mockito #4

Closed achimgrimm closed 4 years ago

achimgrimm commented 4 years ago

Hi, would it be possible to add support for BDD Mockito (https://www.baeldung.com/bdd-mockito) as well?

I am happy to help with the change, if you like.

krrrr38 commented 4 years ago

@achimgrimm Thank you for your proposal issue.

Add BDDMockito support in #5. Currently not supported yet BDDMockito.when, but you can use Mockito.when.

You can use this feature from intellij-mockito-postfix-plugin 0.0.8. It will available soon, after JetBrains approve my published one.

krrrr38 commented 4 years ago

it's available now image

achimgrimm commented 4 years ago

Cool. Thank you very much for the very fast change. :)