Search code examples
Scala Mock Syntax (class _).expects meaning?...

scalaunit-testingmockingscalamock

Read More
ScalaMock mocking generic Java interface overloaded method...

javascalaunit-testinggenericsscalamock

Read More
How to avoid duplication of mocked functions signatures in scalamock?...

scalascalamock

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

scalaunit-testingmockingscalatestscalamock

Read More
Using scalamock outside of MockFactory...

scalasbtcucumbercucumber-junitscalamock

Read More
Scalamock 3. Mock overloaded method without parameter...

scalaunit-testingscalatestscalamock

Read More
How can you mock a method call on a trait with ScalaMock?...

scalascalatestscalamock

Read More
How do you use scalamock to mock a class with constructor parameters...

scalascalamock

Read More
ScalaMock and the Cake Pattern - Why is my stub not called?...

scalaunit-testingscalamock

Read More
Scalatest Scalamock behaves differently with same function declared two ways...

scalascalatestscalamock

Read More
ScalaMock, Unexpected call: <mock-1> when sharing mock instance between tests...

scalaunit-testingtestingscalatestscalamock

Read More
ScalaMock: Stub works only for first test...

scalascalamock

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

scalatestingmockingscalamock

Read More
How to use ScalaMock not in the tests?...

scalascalamock

Read More
Scalamock: Unable to mock function with typed parameter and multiple implicit variables...

scalaunit-testingmockingscalatestscalamock

Read More
Scala mock, MockFactory expects fails with 'Unexpected call'...

scalascalamock

Read More
How I can stub abstract java class with protected abstract methods via ScalaMock?...

scalascalamock

Read More
ScalaMock: Can't handle methods with more than 22 parameters (yet)...

scalatestingscalamock

Read More
ScalaMock Stubbing with default parameters...

scalascalatestscalamock

Read More
Scala mock function with implicit generic types...

scalascalamock

Read More
Does scalamock support mocking curried mehtod that has implicit and repeated parameters?...

scalamock

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

scalascalatestscalamock

Read More
Mocking classes in Play for Scala...

scalaplayframeworkmockitoplayframework-2.5scalamock

Read More
Scala mock polymorphic methods with implicit type tag...

scalaunit-testingscalamock

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

scalaintellij-ideaintellij-14scalamock

Read More
scalamock / specs2: What if I don't have assertions? Expectations only in IsolatedMockFactory...

specs2scalamock

Read More
scalamock: Wildcard argument match on subtype...

scalajmockscalamock

Read More
Does ScalaMock support mocking of (companion) objects and constructors?...

scalaunit-testingmockingscalamock

Read More
Scalamock testing Java dependency injection...

javascaladependency-injectionscalamock

Read More
Mocking a val of a trait with scala-mock...

scalaunit-testingmockingscalamock

Read More
BackNext