This is a starter project for:
- ApprovalTests in java - see ApprovalTests.java
- Junit
- Gradle
Works on Mac, Linux and Windows.
Feel free to copy and go...
- Choose Import Project or (Open or Import Project)
- Select the build.gradle file for Import
- If prompted take the default import settings
- Wait (It takes a while)
- Confirm that
- src > Main > java is blue(marked as source)
- src>test > java is green (marked as tests)
- Right click tests and 'Run all Tests'. There should be 3 passing tests
The tests in SampleTests should pass, and then you should delete/modify as needed to get started.
Notes:
- For more information, see the ApprovalTests.java User Guide
- You will need a Diff tool.
- Suggestions: