Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warfox/paper-test
BDD and TDD with Cucumber and JUnit
https://github.com/warfox/paper-test
bdd codecov cucumber gradle java java8 junit wercker
Last synced: about 1 month ago
JSON representation
BDD and TDD with Cucumber and JUnit
- Host: GitHub
- URL: https://github.com/warfox/paper-test
- Owner: WarFox
- Created: 2017-04-06T02:53:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T04:05:54.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T20:40:19.403Z (3 months ago)
- Topics: bdd, codecov, cucumber, gradle, java, java8, junit, wercker
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paper
[![wercker status](https://app.wercker.com/status/1a0b6c1234119d2c39f8f0cc9230be92/s/master "wercker status")](https://app.wercker.com/project/byKey/1a0b6c1234119d2c39f8f0cc9230be92)
[![codecov](https://codecov.io/gh/WarFox/paper-test/branch/master/graph/badge.svg)](https://codecov.io/gh/WarFox/paper-test)Reads from standard input and writes to stdout
## Test
```
./gradlew test --info
```## Build
```
./gradlew build --info
```## Run
```
cat PaperRound/street2.txt | java -jar build/libs/street.jar
```