Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalamock

mocking methods which use ClassTag in scala using scalamock

Why don't specs2 + scalamock tests run in IntelliJ? Multiple suite traits detected

How to set up a ScalaMock once for repeated method invocations?

scala scalatest scalamock

ScalaMock with scalatest

scala scalatest scalamock

Mocking in scala generates a java.lang.NoSuchMethodException

scalamock and method with multiple argument

scalamock

Mock a method without arguments but with implicit parameters

scalamock mocking java interface method varargs

Scalamock: How to get "expects" for Proxy mocks?

scala scalatest scalamock

ScalaMock mocking a trait gives "MockFunction1 cannot be cast to StubFunction1"

scala scalamock

Is it possible to mock / override dependencies / imports in Scala?

How to mock a class with scala mock

scalamock

Scalatest ExecutionContext

Scala Mock partial stubbing

ScalaMock: How to mock/stub a method to return different values per call?

Scalamock 3. Mock overloaded method without parameter