You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.