dwolla / scala-test-utils   2.0.0-M7

MIT License GitHub

Utility classes for testing in Scala

Scala versions: 2.13 2.12
Scala.js versions: 1.x

Scala Test Utilities

license

See the submodules’ READMEs for more information on what features are available.

Submodule Description Artifact Name
Core Common utilities with minimal dependencies "com.dwolla" %% "testutils" % {version}
ScalaTest with fs2 Async FlatSpec-style helpers for testing fs2 Streams or logic in the cats-effect IO monad "com.dwolla" %% "testutils-scalatest-fs2" % {version}
Specs2 Various matchers and guards for testing with Specs2 "com.dwolla" %% "testutils-specs2" % {version}
Specs2 with Akka Specs2, with additional Akka helpers "com.dwolla" %% "testutils-specs2-akka" % {version}