Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Provide module-scoped equivalents to @WebMvcTest and @DataJpaTest #5

@thombergs

Description

@thombergs

With @WebMvcTest and @DataJpaTest we can easily create an ApplicationContext for the web- or data layer of our Spring Boot Application.

It would be nice to have equivalents to these annotations that only include the web- or data layer of our module under test into the ApplicationContext.

Same goes for the other annotations like @WebfluxTest, @JdbcTest and so on (see https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-testing.html).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions