https://github.com/kasiprasad/context-spec
A simple Context Specification Framework for Java over JUnit
https://github.com/kasiprasad/context-spec
bdd context integration-testing java junit specification tdd unit-testing
Last synced: 3 months ago
JSON representation
A simple Context Specification Framework for Java over JUnit
- Host: GitHub
- URL: https://github.com/kasiprasad/context-spec
- Owner: kasiprasad
- License: mit
- Created: 2018-05-12T03:16:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T19:12:32.000Z (almost 8 years ago)
- Last Synced: 2025-08-01T08:54:00.237Z (9 months ago)
- Topics: bdd, context, integration-testing, java, junit, specification, tdd, unit-testing
- Language: Java
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Context Spec - Context Specification style tests for Java
[](https://travis-ci.org/kasiprasad/context-spec)
[](https://codecov.io/gh/kasiprasad/context-spec)
A simple context specification framework for Java leveraging JUnit.
For more information on Context Specification see [this article](http://www.codemag.com/article/0805061)