Skip to content
Johannes Link edited this page Oct 27, 2015 · 8 revisions

Terms used in JUnit Lambda

Launcher

The JUnit launcher is the only artifact visible to discover and run tests. IDEs and build tools are only using this to run any kind of tests which plug into the engine architecture.

Engine

An engine is specific to a given test framework or version of the same framework - e.g. JUnit 5, JUnit 4, Cucumber, Fitnesse. The launcher can run tests of several engines at the same time.

JUnit5 Extension

A JUnit 5 extension can plug into JUnit 5 to intercept the creation and running of individual tests.

Clone this wiki locally