Search⌘ K
AI Features

TestEngine in JUnit 5

Explore the role of TestEngine in JUnit 5 by understanding how it discovers and executes tests on the JUnit platform. Learn about key methods, unique identifiers, and how custom test engines can be implemented, building a solid foundation for advanced unit testing.

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

...