Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luontola/specsy
BDD-style unit-level testing framework for Java/Scala/Groovy. Safely isolates mutable state. Unlimited nesting.
https://github.com/luontola/specsy
Last synced: 4 days ago
JSON representation
BDD-style unit-level testing framework for Java/Scala/Groovy. Safely isolates mutable state. Unlimited nesting.
- Host: GitHub
- URL: https://github.com/luontola/specsy
- Owner: luontola
- License: apache-2.0
- Created: 2010-06-20T19:35:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T13:49:19.000Z (almost 6 years ago)
- Last Synced: 2024-04-15T07:10:16.844Z (7 months ago)
- Language: Java
- Homepage: https://specsy.org
- Size: 1.94 MB
- Stars: 20
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Specsy
======Specsy is a BDD-style unit-level testing framework for Scala. It safely isolates mutable state and supports writing self-documenting tests/specifications.
For more information see
## Developing
Starting a Docker based development environment:
docker-compose pull
docker-compose run --rm devStarting a local server for the web site:
docker-compose run --rm --service-ports site