Index

A C D E F G I L M N O P R S T U V 
All Classes and Interfaces|All Packages

A

AvailablePortFinder - Class in org.apache.camel.quarkus.test
Finds currently available server ports.
AvailablePortFinder.Protocol - Enum Class in org.apache.camel.quarkus.test
 

C

Conditions - Class in org.apache.camel.quarkus.test
 

D

DisabledIfFipsMode - Annotation Interface in org.apache.camel.quarkus.test
Advertises that a test should be disabled if the JDK has FIPS enabled security providers present.
DisabledIfFipsModeCondition - Class in org.apache.camel.quarkus.test
Opposite of EnabledIfInFipsModeCondition.
DisabledIfFipsModeCondition() - Constructor for class org.apache.camel.quarkus.test.DisabledIfFipsModeCondition
 
DisabledOnArm - Annotation Interface in org.apache.camel.quarkus.test
Skip test on ARM architecture when the operating system is not mac.
DisabledOnArmCondition - Class in org.apache.camel.quarkus.test
 
DisabledOnArmCondition() - Constructor for class org.apache.camel.quarkus.test.DisabledOnArmCondition
 
DisabledOnQuarkusPlatform - Annotation Interface in org.apache.camel.quarkus.test
Skip test on Quarkus Platform.
DisabledOnQuarkusPlatformCondition - Class in org.apache.camel.quarkus.test
 
DisabledOnQuarkusPlatformCondition() - Constructor for class org.apache.camel.quarkus.test.DisabledOnQuarkusPlatformCondition
 
DisabledOnRhel - Annotation Interface in org.apache.camel.quarkus.test
Skip test on RHEL linux, if integrationTests == true, test is disabled only in the native mode
DisabledOnRhelCondition - Class in org.apache.camel.quarkus.test
 
DisabledOnRhelCondition() - Constructor for class org.apache.camel.quarkus.test.DisabledOnRhelCondition
 
doesNotStartWith(String) - Static method in class org.apache.camel.quarkus.test.Conditions
 

E

EnabledIf - Annotation Interface in org.apache.camel.quarkus.test
@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.
EnabledIfCondition - Class in org.apache.camel.quarkus.test
 
EnabledIfCondition() - Constructor for class org.apache.camel.quarkus.test.EnabledIfCondition
 
EnabledIfFipsMode - Annotation Interface in org.apache.camel.quarkus.test
Advertises that a test should be enabled if the JDK has FIPS enabled security providers present.
EnabledIfFipsModeCondition - Class in org.apache.camel.quarkus.test
 
EnabledIfFipsModeCondition() - Constructor for class org.apache.camel.quarkus.test.EnabledIfFipsModeCondition
 
EnabledIfProperty - Annotation Interface in org.apache.camel.quarkus.test
@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.
EnabledIfPropertyCondition - Class in org.apache.camel.quarkus.test
 
EnabledIfPropertyCondition() - Constructor for class org.apache.camel.quarkus.test.EnabledIfPropertyCondition
 
entry(String, String) - Static method in class org.apache.camel.quarkus.test.Conditions
 
evaluate(String, String, int, boolean, boolean) - Method in class org.apache.camel.quarkus.test.DisabledOnRhelCondition
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.apache.camel.quarkus.test.DisabledIfFipsModeCondition
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.apache.camel.quarkus.test.DisabledOnArmCondition
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.apache.camel.quarkus.test.DisabledOnQuarkusPlatformCondition
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.apache.camel.quarkus.test.DisabledOnRhelCondition
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.apache.camel.quarkus.test.EnabledIfCondition
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.apache.camel.quarkus.test.EnabledIfFipsModeCondition
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.apache.camel.quarkus.test.EnabledIfPropertyCondition
 
ExtendDefaultTrustStore - Class in org.apache.camel.quarkus.test
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.
ExtendDefaultTrustStore() - Constructor for class org.apache.camel.quarkus.test.ExtendDefaultTrustStore
 
extendTrustStoreIfNeeded(Path, String[]) - Static method in class org.apache.camel.quarkus.test.ExtendDefaultTrustStore
 

F

findFipsProvider(List<String>) - Static method in class org.apache.camel.quarkus.test.FipsModeUtil
Returns null if system is not in fips mode.
FipsModeUtil - Class in org.apache.camel.quarkus.test
 

G

getAsBoolean() - Method in class org.apache.camel.quarkus.test.mock.backend.MockBackendDisabled
 
getAsBoolean() - Method in class org.apache.camel.quarkus.test.mock.backend.MockBackendEnabled
 
getDefaultTrustStorePath() - Static method in class org.apache.camel.quarkus.test.TrustStoreResource
 
getNextAvailable() - Static method in class org.apache.camel.quarkus.test.AvailablePortFinder
Gets the next available TCP port.
getNextAvailable(AvailablePortFinder.Protocol) - Static method in class org.apache.camel.quarkus.test.AvailablePortFinder
Gets the next available port for the given protocol.
getPort() - Method in enum class org.apache.camel.quarkus.test.AvailablePortFinder.Protocol
 

