Popularity
2.3
Declining
Activity
0.0
Declining
46
9
2

Description

J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.

More details here: j8spec.github.io.

Code Quality Rank: L5
Programming language: Java
License: MIT License
Tags: Testing    
Latest version: v3.0.0

J8Spec alternatives and similar libraries

Based on the "Testing" category.
Alternatively, view J8Spec alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of J8Spec or a related project?

Add another 'Testing' Library

README

J8Spec Build Status

J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.

More details here: j8spec.github.io.

How to build it

Requirements:

Then run:

$ cd j8spec
$ ./gradlew

That's it.