Skip to content

Commit

Permalink
Updated Readme to link to test files
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Nov 25, 2018
1 parent 4686877 commit e2730c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ExampleTest {
}
```

More examples can be found in the `RetryRuleTest.kt` file.
More examples can be found in the [`RetryRuleTest.kt`](exampleapp/src/test/java/com/ncorti/rules4android/exampleapp/RetryRuleTest.kt) file.

### LoggingRule

Expand All @@ -67,7 +67,7 @@ Will print on the console:
ExampleTest:aLongTest took 1001 ms
```

More examples can be found in the `LoggingRuleTest.kt` file.
More examples can be found in the [`LoggingRuleTest.kt`](exampleapp/src/test/java/com/ncorti/rules4android/exampleapp/LoggingRuleTest.kt) file.

### LocaleRule

Expand Down Expand Up @@ -95,7 +95,7 @@ class ExampleTest {
}
```

More examples can be found in the `LocaleRuleTest.kt` file.
More examples can be found in the [`LocaleRuleTest.kt`](exampleapp/src/test/java/com/ncorti/rules4android/exampleapp/LocaleRuleTest.kt) file.

## Contributing 🤝

Expand Down

0 comments on commit e2730c3

Please sign in to comment.