Search code examples
How do I add an SBT plugin resolver on CircleCI?...


scalasbtscalatestcircleci

Read More
Why am I getting this error when running Scala 2.13 tests in IntelliJ, but not with Scala 2.12?...


scalaintellij-ideascalatestscala-2.13

Read More
How to test the behaviour of an akka actor, if it reads from `stdin` and writes to `stdout`?...


scalaakkastdoutscalatesttestkit

Read More
Alternative ways to display Scalatest results...


scalascalatest

Read More
Comparing OffsetDateTime to Timestamp in ScalaTest...


scalatimestampscalatest

Read More
How to use conditional mock in Mockito...


scalamockitowildcardscalatest

Read More
How to pass Configuration object to controller in unit test...


scalaplayframeworkconfigurationscalatest

Read More
Does Scalatest provider a matcher for NaN?...


scalascalatestmatcher

Read More
Comparison matchers fail on mixed numeric types...


scalascalatestmatchercomparison-operators

Read More
Testing Right[Seq[MyClass]] and properties...


scalatestingscalatest

Read More
How to use loan-fixture method with AsyncFeatureSpec?...


scalascalatestfixtures

Read More
Any scalatest matchers for matching json...


jsonscalascalatestmatcher

Read More
Sharing elements between generated objects in ScalaCheck using nested forAll...


scalatestingscalatestscalacheckproperty-based-testing

Read More
Scala unit testing stdin/stdout...


scalaunit-testingscalatest

Read More
Unit tests working well with maven but won't run when using them with IntelliJ...


scalamavenintellij-ideascalatest

Read More
Inject mock object to companion object field...


scalamockitoscalatestcompanion-object

Read More
Mocking a case class for testing...


scalascalatestscalamock

Read More
FlatSpec displays strange behaviour while using 'should contain only'...


scalacontainsscalatest

Read More
How to real test the akka stream?...


scalaakkaakka-streamscalatest

Read More
How to break the build if test coverage fails minimum threshold?...


scalasbtscalatestscoverage

Read More
Wordspec "should" "when" "in"...


scalalazy-loadinglazy-evaluationscalatestlazy-initialization

Read More
Unit testing that code runs without exception in ScalaTest...


scalascalatest

Read More
Scalatest html reports...


htmlunit-testingscalareportingscalatest

Read More
Testing Program Who Having PrintLn Output...


scalascalatest

Read More
How to testing classes with dependency injection...


scalaplayframeworkscalatest

Read More
Intellij is not providing either popup or menu options to run a scalatest created by Intellij itself...


scalaintellij-ideascalatest

Read More
Is there an idiomatic way to convert a Class to an Object when the class relies on an implicit?...


scalasingletonimplicitscalatest

Read More
What is the most standard(/concise) way to compare the lists to check whether they have partial matc...


scalascalatest

Read More
Why can't I test that a class's instance is defined...


scalatestplayframework-2.6

Read More
Multiple Given in one scenario...


scalabddscalatest

Read More
BackNext