CSC 366 Group Project Getting started Install gradle Clone the repository Commands Build with ./gradlew build Run all tests with: ./gradlew test To run a single test class (for example: Demo0): ./gradlew test --tests *Demo0