Java: [v3] Build Test Runner

Created on 29 Jan 2021  路  3Comments  路  Source: exercism/java

_This issue is part of the migration to v3. You can read full details about the various changes here._

In Exercism v3, one of the biggest changes is that we'll automatically check if a submitted solution passes all the tests.

We'll check this via a new, track-specific tool: the Test Runner. Each test runner is track-specific. When a new solution is submitted, we run the track's test runner, which outputs a JSON file that describes the test results.

The test runner must be able to run the tests suites of both Concept Exercises and Practice Exercises. Depending on the test runner implementation, this could mean having to update the Practice Exercises to the format expected by the test runner.

Goal

Build a test runner for your track according to the spec.

If you are building a test runner from scratch, we have a starting guide and a generic test runner that can be used as the base for the new test runner.

If a test runner has already been built for this track, please check if it works on both Concept Exercises _and_ Practice Exercises.

It can be very useful to check how other tracks have implemented their test runner.

Tracking

https://github.com/exercism/v3-launch/issues/4

v3-launch

Most helpful comment

I can confirm that the test runner works! I'll close this issue.

All 3 comments

@msomji can you provide a recap about the Java Test Runner status ?

I was under the understanding that it is ready to use unless the spec has changed since then. :)

I can confirm that the test runner works! I'll close this issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iHiD picture iHiD  路  3Comments

FridaTveit picture FridaTveit  路  6Comments

rvictorino picture rvictorino  路  5Comments

stkent picture stkent  路  5Comments

FridaTveit picture FridaTveit  路  4Comments