getJUnit5

fun getJUnit5(distro: LangDockerfile.Java = DefaultDistro.JAVA): List<PipelineStage>

An Java pipeline which uses JUnit 5 for testing.

This pipeline splits the source file compilation from the test file compilation, because the test file compilation requires the classpath of the source file output to be present.