Groundwater
The central repository for Team Juliet's project, the Groundwater App.
See a presentation about the app:
Testing
In this project we have multiple forms of testing:
- For most of the code we have written JUnit tests to ensure correct functionality, these can be run by using the command
gradle test
- We have also adopted the
google-java-format
(AOSP) style and we are using spotless to manage this - to run the linter you can usegradle spotlessCheck
- For continuous integration we are using Travis