Skip to content

Support JUnit-style composed annotations for Quarkus test-related annotations #10297

@knutwannheden

Description

@knutwannheden

JUnit has the concept of composed annotations and meta-annotations which allows defining custom annotations and declaring JUnit annotations (e.g. @ExtendWith) on these custom annotations. When a test class is annotated with the custom annotation it will behave as if it were annotated directly with the JUnit annotation.

I think it would be very useful if this would also be supported by QuarkusTestExtension for some of the annotations it uses (e.g. @QuarkusTestResource and @TestProfile).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions