Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j8spec/j8spec
Library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.
https://github.com/j8spec/j8spec
jasmine java junit rspec
Last synced: 4 months ago
JSON representation
Library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.
- Host: GitHub
- URL: https://github.com/j8spec/j8spec
- Owner: j8spec
- License: mit
- Created: 2015-05-21T21:31:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T12:05:20.000Z (almost 3 years ago)
- Last Synced: 2024-05-19T03:21:43.940Z (9 months ago)
- Topics: jasmine, java, junit, rspec
- Language: Java
- Homepage: https://j8spec.github.io
- Size: 2.32 MB
- Stars: 46
- Watchers: 9
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
J8Spec [![Build Status](https://travis-ci.org/j8spec/j8spec.svg?branch=master)](https://travis-ci.org/j8spec/j8spec)
======J8Spec is a library that allows tests written in Java to follow the BDD style
introduced by [RSpec](http://rspec.info/) and [Jasmine](http://jasmine.github.io/).More details here: [j8spec.github.io](http://j8spec.github.io).
## How to build it
Requirements:
- [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
Then run:
```
$ cd j8spec
$ ./gradlew
```That's it.