Groundwater

Build Status

The central repository for Team Juliet's project, the Groundwater App.

See a presentation about the app:

Group Juliet - Groundwater App Presentation

Testing


In this project we have multiple forms of testing:

  1. For most of the code we have written JUnit tests to ensure correct functionality, these can be run by using the command gradle test
  2. We have also adopted the google-java-format (AOSP) style and we are using spotless to manage this - to run the linter you can use gradle spotlessCheck
  3. For continuous integration we are using Travis