Test Lifecycle Callbacks
Understand how to test lifecycle callbacks on JUnit 5.
We'll cover the following
We’ve discussed JUnit 5 test lifecycle annotations including @BeforeAll
,
@BeforeEach
, @AfterEach
, and @AfterAll
. We can use extensions to add callbacks for these lifecycle events. The table below shows all callback interfaces provided by JUnit 5.
Get hands-on with 1400+ tech skills courses.