Skip to content

Instantly share code, notes, and snippets.

@schroedermatt
Created November 11, 2021 17:10
Show Gist options
  • Save schroedermatt/601bb1cea69b9a7ca8260f48fbb55964 to your computer and use it in GitHub Desktop.
Save schroedermatt/601bb1cea69b9a7ca8260f48fbb55964 to your computer and use it in GitHub Desktop.
Custom annotation for ContainerKafkaTestResource Quarkus tests
@QuarkusTest
@QuarkusTestResource(ContainerKafkaTestResource.class)
@Stereotype
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@DisabledIfSystemProperty(named = "container-enabled", matches = "false")
public @interface QuarkusContainerKafkaTest {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment