From 48bd6e0222158ec6a3e31b0d8797b40a01491d96 Mon Sep 17 00:00:00 2001 From: sgwerder Date: Tue, 22 Mar 2016 16:00:53 +0100 Subject: [PATCH] Added J8Spec Testing framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 640399e..ffd262a 100644 --- a/README.md +++ b/README.md @@ -641,6 +641,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [Unitils](http://www.unitils.org/) - Modular testing library for unit and integration testing. * [WireMock](http://wiremock.org/) - Stubbs and mocks web services. +* [J8Spec](https://tprado.github.io/j8spec/) - J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine. ## Utility