tracks/java/exercises/trinary/README.md in trackler-2.2.1.47 vs tracks/java/exercises/trinary/README.md in trackler-2.2.1.48

- old
+ new

@@ -19,21 +19,22 @@ ``` If your language provides a method in the standard library to perform the conversion, pretend it doesn't exist and implement it yourself. +# 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 All of Computer Science [http://www.wolframalpha.com/input/?i=binary&a=*C.binary-_*MathWorld-](http://www.wolframalpha.com/input/?i=binary&a=*C.binary-_*MathWorld-) ## Submitting Incomplete Solutions + It's possible to submit an incomplete solution so you can see how others have completed the exercise.