Search code examples
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
Scalatest and Spark giving "java.io.NotSerializableException: org.scalatest.Assertions$Assertio...

scalaapache-sparkserializationrddscalatest

Read More
Mockito matchers, scala value class and NullPointerException...

scalamockitoscalatest

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

scalaunit-testingscalatestscalamock

Read More
Running scala test from command line without SBT...

scalascalatest

Read More
ScalaTest - how to check that all items of sequence match the predicate?...

scalascalatest

Read More
Testing values returned by 2 Futures are equal to each other...

scalafuturescalatest

Read More
scalacheck: lift custom random generator...

scalatestingscalatestscalacheck

Read More
Scalatest throws weird error on scala 2.11...

scalascalatestscala-2.11scalatest-maven-plugin

Read More
Why "could not find implicit" error in Scala + Intellij + ScalaTest + Scalactic but not fr...

scalaintellij-ideascalatestscalactic

Read More
eventually doesn't attempt second assertion on first failed assertion...

scalascalatest

Read More
Scala Test, how to take a result from an actor...

scalaakkascalatest

Read More
Running individual ScalaTest test methods in IntelliJ IDEA...

testingjunitintellij-ideascalatest

Read More
Gradle, IntelliJ and ScalaTest plugin: suddenly broken...

javascalaintellij-ideagradlescalatest

Read More
Why is code coverage zero with Scalatest, Maven and cobertura?...

scalamavenscalatestcoberturamaven-cobertura-plugin

Read More
Maven not discovering ScalaTest unit tests...

scalamavenscalatestscalatest-maven-plugin

Read More
Scalatest in maven: JUnit results...

azure-devopsmaven-pluginscalatestazure-pipelines

Read More
Compilation error: error: object scalatest is not a member of package.org, am NOT using sbt...

scalascalatest

Read More
ScalaTest deep comparison best practices...

scalascalatest

Read More
Fixture objects and cleanup in ScalaTest...

scalabddscalatestfixtures

Read More
Cannot find ScalaCheckDrivenPropertyChecks...

scalascalatestscalacheck

Read More
Can you capture and inspect arguments supplied to a method under test with ScalaMock?...

scalamockingscalatest

Read More
BackNext