List Question
20 TechQA 2015-06-14T21:13:06.640000scalamock and method with multiple argument
5.6k views
Asked by MaatDeamon
How to mock a class with ScalaMock
11.3k views
Asked by MaatDeamon
Verifying that the no arg version of an overloaded function gets called in scalamock
163 views
Asked by rancidfishbreath
Mocking classes in Play for Scala
297 views
Asked by ps0604
ScalaMock verifying a generic method returning Unit gives method overloading compile error
1.5k views
Asked by simbo1905
ScalaMock mocking a trait gives "MockFunction1 cannot be cast to StubFunction1"
7.9k views
Asked by simbo1905
Using a mocked object as an implicit in scala using scalamock
1.5k views
Asked by IUnknown
mocking methods which use ClassTag in scala using scalamock
1.4k views
Asked by IUnknown
Mocking a val of a trait with scala-mock
9.2k views
Asked by lev
How do you use scalamock to mock a class with constructor parameters
7.1k views
Asked by ThinkBonobo
Scalamock: Mocking call by-name function with arguments
656 views
Asked by rojanu
How can I use scalamock to stub WSRequestHolder.post() in Play
375 views
Asked by DrewEaster
How to mock a method whose parameter is a new instance in scala
779 views
Asked by Saturnian
Scalamock expect eventually
448 views
Asked by mjjaniec
scalatest - test a method of Future[S] with fallbackTo
407 views
Asked by Thanh-Châu Phạm
ScalaTest with mocked object
842 views
Asked by AlleXyS
Scala - Is there a way to mock trait, extended by companion object?
3k views
Asked by DorianOlympia
How to mock a method without a parameter list with ScalaMock 5.0.0?
1.5k views
Asked by Ava
How to mock/stub only one field in a case class
1.5k views
Asked by Konstantin Bodnia
Should I Mock the Trait or Mock the Class Using Scala Mock
441 views
Asked by Mojo