All Classes and Interfaces

Class
Description
Finds currently available server ports.
 
 
Advertises that a test should be disabled if the JDK has FIPS enabled security providers present.
Opposite of EnabledIfInFipsModeCondition.
Skip test on ARM architecture when the operating system is not mac.
 
Skip test on Quarkus Platform.
 
Skip test on RHEL linux, if integrationTests == true, test is disabled only in the native mode
 
@EnabledIfProperty is used to signal that the annotated test class or test method is only enabled if the value of the specified supplier class(es) return true.
 
Advertises that a test should be enabled if the JDK has FIPS enabled security providers present.
 
@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.
 
A utility to take the default JVM's trust store, add some custom certificates to it, store it to a temporary location and set javax.net.ssl.trustStore to the temporary path.
 
BooleanSupplier for use with org.apache.camel.quarkus.test.EnabledIf to enable tests if the mock back end is disabled.
BooleanSupplier for use with org.apache.camel.quarkus.test.EnabledIf to enable tests if the mock back end is enabled.
 
Native images built using a docker container end up with javax.net.ssl.trustStore system property pointing to a non-existing file; see https://quarkus.io/guides/native-and-ssl For that case, we have to set javax.net.ssl.trustStore to an existing path explicitly.