I

integrationTests() - Element in annotation interface org.apache.camel.quarkus.test.DisabledOnRhel
 
isFipsMode() - Static method in class org.apache.camel.quarkus.test.FipsModeUtil
Return true if system is in FIPS mode.

L

logBackendUsed() - Static method in class org.apache.camel.quarkus.test.mock.backend.MockBackendUtils
 
logMockBackendUsed() - Static method in class org.apache.camel.quarkus.test.mock.backend.MockBackendUtils
 
logRealBackendUsed() - Static method in class org.apache.camel.quarkus.test.mock.backend.MockBackendUtils
 

M

main(String[]) - Static method in class org.apache.camel.quarkus.test.ExtendDefaultTrustStore
 
matches() - Element in annotation interface org.apache.camel.quarkus.test.EnabledIfProperty
A regular expression that will be used to match against the retrieved value of the EnabledIfProperty.named() property.
MockBackendDisabled - Class in org.apache.camel.quarkus.test.mock.backend
BooleanSupplier for use with org.apache.camel.quarkus.test.EnabledIf to enable tests if the mock back end is disabled.
MockBackendDisabled() - Constructor for class org.apache.camel.quarkus.test.mock.backend.MockBackendDisabled
 
MockBackendEnabled - Class in org.apache.camel.quarkus.test.mock.backend
BooleanSupplier for use with org.apache.camel.quarkus.test.EnabledIf to enable tests if the mock back end is enabled.
MockBackendEnabled() - Constructor for class org.apache.camel.quarkus.test.mock.backend.MockBackendEnabled
 
mockBackendStarted() - Static method in class org.apache.camel.quarkus.test.mock.backend.MockBackendUtils
 
MockBackendUtils - Class in org.apache.camel.quarkus.test.mock.backend
 
MockBackendUtils() - Constructor for class org.apache.camel.quarkus.test.mock.backend.MockBackendUtils
 

N

named() - Element in annotation interface org.apache.camel.quarkus.test.EnabledIfProperty
The name of the property to retrieve.

O

org.apache.camel.quarkus.test - package org.apache.camel.quarkus.test
 
org.apache.camel.quarkus.test.mock.backend - package org.apache.camel.quarkus.test.mock.backend
 

P

providers() - Element in annotation interface org.apache.camel.quarkus.test.DisabledIfFipsMode
The list of FIPS security provider names to match against for enabling the test.
providers() - Element in annotation interface org.apache.camel.quarkus.test.EnabledIfFipsMode
The list of FIPS security provider names to match against for enabling the test.

R

releaseReservedPorts() - Static method in class org.apache.camel.quarkus.test.AvailablePortFinder
 
reserveNetworkPorts(String...) - Static method in class org.apache.camel.quarkus.test.AvailablePortFinder
Reserve a list of random and not in use TCP network ports and places them in Map.
reserveNetworkPorts(Function<Integer, T>, String...) - Static method in class org.apache.camel.quarkus.test.AvailablePortFinder
Reserve a list of random and not in use TCP network ports and places them in Map.
reserveNetworkPorts(AvailablePortFinder.Protocol, String...) - Static method in class org.apache.camel.quarkus.test.AvailablePortFinder
Reserve a list of random and not in use network ports for the given protocol and places them in Map.
reserveNetworkPorts(AvailablePortFinder.Protocol, Function<Integer, T>, String...) - Static method in class org.apache.camel.quarkus.test.AvailablePortFinder
Reserve a list of random and not in use network ports for the given protocol and places them in Map.

S

start() - Method in class org.apache.camel.quarkus.test.TrustStoreResource
 
startMockBackend() - Static method in class org.apache.camel.quarkus.test.mock.backend.MockBackendUtils
 
startMockBackend(boolean) - Static method in class org.apache.camel.quarkus.test.mock.backend.MockBackendUtils
 
startsWith(String) - Static method in class org.apache.camel.quarkus.test.Conditions
 
stop() - Method in class org.apache.camel.quarkus.test.TrustStoreResource
 

T

TCP - Enum constant in enum class org.apache.camel.quarkus.test.AvailablePortFinder.Protocol
 
TrustStoreResource - Class in org.apache.camel.quarkus.test
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.
TrustStoreResource() - Constructor for class org.apache.camel.quarkus.test.TrustStoreResource
 

U

UDP - Enum constant in enum class org.apache.camel.quarkus.test.AvailablePortFinder.Protocol
 

V

value() - Element in annotation interface org.apache.camel.quarkus.test.EnabledIf
Only include this build step if the given supplier class(es) return true.
valueOf(String) - Static method in enum class org.apache.camel.quarkus.test.AvailablePortFinder.Protocol
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.camel.quarkus.test.AvailablePortFinder.Protocol
Returns an array containing the constants of this enum class, in the order they are declared.
version() - Element in annotation interface org.apache.camel.quarkus.test.DisabledOnRhel
 
A C D E F G I L M N O P R S T U V 
All Classes and Interfaces|All Packages