...

/

TestEngine in JUnit 5

TestEngine in JUnit 5

Learn about the TestEngine in the JUnit 5 platform.

We'll cover the following...

In previous chapters, we focused on the new programming model in JUnit 5, that is, JUnit Jupiter. In this chapter, we’ll discuss the JUnit platform. The JUnit Jupiter and JUnit Vintage platforms are both built on top of this common platform.

The TestEngine

...