A test class that calls on JUnit 5 and needs the Spring context
Is annotated @RunWith(SpringRunner.class)
@RunWith(SpringRunner.class)
Specify the XML configuration file(s) with @SpringConfiguration
@SpringConfiguration
Is annotated @ExtendWith(SpringExtension.class)
@ExtendWith(SpringExtension.class)