Package org.apache.camel.quarkus.test
Annotation Interface EnabledIfProperty
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@ExtendWith(EnabledIfPropertyCondition.class)
public @interface EnabledIfProperty
@EnabledIfProperty is used to signal that the annotated test
class or test method is only enabled if the value of the specified
property obtained through MP Config matches the specified
regular expression.-
Required Element Summary
Required Elements
-
Element Details