Closed
Description
Similar to how many Spring Boot test annotations are meta-annotated with @ExtendWith(SpringExtension.class)
-- for example, @SpringBootTest
, @WebMvcTest
, etc.) -- I recommend that @SpringBatchTest
be meta-annotated with @ExtendWith(SpringExtension.class)
in order to simplify configuration when writing tests with JUnit Jupiter.