https://github.com/isarn/isarn-scalatest
ScalaTest matchers and other utilities
https://github.com/isarn/isarn-scalatest
Last synced: 8 months ago
JSON representation
ScalaTest matchers and other utilities
- Host: GitHub
- URL: https://github.com/isarn/isarn-scalatest
- Owner: isarn
- License: apache-2.0
- Created: 2016-09-25T16:24:52.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2018-08-04T22:15:07.000Z (almost 8 years ago)
- Last Synced: 2025-07-03T14:08:28.662Z (12 months ago)
- Language: Scala
- Size: 311 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isarn-scalatest
ScalaTest matchers and other utilities
### API documentation
https://isarn.github.io/isarn-scalatest/latest/api/
### How to include in your project
``` scala
libraryDependencies += "org.isarnproject" %% "isarn-scalatest" % "0.0.3"
```