Skip to content

Meta-annotate @SpringBatchTest with @ExtendWith(SpringExtension.class) #3647

Closed
@sbrannen

Description

@sbrannen

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions