tracks/java/exercises/triangle/README.md in trackler-2.2.1.47 vs tracks/java/exercises/triangle/README.md in trackler-2.2.1.48
- old
+ new
@@ -20,21 +20,22 @@
The case where the sum of the lengths of two sides _equals_ that of the
third is known as a _degenerate_ triangle - it has zero area and looks like
a single line. Feel free to add your own code/tests to check for degenerate triangles.
+# Running the tests
-To run the tests:
+You can run all the tests for an exercise by entering
```sh
$ gradle test
```
-For more detailed info about the Java track see the [help page](http://exercism.io/languages/java).
+in your terminal.
-
## Source
The Ruby Koans triangle project, parts 1 & 2 [http://rubykoans.com](http://rubykoans.com)
## Submitting Incomplete Solutions
+
It's possible to submit an incomplete solution so you can see how others have completed the exercise.