Test coverage 100%

This commit is contained in:
2017-01-02 15:15:53 +01:00
parent 060fe2f6b9
commit ef7423e4ca
9 changed files with 436 additions and 13 deletions

View File

@ -1,6 +1,7 @@
jURAclient
jURAclient [![Build status](https://travis-ci.org/stklcode/juraclient.svg?branch=master)](https://travis-ci.org/stklcode/juraclient)
==========
Java client for URA based public transport APIs.
This client allows to simply connect any Java application to the public transport API to implement a monitor for the
@ -40,12 +41,6 @@ List<Trip> trips = ura.forStop("100000")
* More refined query parameters
* Stream API with asynchronous consumer
**Build status:**
* master [![Build status](https://travis-ci.org/stklcode/juraclient.svg?branch=master)](https://travis-ci.org/stklcode/juraclient)
* develop [![Build status](https://travis-ci.org/stklcode/juraclient.svg?branch=develop)](https://travis-ci.org/stklcode/juraclient)
**License**
The project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).