An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Context Spec - Context Specification style tests for Java

[![Build Status](https://travis-ci.org/kasiprasad/context-spec.svg?branch=master)](https://travis-ci.org/kasiprasad/context-spec)
[![codecov](https://codecov.io/gh/kasiprasad/context-spec/branch/master/graph/badge.svg)](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)