Package org.apache.camel.quarkus.test
package org.apache.camel.quarkus.test
-
ClassDescriptionFinds 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
@EnabledIfPropertyis used to signal that the annotated test class or test method is only enabled if the value of the specified supplier class(es) returntrue.Advertises that a test should be enabled if the JDK has FIPS enabled security providers present.@EnabledIfPropertyis 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 setjavax.net.ssl.trustStoreto the temporary path.Native images built using a docker container end up withjavax.net.ssl.trustStoresystem property pointing to a non-existing file; see https://quarkus.io/guides/native-and-ssl For that case, we have to setjavax.net.ssl.trustStoreto an existing path explicitly.