Skip to content

approvals/ApprovalTests.java.StarterProject.gradle

Repository files navigation

ApprovalTests.java.StarterProject.gradle

Build Status

This is a starter project for:

Works on Mac, Linux and Windows.

Feel free to copy and go...

Importing into IntelliJ

  1. Choose Import Project or (Open or Import Project)
  2. Select the build.gradle file for Import
  3. If prompted take the default import settings
  4. Wait (It takes a while)
  5. Confirm that
    1. src > Main > java is blue(marked as source)
    2. src>test > java is green (marked as tests)
  6. Right click tests and 'Run all Tests'. There should be 3 passing tests

Starting Point

The tests in SampleTests should pass, and then you should delete/modify as needed to get started.

Notes: