Search code examples
How to mock a class with ScalaMock...


scalamock

Read More
How to call real method on a stub...


scalascalamock

Read More
Mocking SparkSession for unit testing...


scalaunit-testingapache-sparkmockingscalamock

Read More
Mocking in scala generates a java.lang.NoSuchMethodException...


scalatestingplayframeworkscalamock

Read More
Mock a function call in scala for unittesting...


scalascalatestscalamock

Read More
Dependency mocking in scala...


scalaunit-testingplayframeworkscalamock

Read More
Mock a method without arguments but with implicit parameters...


scalaunit-testingscalatestscalamock

Read More
Scalamock expect eventually...


asynchronousscalamock

Read More
ScalaMock : expect a Double within some tolerance...


scalascalamock

Read More
Is it possible to mock / stub methods of the same test class with ScalaMock?...


scalaunit-testingscalamock

Read More
scalatest - test a method of Future[S] with fallbackTo...


scalaunit-testingscalatestscalamock

Read More
How to use ScalaMock to evaluate that function was called with certain Spark Dataframe parameter and...


scalaapache-sparkscalamock

Read More
What is the better approach on functional testing playframework with scala with Injection...


scalaplayframeworkscalamockplayspec

Read More
How to mock a method whose parameter is a new instance in scala...


scalaunit-testingmockitoscalatestscalamock

Read More
ScalaTest with mocked object...


scalaunit-testingmockingscalatestscalamock

Read More
How to mock a method without a parameter list with ScalaMock 5.0.0?...


scalaunit-testingscalamock

Read More
Remocking a mock function...


scalascalatestscalamock

Read More
Scala test dependent methods used to calculate vals are executed only once...


scalamockitoscalatestscalamock

Read More
ScalaMock, returns based on a ClassTag...


scalatestingstubstubbingscalamock

Read More
How to mock a polymorphic function with manifest in Scalamock?...


scalapolymorphismscalamock

Read More
scalamock mocking java interface method varargs...


unit-testingscalatestscalamock

Read More
Do we need to test a failure scenario of a public method which fails with an Exception?...


scalaunit-testingscalatestscalamock

Read More
Mocking a case class for testing...


scalascalatestscalamock

Read More
Mock partially a class with scalamock...


scalascalamock

Read More
Cannot mock WSRequest.post() using scalamock...


scalaplayframeworkscalamockplay-ws

Read More
How to return a value of Right value of Either in Scala test...


scalascalateststubeitherscalamock

Read More
Scalamock cannot differentiate the Futures...


scalascalatestcase-classstubbingscalamock

Read More
How do you create a ScalaMock stub that doesn't call the constructor of the underlying object?...


scalaunit-testingscalatestscalamock

Read More
Mocking configuration objects with MockFactory...


scalascalatestscalamock

Read More
How to mock a call by name function using ScalaMock?...


scalaunit-testingscalamock

Read More
BackNext