Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwolla/scala-test-utils
Utility classes for testing in Scala
https://github.com/dwolla/scala-test-utils
Last synced: about 10 hours ago
JSON representation
Utility classes for testing in Scala
- Host: GitHub
- URL: https://github.com/dwolla/scala-test-utils
- Owner: Dwolla
- License: mit
- Created: 2016-05-13T23:34:25.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T00:19:59.000Z (6 months ago)
- Last Synced: 2024-05-02T07:48:52.269Z (6 months ago)
- Language: Scala
- Size: 177 KB
- Stars: 2
- Watchers: 13
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Scala Test Utilities
[![license](https://img.shields.io/github/license/Dwolla/scala-test-utils.svg?style=flat-square)]()
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](http://www.scalatest.org) with [fs2](https://github.com/functional-streams-for-scala/fs2)|Async [FlatSpec-style](http://www.scalatest.org/user_guide/selecting_a_style) helpers for testing fs2 Streams or logic in the [cats-effect IO monad](https://github.com/typelevel/cats-effect)|`"com.dwolla" %% "testutils-scalatest-fs2" % {version}`|
|[Specs2](https://etorreborre.github.io/specs2/)|Various matchers and guards for testing with Specs2|`"com.dwolla" %% "testutils-specs2" % {version}`|
|Specs2 with [Akka](https://akka.io)|Specs2, with additional Akka helpers|`"com.dwolla" %% "testutils-specs2-akka" % {version}`|