File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Exercism Java test runner
2
2
3
- A test runner automatically verifies if a submission passes all the tests.
3
+ An [ Exercism test runner] [ test-runner-docs ] automatically verifies if a submission passes all the tests.
4
4
5
- This repository contains the Java test runner, which implements the [ test runner interface] [ test-runner-interface ] .
5
+ This repository contains the Java test runner, which implements the V3 spec of the [ test runner interface] [ test-runner-interface-docs ] .
6
6
7
7
## Run the test runner
8
8
@@ -54,6 +54,7 @@ All files created during the test run itself are discarded.
54
54
When you've made modifications to the code that will result in a new "golden" state,
55
55
you'll need to generate and commit a new ` tests/<test-name>/expected_results.json ` file.
56
56
57
- [ test-runners ] : https://github.com/exercism/docs/tree/main/building/tooling/test-runners
57
+ [ test-runner-docs ] : https://exercism.org/docs/building/tooling/test-runners
58
+ [ test-runner-interface-docs ] : https://exercism.org/docs/building/tooling/test-runners/interface
58
59
[ golden ] : https://ro-che.info/articles/2017-12-04-golden-tests
59
- [ exercism ] : https://exercism.io
60
+ [ exercism ] : https://exercism.org
You can’t perform that action at this time.
0 commit comments