tracks/java/config/exercise_readme.go.tmpl in trackler-2.2.1.104 vs tracks/java/config/exercise_readme.go.tmpl in trackler-2.2.1.105

- old
+ new

@@ -4,13 +4,19 @@ {{- with .Hints }} # Java Tips {{ . }} {{ end }} -{{- with .TrackInsert }} -{{ . }} -{{ end }} -{{- with .Spec.Credits -}} +# Running the tests + +You can run all the tests for an exercise by entering + +```sh +$ gradle test +``` + +in your terminal. +{{ with .Spec.Credits }} ## Source {{ . }} {{ end }} ## Submitting Incomplete Solutions