Skip to content

Commit

Permalink
add Ron's gradle plugin eventually
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhitby committed Apr 2, 2018
1 parent 7ab2f97 commit 82379fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -103,6 +103,12 @@ This still allows using `-t` and `-m` to select which tests to run but removes t
See `run-xray-tests.sh` for an example.
## Gradle Users
Integrate xray test into your project's build using this Gradle plugin from [Ron Hitchens](https://github.com/ronhitchens):
https://github.com/overstory/xray-gradle-plugin
## Assertions
```xquery
assert:equal ($actual as item()*, $expected as item()*, [$message as xs:string?])
Expand Down

0 comments on commit 82379fe

Please sign in to comment.