Search code examples
What causes a NullPointerException when a SharedSparkContext (sc) is used outside a test function in...

scalaapache-sparkscalatest

Read More
How to initialize shared variables before parallel test in scalatest...

scalascala-collectionsscalatestparallel-testing

Read More
Run just a specific scalatest test from sbt...

sbtscalatest

Read More
SBT - Override testOnly...

sbtscalatest

Read More
When defining scalatest within sbt libraryDependencies, why does everyone use the "test" c...

scalasbtscalatest

Read More
Route TestKit in asynchronous ScalaTest...

scalaasynchronousscalatestakka-httpakka-testkit

Read More
Scala - unit testing a Column type function...

scalaunit-testingscalatest

Read More
Scalatest aborted tests handling...

scalatestinghandlescalatestabort

Read More
Multiple SSH connections not allowed in an sbt session...

scalasshsbtscalatest

Read More
Object method mocking or spying for unit testing in Scala...

scalamockingscalatestspy

Read More
Easymock new object and handle its function call (No PowerMock)...

scalaunit-testingmockingscalatesteasymock

Read More
How do I use scala and scalatest to see if a list contains an object with a field matching a specifi...

scalascalatest

Read More
Getting File name too long when running tests on circleci...

scalabuildscalatestcircleciscalacheck

Read More
scalatest - can't expand macros compiled by previous versions of Scala...

scalamavenscalatest

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

scalascalatestscalamock

Read More
How to write a ScalaTest for a pattern matching method that uses a Map collection...

pattern-matchingscala-collectionsscalatest

Read More
Generic way to create subtypes that require different constructor arguments in Scala...

scalascalatest

Read More
Exclusion by annotation not working for sbt test/testOnly...

sbtscalatest

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

scalaunit-testingtestingscalatestscalamock

Read More
Unable to resolve org.scalatest#scalatest;3.0.1: not found dependency issue...

scalasbtscalatest

Read More
java.lang.IllegalStateException: missing behavior definition for the preceding method call...

scalascalatesteasymock

Read More
What’s the difference between ScalaTest and Scala Specs unit test frameworks?...

unit-testingscalacomparisonscalatest

Read More
Problems with afterAll() in ScalaTest in case of Future usage...

scalascalatest

Read More
Or operator with scalaTest matcher...

scalascalatest

Read More
ScalaTest - JUnitRunner cannot be found...

scalajunitscalatest

Read More
Forward function to a ScalaTest macro...

scalascalatest

Read More
What's the difference between shouldBe vs shouldEqual in Scala?...

scalascalatest

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

scalaunit-testingmockingscalatestscalamock

Read More
Scala Mockito Guice and Partial Mocking .... methods get called twice...

scalamockitoguicescalatest

Read More
Simple use of Mockito AnyMap is not working...

scalamockitoscalatest

Read More
BackNext