Search code examples
Scalatest problem : value FunSuite is not a member of org.scalatest...


scalascalatest

Read More
PlaySpec test class not picked up if using injection...


scaladependency-injectionplayframeworkscalatest

Read More
Sbt unable to find List class definition on Scala 3.0.0-M2...


scalatestingintellij-ideasbtscalatest

Read More
Sbt not resolving Scalatest on Intellij IDEA...


scalaintellij-ideasbtscalatest

Read More
IntelliJ increase Scalatest Heap space...


scalaintellij-ideajvmheap-memoryscalatest

Read More
scalatest matcher for Some(some long value)...


scalascalatest

Read More
Passing additional arguments to tests with ScalaTest...


scalatestingscalatest

Read More
Pattern for async testing with scalatest and mocking objects with mockito...


asynchronousscalatestmockito-scala

Read More
IntelliJ throwing "java: error: option -source cannot be used together with --release"...


scalaintellij-ideascalatest

Read More
Setting environment variables when running Scala / SBT test suite...


scalasbtscalatest

Read More
How can I get list of all the tests in a test class implemented using ScalaTest?...


scalatestingscalatestdynamic-class-loaders

Read More
Scalatest: waiting for an assertion to become true...


scalascalatest

Read More
Trying to run Scala test, getting java.lang.ClassNotFoundException: org.jetbrains.plugins.scala.test...


scalaintellij-ideascalatest

Read More
IntelliJ in Scala asking to implement abstract members in a class inheriting from a concrete class...


scalaintellij-ideascalatest

Read More
ScalaTest and IntelliJ - Running one Test at a time...


intellij-ideascalatest

Read More
How to assert that mocked method is never called using ScalaTest and ScalaMock?...


unit-testingscalamockingscalatest

Read More
overloaded method should with alternatives:...


scalascalatest

Read More
Property based test with generators for algorithm: "Find the smallest positive integer that doe...


algorithmscalascalatestscalacheck

Read More
ScalaTest - Create Dynamic tests based on input / expected output (forAll)...


scalaunit-testingscalatest

Read More
Scalatest: Combine Assertions...


scalatestingscalatest

Read More
ScalaTest error object flatspec is not a member of package org.scalatest...


scalascalatestscala-maven-pluginscalatest-maven-plugin

Read More
How to run a Spark-Scala unit test notebook in Databricks?...


scalaapache-sparkdatabricksazure-databricksscalatest

Read More
"Referring to non-existent method org.scalatest.Matchers.convertToAnyShouldWrapper" after ...


scalascalatestscala.jsscalacheck

Read More
How do you check a mock was called with a Seq irrespective of order...


scalascalatestmockito-scala

Read More
Scala stub class with generics...


scalagenericsscalatest

Read More
ScalaTest I get error while loading Suite, Scala signature Suite has wrong version...


scalamavendependenciesscalatesttest-suite

Read More
Access ScalaTest test name from inside test?...


scalaintegration-testingscalatest

Read More
Forking each ScalaTest suite with sbt...


scalasbtscalatest

Read More
Reading configuration files from unit tests...


scalascalatesttypesafe-config

Read More
Ignore case class field in ScalaTest matching...


scalascalatestmatchercase-class

Read More
BackNext