Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Feb 25, 2014
1 parent 4bf8619 commit 3191834
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions client-java/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Mutation workshop java client

Starter code to call checkout service

To run mutation tests

```
mvn test
```

Output will be written to target/pit-reports.

(note mutation testing is more typically bound to verify)

To run the app

```
mvn exec:java -Dexec.mainClass="uk.co.claysnow.checkout.app.App" -Dexec.args="requirements 172.16.66.1 9988 teamName"
```


0 comments on commit 3191834

Please sign in to comment.