This guide picks-up where Running the Tests (in Java) left off. If you haven't reviewed those instructions, do so now.
Need more information? A step-by-step tutorial is available in this directory at TUTORIAL.md or you can read the HTML version.
The following instructions work equally well on Windows, Mac OS X and Linux.
Try writing a solution that passes one test at a time, running Gradle each time:
$ gradle test
After your first test passes, remove the @Ignore
from the next test, and iterate on your solution,
testing after each change.
With a working solution that we've reviewed, we're ready to submit it to exercism.io.
$ exercism submit src/main/java/HelloWorld.java
From here, there are a number of paths you can take.
- Move on to the next exercise
- Review (and comment on) others' submissions to this exercise
- Submit another iteration
- Contribute to Exercism
We sincerely hope you learn and enjoy being part of this community. If at any time you need assistance do not hesitate to ask for help:
http://exercism.io/languages/java/help
Cheers!