reading through the JUnit5 extension model docs (<...
# tornadofx
h
reading through the JUnit5 extension model docs (http://junit.org/junit5/docs/current/user-guide/#extensions).
In contrast to the competing
Runner
,
@Rule
, and
@ClassRule
extension points in JUnit 4, the JUnit Jupiter extension model consists of a single, coherent concept: the
Extension
API.