Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```