October 2017
Intermediate to advanced
350 pages
7h 29m
English
The Test Engine SPI allows for creating test executors on top of the JVM. In the JUnit 5 framework, there are two Test Engine implementations out of the box:
Moreover, third-party test libraries (for example, Spock, TestNG, and so on) can plug into the JUnit Platform by providing a custom Test Engine. To do that, these frameworks should create its own Test Engine by extending the JUnit 5 interface org.junit.platform.engine.TestEngine. In order to extend this interface, three mandatory methods must be overridden:
Read now
Unlock full access