Skip to content

Commit

Permalink
Nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
oussaki committed Oct 3, 2017
1 parent b6996da commit 661ac25
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ Example:

# Testing

You can find the tests inside the sample project in RxTest Class, Here is some examples (Using Robolectric) :
Testing downloading with Max Strategy:
You can find the tests inside the sample project in RxTest Class, Here is some examples (Using Robolectric).

Testing downloading with Max Strategy:

```java
rxDownloader = builder
Expand All @@ -40,7 +41,6 @@ Example:
.assertValue(l -> l.size() == 3);

```

Second test, Testing with ALL Strategy:
```java
rxDownloader = builder
Expand All @@ -56,6 +56,16 @@ Example:
.assertValueCount(1);
```

# Setup

The lib is available on jCenter. Add the following to your `build.gradle`:

```groovy
dependencies {
compile 'com.patloew.rxlocation:rxlocation:1.0.3'
}
```

# License

Copyright 2016 Oussama Abdallah
Expand Down

0 comments on commit 661ac25

Please sign in to comment.