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
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).