Pitfalls of using Mockito with Scala
I need to test my new, shiny Scala code. Usually I write tests in ScalaTest, but for generating stubs I still use good, old Mockito. What... »
I need to test my new, shiny Scala code. Usually I write tests in ScalaTest, but for generating stubs I still use good, old Mockito. What... »
Scala match expression is a very powerful tool. In hands of an experienced developer it can be used to create concise and easy to understand code,... »