tracks/java/docs/TESTS.md in trackler-2.0.5.6 vs tracks/java/docs/TESTS.md in trackler-2.0.5.7

- old
+ new

@@ -9,11 +9,11 @@ ---- # Windows 1. Open a Command Prompt. -- Get the first exercise: +2. Get the first exercise: ```batchfile C:\Users\JohnDoe>exercism fetch java  Not Submitted: 1 problem @@ -23,23 +23,23 @@ java (Hello World) C:\Users\JohnDoe\exercism\java\hello-world unchanged: 0, updated: 0, new: 1 ``` -- Change directory into the exercism: +3. Change directory into the exercism: ```batchfile C:\Users\JohnDoe>cd C:\Users\JohnDoe\exercism\java\hello-world ``` -- Run the tests: +4. Run the tests: ```batchfile C:\Users\JohnDoe>gradle test ``` *(Don't worry about the tests failing, at first, this is how you begin each exercise.)* -- Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)). +5. Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)). Good luck! Have fun! If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help). @@ -57,22 +57,22 @@ Java (Etl) /Users/johndoe/exercism/java/hello-world unchanged: 0, updated: 0, new: 1 ``` -- Change directory into the exercise: +2. Change directory into the exercise: ``` $ cd /Users/johndoe/exercism/java/hello-world ``` -- Run the tests: +3. Run the tests: ``` $ gradle test ``` *(Don't worry about the tests failing, at first, this is how you begin each exercise.)* -- Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)). +4. Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)). Good luck! Have fun! If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help). @@ -89,21 +89,21 @@ Java (Etl) /home/johndoe/exercism/java/hello-world unchanged: 0, updated: 0, new: 1 ``` -- Change directory into the exercise: +2. Change directory into the exercise: ``` $ cd /home/johndoe/exercism/java/hello-world ``` -- Run the tests: +3. Run the tests: ``` $ gradle test ``` *(Don't worry about the tests failing, at first, this is how you begin each exercise.)* -- Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)). +4. Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)). Good luck! Have fun! If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help).