Welcome to repobee-junit4’s documentation!

This plugin for RepoBee adds a way to run JUnit4 test classes on student repositories. It hooks into the repos clone command and executes tests on the cloned student repositories. It’s possible both to run reference tests available only to you, and to run tests found in the students’ repositories (with the caveat that the students’ test classes must have the same names as your reference test classes).

The documentation is quite concise, and we recommend that you go browse through everything if you intend to use this plugin. Please report any problems that you find on the issue tracker.