You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 dependencyThe text was updated successfully, but these errors were encountered: