Skip to content

approvals/ApprovalTests.java.StarterProject.gradle

Folders and files

NameName
Last commit message
Last commit date
Nov 5, 2024
Sep 16, 2024
May 1, 2022
Jun 24, 2020
Nov 4, 2024
Jun 8, 2020
May 3, 2021
Mar 21, 2025
Sep 16, 2024
Sep 16, 2024
Nov 10, 2020
Mar 21, 2022
Jun 24, 2020

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: