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

Use mockito-scala instead of just mockito for mocks #46

Open
sergey-pudov opened this issue Mar 6, 2020 · 0 comments
Open

Use mockito-scala instead of just mockito for mocks #46

sergey-pudov opened this issue Mar 6, 2020 · 0 comments

Comments

@sergey-pudov
Copy link

Description

Currently we are using pure Java implementation of mockito mocking library, which lacks some nice and useful features. Seems like Scala implementation wasn't available at the moment of development.

We should start to use mockito-scala instead.

Link to the library: https://github.com/mockito/mockito-scala

Acceptance criteria:

  • mockito-scala installed as dependency
  • Few tests are re-written using new library
  • Agreement to use it for future tests is established
  • Refactoring tickets for tests are created into backlog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant