Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
$
- $(TestActionBuilder<T>) - Method in interface org.citrusframework.TestActionRunner
-
Builds and runs given test action.
- $(T) - Method in interface org.citrusframework.TestActionRunner
-
Runs given test action.
A
- AbstractEndpointConfiguration - Class in org.citrusframework.endpoint
-
Abstract endpoint configuration provides basic properties such as message listeners.
- AbstractEndpointConfiguration() - Constructor for class org.citrusframework.endpoint.AbstractEndpointConfiguration
- AbstractMessageConsumer - Class in org.citrusframework.messaging
- AbstractMessageConsumer(String, EndpointConfiguration) - Constructor for class org.citrusframework.messaging.AbstractMessageConsumer
-
Default constructor using receive timeout setting.
- AbstractMessageProcessor - Class in org.citrusframework.message
-
Abstract message processor is message direction aware and automatically applies message type selector.
- AbstractMessageProcessor() - Constructor for class org.citrusframework.message.AbstractMessageProcessor
- AbstractMessageValidator<T extends ValidationContext> - Class in org.citrusframework.validation
-
Base abstract implementation for message validators.
- AbstractMessageValidator() - Constructor for class org.citrusframework.validation.AbstractMessageValidator
- AbstractReferenceResolverAwareTestActionBuilder<T extends TestAction> - Class in org.citrusframework.spi
- AbstractReferenceResolverAwareTestActionBuilder() - Constructor for class org.citrusframework.spi.AbstractReferenceResolverAwareTestActionBuilder
- AbstractSegmentVariableExtractor() - Constructor for class org.citrusframework.variable.SegmentVariableExtractorRegistry.AbstractSegmentVariableExtractor
- AbstractSelectiveMessageConsumer - Class in org.citrusframework.messaging
- AbstractSelectiveMessageConsumer(String, EndpointConfiguration) - Constructor for class org.citrusframework.messaging.AbstractSelectiveMessageConsumer
-
Default constructor using receive timeout setting.
- accept() - Method in interface org.citrusframework.actions.selenium.SeleniumAlertActionBuilder
-
Accept alert dialog.
- accept(String) - Method in interface org.citrusframework.actions.http.HttpReceiveRequestMessageBuilderFactory
-
Sets the request accept header.
- accept(String) - Method in interface org.citrusframework.actions.http.HttpSendRequestMessageBuilderFactory
-
Sets the request accept header.
- accept(String) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets the request accept header.
- accept(String) - Method in interface org.citrusframework.actions.ws.SoapSendMessageBuilderFactory
-
Sets the request accept header.
- accept(Message) - Method in interface org.citrusframework.message.MessageSelector
-
Checks weather this selector should accept given message or not.
- accept(Message) - Method in class org.citrusframework.message.MessageSelector.AllAcceptingMessageSelector
- action(String) - Method in interface org.citrusframework.actions.camel.CamelControlBusActionBuilder.CamelControlBusRouteActionBuilder
-
Performs generic action on the given route.
- action(String) - Method in interface org.citrusframework.actions.selenium.SeleniumPageActionBuilder
-
Sets the web page action.
- action(TestAction) - Method in interface org.citrusframework.actions.BaseTestActions
-
Generic test action builder.
- action(TestAction) - Method in interface org.citrusframework.container.AssertContainerBuilder
-
Sets the test action to execute during assert.
- action(TestAction) - Method in interface org.citrusframework.container.WaitContainerBuilder.ActionConditionBuilder
-
Sets the test action to execute and wait for.
- action(TestActionBuilder<?>) - Method in interface org.citrusframework.container.AssertContainerBuilder
-
Sets the test action to execute during assert.
- action(TestActionBuilder<?>) - Method in interface org.citrusframework.container.WaitContainerBuilder.ActionConditionBuilder
-
Sets the test action to execute and wait for.
- ActionBuilder<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions - actions() - Method in interface org.citrusframework.TestActionRunner
-
Provide access to all available test actions.
- actions(List<TestAction>) - Method in interface org.citrusframework.container.ApplyTemplateBuilder
-
Adds test actions to the template.
- actions(TestAction...) - Method in interface org.citrusframework.container.ApplyTemplateBuilder
-
Adds test actions to the template.
- actions(TestAction...) - Method in interface org.citrusframework.TestActionContainerBuilder
-
Adds test actions to the action container.
- actions(TestActionBuilder<?>...) - Method in interface org.citrusframework.container.ApplyTemplateBuilder
-
Adds test action builders to the template.
- actions(TestActionBuilder<?>...) - Method in interface org.citrusframework.TestActionContainerBuilder
-
Adds test actions to the action container.
- ActionTimeoutException - Exception in org.citrusframework.exceptions
-
Throw this exception in case you did not receive a message on a destination in time.
- ActionTimeoutException() - Constructor for exception org.citrusframework.exceptions.ActionTimeoutException
-
Default constructor
- ActionTimeoutException(long) - Constructor for exception org.citrusframework.exceptions.ActionTimeoutException
-
Constructor using fields.
- ActionTimeoutException(long, Throwable) - Constructor for exception org.citrusframework.exceptions.ActionTimeoutException
-
Constructor using fields.
- actor(TestActor) - Method in interface org.citrusframework.actions.ActionBuilder
-
Sets the test actor for this action.
- adapt(Object) - Method in interface org.citrusframework.context.resolver.TypeAliasResolver
- adaptAndValidate(WebPage, Endpoint, TestContext) - Method in interface org.citrusframework.actions.selenium.PageValidator
- add() - Method in interface org.citrusframework.actions.camel.CamelJBangPluginActionBuilder
-
Processor calling given Camel route as part of the message processing.
- add(String, T) - Method in interface org.citrusframework.message.correlation.ObjectStore
-
Adds new object with correlation key.
- addAnnotation(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesConfigMapActionBuilder
-
Add annotation on configMap instance.
- addAnnotation(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesDeploymentActionBuilder
-
Add annotation on deployment instance.
- addAnnotation(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodActionBuilder
-
Add annotation on pod instance.
- addAnnotation(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesSecretActionBuilder
-
Add annotation on secret instance.
- addAnnotation(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceActionBuilder
-
Add annotation on service instance.
- addAnnotation(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesResourceActionBuilder
-
Add annotation on resource instance.
- addCapability(Object...) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Adds capabilities as command parameter.
- addDefaultProperties(Map<String, String>) - Method in class org.citrusframework.main.TestRunConfiguration
-
Adds default properties.
- addException(CitrusRuntimeException) - Method in class org.citrusframework.context.TestContext
-
Add new exception to the context marking the test as failed.
- addExposedPort(int) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- addExposedPorts(int...) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- addExposedPorts(List<Integer>) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- addFinalAction(TestAction) - Method in interface org.citrusframework.TestCase
-
Adds action to finally action chain.
- addFinalAction(TestActionBuilder<?>) - Method in interface org.citrusframework.TestCase
-
Adds action to finally action chain.
- addFunctionLibrary(FunctionLibrary) - Method in class org.citrusframework.functions.FunctionRegistry
-
Adds given function library to this registry.
- addHeaderBuilder(MessageHeaderBuilder) - Method in interface org.citrusframework.message.WithHeaderBuilder
-
Add message header builder.
- addHeaderData(String) - Method in interface org.citrusframework.message.Message
-
Adds new header data.
- addHeaderValidator(String) - Method in class org.citrusframework.validation.context.HeaderValidationContext
-
Adds header validator reference.
- addHeaderValidator(HeaderValidator) - Method in class org.citrusframework.validation.context.HeaderValidationContext
-
Adds header validator.
- addLabel(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesConfigMapActionBuilder
-
Add label on configMap instance.
- addLabel(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesDeploymentActionBuilder
-
Add label on deployment instance.
- addLabel(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodActionBuilder
-
Add label on pod instance.
- addLabel(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesSecretActionBuilder
-
Add label on secret instance.
- addLabel(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceActionBuilder
-
Add label on service instance.
- addLabel(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesResourceActionBuilder
-
Add label on resource instance.
- addMessageListener(MessageListener) - Method in interface org.citrusframework.report.MessageListenerAware
-
Adds a new message listener.
- addMessageListener(MessageListener) - Method in class org.citrusframework.report.MessageListeners
- addMessageProcessor(MessageProcessor) - Method in class org.citrusframework.message.MessageProcessors
-
Adds a new message processor.
- addMessageValidator(String, MessageValidator<? extends ValidationContext>) - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Adds given message validator and allows to overwrite of existing message validators in registry with same name.
- addNamespace(String, String) - Method in class org.citrusframework.xml.namespace.DefaultNamespaceContext
- addNamespaces(Map<String, String>) - Method in class org.citrusframework.xml.namespace.DefaultNamespaceContext
-
Adds given namespace mappings to this context.
- addPortBinding(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- addPortBindings(String...) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- addPortBindings(List<String>) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- addResource(String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Construct resource from given path and add file as resource to the integration run.
- addResource(Resource) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Add resource file to the integration run.
- addResult(TestResult) - Method in class org.citrusframework.report.TestResults
-
Adds a test result to the result list.
- addSchemaValidator(String, SchemaValidator<? extends SchemaValidationContext>) - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Adds given schema validator and allows overwrite of existing message validators in registry with same name.
- addTestAction(TestAction) - Method in interface org.citrusframework.container.TestActionContainer
-
Adds a test action to the nested action list.
- addTestActionListener(TestActionListener) - Method in class org.citrusframework.context.TestContext
- addTestActionListener(TestActionListener) - Method in interface org.citrusframework.report.TestActionListenerAware
-
Adds a new test action listener.
- addTestActionListener(TestActionListener) - Method in class org.citrusframework.report.TestActionListeners
- addTestActions(TestAction...) - Method in interface org.citrusframework.container.TestActionContainer
-
Adds one to many test actions to the nested action list.
- addTestListener(TestListener) - Method in interface org.citrusframework.report.TestListenerAware
-
Adds a new test listener.
- addTestListener(TestListener) - Method in class org.citrusframework.report.TestListeners
- addTestReporter(TestReporter) - Method in interface org.citrusframework.report.TestReporterAware
-
Adds a new test reporter.
- addTestReporter(TestReporter) - Method in class org.citrusframework.report.TestReporters
- addTestSuiteListener(TestSuiteListener) - Method in interface org.citrusframework.report.TestSuiteListenerAware
-
Adds a new suite listener.
- addTestSuiteListener(TestSuiteListener) - Method in class org.citrusframework.report.TestSuiteListeners
- addValidationMatcherLibrary(ValidationMatcherLibrary) - Method in class org.citrusframework.validation.matcher.ValidationMatcherRegistry
-
Adds given validation matcher library to this registry.
- addVariables(String[], Object[]) - Method in class org.citrusframework.context.TestContext
-
Add variables to context.
- addVariables(Map<String, Object>) - Method in class org.citrusframework.context.TestContext
-
Add several new variables to test context.
- AfterSuite - Interface in org.citrusframework.container
- afterTest(TestContext) - Method in interface org.citrusframework.TestCase
-
Sequence of test actions after test case.
- AfterTest - Interface in org.citrusframework.container
- agent() - Method in interface org.citrusframework.actions.agent.AgentActionBuilder.BuilderFactory
- agent() - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder
-
Performs actions on Kubernetes agent.
- agent(String) - Method in interface org.citrusframework.actions.agent.AgentActionBuilderBase
- agent(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesAgentConnectActionBuilder
- agent(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesAgentDisconnectActionBuilder
- AgentActionBuilder<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.agent - AgentActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.agent
- AgentActionBuilderBase<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.agent - AgentConnectActionBuilder<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.agent - AgentRunActionBuilder<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.agent - AgentTestActions - Interface in org.citrusframework.actions.agent
-
Interface combines domain specific language methods for all test actions available in Citrus.
- alert() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Alert element.
- alias(String) - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder
- ALL - Enum constant in enum class org.citrusframework.openapi.AutoFillType
-
Autofill will be applied to all parameters/body, whether they are required or not.
- AllAcceptingMessageSelector() - Constructor for class org.citrusframework.message.MessageSelector.AllAcceptingMessageSelector
- allowAlreadyStarted(boolean) - Method in interface org.citrusframework.actions.selenium.SeleniumStartBrowserActionBuilder
- allowNullBody() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Allows
nullas value of a body to unmarshall. - allowNullBody(boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Indicates whether
nullis allowed as value of a body to unmarshall. - allowNullBody(boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatMessageProcessorBuilder
- and(List<TestActionBuilder<?>>) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- and(TestActionBuilder<T>) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- and(T) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- annotation(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateAnnotationsActionBuilder
- AnnotationConfigParser<A extends Annotation,
T extends Endpoint> - Interface in org.citrusframework.config.annotation - annotations(Map<String, String>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateAnnotationsActionBuilder
- answers(String...) - Method in interface org.citrusframework.actions.InputActionBuilder
-
Sets the valid answers.
- antrun() - Method in interface org.citrusframework.actions.AntRunActionBuilder.BuilderFactory
-
Fluent API action building entry method used in Java DSL.
- antrun(String) - Method in interface org.citrusframework.actions.AntRunActionBuilder.BuilderFactory
- AntRunActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- AntRunActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- APACHE_CAMEL - Static variable in interface org.citrusframework.util.TypeConverter
- apiVersion(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceCreateActionBuilder
- apiVersion(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceDeleteActionBuilder
- apiVersion(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- app(String) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- apply() - Method in interface org.citrusframework.actions.ApplyTestBehaviorActionBuilder.BuilderFactory
- apply(TestActionRunner) - Method in interface org.citrusframework.TestBehavior
-
Behavior building method.
- apply(TestBehavior) - Method in interface org.citrusframework.actions.ApplyTestBehaviorActionBuilder.BuilderFactory
- applyBehavior(TestBehavior) - Method in interface org.citrusframework.TestActionRunner
-
Apply test behavior on this test action runner.
- applyTemplate() - Method in interface org.citrusframework.container.ApplyTemplateBuilder.BuilderFactory
- applyTemplate(String) - Method in interface org.citrusframework.container.ApplyTemplateBuilder.BuilderFactory
- ApplyTemplateBuilder<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.container - ApplyTemplateBuilder.BuilderFactory - Interface in org.citrusframework.container
- ApplyTestBehaviorActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- ApplyTestBehaviorActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- arg(String) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- arg(String, String) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- args(String...) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- argument(Object) - Method in interface org.citrusframework.actions.selenium.SeleniumJavaScriptActionBuilder
-
Add script argument.
- argument(String) - Method in interface org.citrusframework.actions.selenium.SeleniumPageActionBuilder
-
Set page action argument.
- arguments(Object...) - Method in interface org.citrusframework.actions.selenium.SeleniumJavaScriptActionBuilder
-
Add script arguments.
- arguments(String...) - Method in interface org.citrusframework.actions.selenium.SeleniumPageActionBuilder
-
Set page action arguments.
- arguments(List<Object>) - Method in interface org.citrusframework.actions.selenium.SeleniumJavaScriptActionBuilder
-
Add script arguments.
- arguments(List<String>) - Method in interface org.citrusframework.actions.selenium.SeleniumPageActionBuilder
-
Set page action arguments.
- asExtractor() - Method in interface org.citrusframework.variable.VariableExtractorAdapter
-
Adapt as variable extractor
- asList() - Method in class org.citrusframework.report.TestResults
-
Provides access to results as list generated from synchronized result list.
- asn1() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the ASN.1 file data format
- asn1(Boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the ASN.1 file data format
- asn1(Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the ASN.1 file data format
- asn1(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the ASN.1 file data format
- asNormalizedArrayString(Object) - Method in interface org.citrusframework.util.TypeConverter
- asProcessor() - Method in interface org.citrusframework.message.MessageProcessorAdapter
-
Adapt as message processor
- AssertContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - AssertContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- assertException() - Method in interface org.citrusframework.container.AssertContainerBuilder.BuilderFactory
- assertFault() - Method in interface org.citrusframework.actions.ws.SoapClientActionBuilder
-
Generic response builder for expecting response messages on client.
- assertNotNull(T) - Static method in class org.citrusframework.util.ObjectHelper
- assertNotNull(T, String) - Static method in class org.citrusframework.util.ObjectHelper
- asValidationContext() - Method in interface org.citrusframework.validation.ValidationContextAdapter
-
Adapt as validation context
- async() - Method in interface org.citrusframework.container.AsyncContainerBuilder.BuilderFactory
- AsyncContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - AsyncContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- attachment(Object) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets the control attachment from Java object instance.
- attachment(Object) - Method in interface org.citrusframework.actions.ws.SoapSendMessageBuilderFactory
-
Sets the attachment from Java object instance.
- attachment(String, String, String) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets the control attachment with string content.
- attachment(String, String, String) - Method in interface org.citrusframework.actions.ws.SoapSendMessageBuilderFactory
-
Sets the attachment with string content.
- attachment(String, String, Resource) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets the control attachment with content resource.
- attachment(String, String, Resource) - Method in interface org.citrusframework.actions.ws.SoapSendMessageBuilderFactory
-
Sets the attachment with content resource.
- attachment(String, String, Resource, Charset) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets the control attachment with content resource.
- attachment(String, String, Resource, Charset) - Method in interface org.citrusframework.actions.ws.SoapSendMessageBuilderFactory
-
Sets the attachment with content resource.
- attachmentValidator(Object) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Set explicit SOAP attachment validator.
- attachmentValidatorName(String) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Set explicit SOAP attachment validator name.
- attachStdErr(Boolean) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Sets the attach-stderr parameter.
- attachStdIn(Boolean) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Sets the attach-stdin parameter.
- attachStdOut(Boolean) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Sets the attach-stdout parameter.
- attribute(String, Object) - Method in interface org.citrusframework.actions.knative.KnativeEventReceiveActionBuilder
- attribute(String, Object) - Method in interface org.citrusframework.actions.knative.KnativeEventSendActionBuilder
- attribute(String, String) - Method in interface org.citrusframework.actions.selenium.SeleniumFindElementActionBuilder
-
Add attribute validation.
- attributes(Map<String, Object>) - Method in interface org.citrusframework.actions.knative.KnativeEventReceiveActionBuilder
- attributes(Map<String, Object>) - Method in interface org.citrusframework.actions.knative.KnativeEventSendActionBuilder
- author(String) - Method in interface org.citrusframework.TestCaseBuilder
-
Adds author to the test case.
- AUTO_CLOSE - Static variable in interface org.citrusframework.endpoint.EndpointComponent
- AUTO_CLOSE_DYNAMIC_ENDPOINTS_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- AUTO_CLOSE_DYNAMIC_ENDPOINTS_ENV - Static variable in class org.citrusframework.CitrusSettings
- AUTO_CLOSE_DYNAMIC_ENDPOINTS_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Flag to enable/disable auto close of dynamic endpoints.
- AUTO_REMOVE - Static variable in interface org.citrusframework.endpoint.EndpointComponent
- AUTO_REMOVE_DYNAMIC_ENDPOINTS_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- AUTO_REMOVE_DYNAMIC_ENDPOINTS_ENV - Static variable in class org.citrusframework.CitrusSettings
- AUTO_REMOVE_DYNAMIC_ENDPOINTS_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Flag to enable/disable auto removal of dynamic endpoints.
- autoConnect(boolean) - Method in interface org.citrusframework.actions.agent.AgentRunActionBuilder
- autoCreateClients(boolean) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersLocalStackStartActionBuilder
- autoCreateServerBinding(boolean) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- autoFill(AutoFillType) - Method in interface org.citrusframework.actions.openapi.OpenApiClientRequestActionBuilder
- autoFill(AutoFillType) - Method in interface org.citrusframework.actions.openapi.OpenApiServerResponseActionBuilder
- AutoFillType - Enum Class in org.citrusframework.openapi
-
Enum representing different types of autofill behavior for OpenAPI parameters/body.
- autoRemove(boolean) - Method in interface org.citrusframework.actions.camel.CamelInfraRunActionBuilder
- autoRemove(boolean) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
- autoRemove(boolean) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
- autoRemove(boolean) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- autoRemove(boolean) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- autoRemoveResources(boolean) - Method in interface org.citrusframework.actions.knative.KnativeActionBuilderBase
-
Enable/Disable automatic removal of created Knative resources.
- autoRemoveResources(boolean) - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilderBase
-
Auto remove created Kubernetes resources after the test.
- autoSleep(long) - Method in interface org.citrusframework.container.RepeatOnErrorUntilTrueContainerBuilder
-
Deprecated.
- autoSleep(Duration) - Method in interface org.citrusframework.container.RepeatOnErrorUntilTrueContainerBuilder
-
Sets the sleep interval between retries of this action.
- autoStart(boolean) - Method in interface org.citrusframework.actions.camel.CamelCreateContextActionBuilder
- autoStop(boolean) - Method in interface org.citrusframework.container.TimerContainerBuilder
-
Automatically stop the timer when test is finished.
- avro() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- avro(Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Avro data format with given unmarshalType
- avro(Class<?>, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Avro data format with given unmarshalType and schemaResolver
- avro(Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses Avro data format with library
- avro(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses Avro data format with the given unmarshalType
- avro(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Avro data format with given library and unmarshalType
- avro(String, Class<?>, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Avro data format with given library, unmarshalType and schemaResolver
- avro(String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses Avro data format with tje given library and schema
- avro(String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses Avro data format with given library and unmarshalType
- AwsService - Enum Class in org.citrusframework.actions.testcontainers.aws2
B
- base64() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the base64 data format
- base64(int, String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the base64 data format
- basedir(String) - Method in interface org.citrusframework.actions.docker.DockerImageBuildActionBuilder
-
Sets the basedir parameter.
- BaseMessageProcessors - Interface in org.citrusframework.message.processor
- BaseTestActions - Interface in org.citrusframework.actions
-
Interface combines domain specific language methods for basic test actions available in Citrus.
- BEAN_NAME - Static variable in class org.citrusframework.validation.MessageValidatorRegistry
-
The default bean id in Spring application context
- beanio(String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the beanio data format
- beanio(String, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the beanio data format
- beanio(String, String, String, boolean, boolean, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the beanio data format
- beanio(String, String, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the beanio data format
- beans() - Method in interface org.citrusframework.actions.groovy.GroovyActionBuilder
-
Create beans in registry from Groovy script.
- BeforeSuite - Interface in org.citrusframework.container
- beforeTest(TestContext) - Method in interface org.citrusframework.TestCase
-
Sequence of test actions before the test case.
- BeforeTest - Interface in org.citrusframework.container
- behavior(TestBehavior) - Method in interface org.citrusframework.actions.ApplyTestBehaviorActionBuilder
- BINARY - Enum constant in enum class org.citrusframework.message.MessageType
- BINARY_BASE64 - Enum constant in enum class org.citrusframework.message.MessageType
- BinaryMessageProcessorBuilder<T extends MessageProcessor,
B extends BinaryMessageProcessorBuilder<T, B>> - Interface in org.citrusframework.message.processor - BinaryMessageProcessorBuilder.Factory - Interface in org.citrusframework.message.processor
- bind() - Method in interface org.citrusframework.actions.camel.CamelActionBuilder
-
Binds a component to the Camel context.
- bind(String, Object) - Method in interface org.citrusframework.actions.camel.CamelActionBuilder
-
Binds given component to the Camel context.
- bind(String, Object) - Method in interface org.citrusframework.spi.ReferenceRegistry
- bind(String, Object) - Method in class org.citrusframework.spi.SimpleReferenceResolver
- BindToRegistry - Annotation Interface in org.citrusframework.spi
-
Used to bind an object to the Citrus context reference registry for dependency injection reasons.
- bindy(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Bindy data format
- bindy(String, Class<?>, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Bindy data format
- body() - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
An expression of an inbound message body
- body() - Method in interface org.citrusframework.variable.MessageVariableExtractorBuilder
- body(Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
An expression of an inbound message body converted to the expected type
- body(String) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
- body(String) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message payload data to this builder.
- body(Map<String, List<Object>>) - Method in interface org.citrusframework.actions.http.HttpReceiveRequestMessageBuilderFactory
-
Adds message payload multi value map data to this builder.
- body(Map<String, List<Object>>) - Method in interface org.citrusframework.actions.http.HttpSendRequestMessageBuilderFactory
-
Adds message payload multi value map data to this builder.
- body(MessagePayloadBuilder) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Sets the payload data on the message builder implementation.
- body(MessagePayloadBuilder.Builder<?, ?>) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Sets the payload data on the message builder implementation.
- body(Resource) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
- body(Resource) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message payload resource to this builder.
- body(Resource, Charset) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message payload resource to this builder.
- BOOLEAN - Enum constant in enum class org.citrusframework.message.MessageHeaderType
- broker(String) - Method in interface org.citrusframework.actions.knative.KnativeBrokerCreateActionBuilder
- broker(String) - Method in interface org.citrusframework.actions.knative.KnativeBrokerDeleteActionBuilder
- broker(String) - Method in interface org.citrusframework.actions.knative.KnativeBrokerVerifyActionBuilder
- broker(String) - Method in interface org.citrusframework.actions.knative.KnativeEventSendActionBuilder
- broker(String) - Method in interface org.citrusframework.actions.knative.KnativeTriggerCreateActionBuilder
- brokers() - Method in interface org.citrusframework.actions.knative.KnativeActionBuilder
-
Performs action on Knative brokers.
- brokerUrl(String) - Method in interface org.citrusframework.actions.knative.KnativeEventSendActionBuilder
- browser(Object) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilderBase
-
Use a custom selenium browser.
- browser(Endpoint) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Use a custom selenium browser.
- build() - Method in interface org.citrusframework.endpoint.EndpointBuilder
-
Builds the endpoint.
- build() - Method in interface org.citrusframework.message.MessagePayloadBuilder.Builder
-
Builds new message payload builder instance.
- build() - Method in interface org.citrusframework.message.MessageProcessor.Builder
-
Builds new message processor instance.
- build() - Method in interface org.citrusframework.message.MessageTransformer.Builder
-
Builds new message processor instance.
- build() - Method in interface org.citrusframework.TestActionBuilder
-
Builds new test action instance.
- build() - Method in class org.citrusframework.validation.context.DefaultMessageValidationContext.Builder
- build() - Method in class org.citrusframework.validation.context.HeaderValidationContext.Builder
- build() - Method in interface org.citrusframework.validation.context.ValidationContext.Builder
-
Builds new validation context instance.
- build() - Method in class org.citrusframework.variable.GlobalVariables.Builder
- build() - Method in interface org.citrusframework.variable.VariableExtractor.Builder
-
Builds new variable extractor instance.
- build(Properties, ReferenceResolver) - Method in interface org.citrusframework.endpoint.EndpointBuilder
-
Builds the endpoint from given endpoint properties.
- build(CitrusEndpoint, ReferenceResolver) - Method in interface org.citrusframework.endpoint.EndpointBuilder
-
Builds the endpoint from given endpoint annotations.
- build(TestContext, String) - Method in interface org.citrusframework.message.MessageBuilder
-
Builds the control message.
- buildContext(Message, Map<String, String>) - Method in class org.citrusframework.xml.namespace.NamespaceContextBuilder
-
Construct a basic namespace context from the received message and explicit namespace mappings.
- Builder() - Constructor for class org.citrusframework.validation.context.DefaultMessageValidationContext.Builder
- Builder() - Constructor for class org.citrusframework.validation.context.HeaderValidationContext.Builder
- Builder() - Constructor for class org.citrusframework.validation.context.MessageValidationContext.Builder
- Builder() - Constructor for class org.citrusframework.variable.GlobalVariables.Builder
- builderHeaders(TestContext) - Method in interface org.citrusframework.message.MessageHeaderBuilder
-
Build headers for a message.
- builderHeaders(TestContext) - Method in interface org.citrusframework.message.MessageHeaderDataBuilder
- buildFilePath(String) - Method in interface org.citrusframework.actions.AntRunActionBuilder
-
Sets the build file path.
- buildHeaderData(TestContext) - Method in interface org.citrusframework.message.MessageHeaderDataBuilder
-
Build header fragment data for a message.
- buildImage() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a build image command.
- buildPayload(TestContext) - Method in interface org.citrusframework.message.MessagePayloadBuilder
-
Builds the message payload.
- BYTE - Enum constant in enum class org.citrusframework.message.MessageHeaderType
- ByteArrayResource(byte[]) - Constructor for class org.citrusframework.spi.Resources.ByteArrayResource
C
- CACHE_INPUT_STREAM_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- CACHE_INPUT_STREAM_ENV - Static variable in class org.citrusframework.CitrusSettings
- CACHE_INPUT_STREAM_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Flag to enable/disable input stream caching
- CachingInputStream - Class in org.citrusframework.util
- CachingInputStream(InputStream) - Constructor for class org.citrusframework.util.CachingInputStream
- camel() - Method in interface org.citrusframework.actions.camel.CamelActionBuilder.BuilderFactory
- camel() - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessors.Factory
-
Fluent API action building entry method used in Java DSL.
- camel(Object) - Method in interface org.citrusframework.actions.camel.CamelActionBuilder.BuilderFactory
- camel(Object) - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessors.Factory
- CamelActionBuilder<T extends TestAction,
B extends TestActionBuilder.DelegatingTestActionBuilder<T>> - Interface in org.citrusframework.actions.camel - CamelActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.camel
- CamelActionBuilderBase<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.camel - camelContext() - Method in interface org.citrusframework.actions.camel.CamelActionBuilder
-
Entrance for all Camel related Java DSL functionalities.
- camelContext(Object) - Method in interface org.citrusframework.actions.camel.CamelActionBuilder
-
Entrance for all Camel related Java DSL functionalities.
- camelContext(Object) - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessorBuilderBase
- camelContext(Object) - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessors
- camelContext(Object) - Method in interface org.citrusframework.message.processor.camel.CamelRouteProcessorBuilder
- CamelContextActionBuilder<T extends TestAction,
B extends CamelContextActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelControlBusActionBuilder<T extends TestAction,
B extends CamelControlBusActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelControlBusActionBuilder.CamelControlBusRouteActionBuilder<T extends TestAction,
B extends CamelControlBusActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelCreateComponentActionBuilder<T extends TestAction,
B extends CamelCreateComponentActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelCreateContextActionBuilder<T extends TestAction,
B extends CamelCreateContextActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelCreateRouteActionBuilder<T extends TestAction,
B extends CamelCreateRouteActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelDataFormatClause<T extends MessageProcessor.Builder<?,
?>, S> - Interface in org.citrusframework.message.processor.camel - CamelDataFormatMessageProcessorBuilder<T extends MessageProcessor,
B extends CamelDataFormatMessageProcessorBuilder<T, B>> - Interface in org.citrusframework.message.processor.camel - CamelExchangeActionBuilder<T extends TestAction,
M extends MessageActionBuilder, B extends CamelExchangeActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.camel - CamelExpressionClause<T extends MessageProcessor.Builder<?,
?>, F, E> - Interface in org.citrusframework.message.processor.camel - CamelInfraActionBuilder<T extends TestAction,
B extends CamelInfraActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelInfraRunActionBuilder<T extends TestAction,
B extends CamelInfraRunActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelInfraStopActionBuilder<T extends TestAction,
B extends CamelInfraStopActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelIntegrationRunActionBuilder<T extends TestAction,
B extends CamelIntegrationRunActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelIntegrationStopActionBuilder<T extends TestAction,
B extends CamelIntegrationStopActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelIntegrationVerifyActionBuilder<T extends TestAction,
B extends CamelIntegrationVerifyActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelJBangActionBuilder<T extends TestAction,
B extends CamelJBangActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelJBangActionBuilderBase<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.camel - CamelJBangCmdActionBuilder<T extends TestAction,
B extends CamelJBangCmdActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelJBangCmdSendActionBuilder<T extends TestAction,
B extends CamelJBangCmdSendActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelJBangKubernetesActionBuilder<T extends TestAction,
B extends CamelJBangKubernetesActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelJBangPluginActionBuilder<T extends TestAction,
B extends CamelJBangPluginActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelJBangPluginAddActionBuilder<T extends TestAction,
B extends CamelJBangPluginAddActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelKubernetesIntegrationDeleteActionBuilder<T extends TestAction,
B extends CamelKubernetesIntegrationDeleteActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelKubernetesIntegrationRunActionBuilder<T extends TestAction,
B extends CamelKubernetesIntegrationRunActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelKubernetesIntegrationVerifyActionBuilder<T extends TestAction,
B extends CamelKubernetesIntegrationVerifyActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelMessageProcessorBuilder<T extends MessageProcessor,
B extends CamelMessageProcessorBuilder<T, B>> - Interface in org.citrusframework.message.processor.camel - CamelMessageProcessorBuilderBase<T extends MessageProcessor,
B extends CamelMessageProcessorBuilderBase<T, B>> - Interface in org.citrusframework.message.processor.camel - CamelMessageProcessors - Interface in org.citrusframework.message.processor.camel
- CamelMessageProcessors.Factory - Interface in org.citrusframework.message.processor.camel
- CamelRemoveRouteActionBuilder<T extends TestAction,
B extends CamelRemoveRouteActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelRouteActionBuilder<T extends TestAction,
B extends CamelRouteActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelRouteActionBuilderBase<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.camel - CamelRouteProcessorBuilder<T extends MessageProcessor,
B extends CamelRouteProcessorBuilder<T, B>> - Interface in org.citrusframework.message.processor.camel - CamelStartContextActionBuilder<T extends TestAction,
B extends CamelStartContextActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelStartRouteActionBuilder<T extends TestAction,
B extends CamelStartRouteActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelStopContextActionBuilder<T extends TestAction,
B extends CamelStopContextActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelStopRouteActionBuilder<T extends TestAction,
B extends CamelStopRouteActionBuilder<T, B>> - Interface in org.citrusframework.actions.camel - CamelTestActions - Interface in org.citrusframework.actions.camel
-
Interface combines domain specific language methods for all test actions available in Citrus.
- CamelTransformMessageProcessorBuilder<T extends MessageProcessor,
B extends CamelTransformMessageProcessorBuilder<T, B, F, E>, F, E> - Interface in org.citrusframework.message.processor.camel - camelVersion(String) - Method in interface org.citrusframework.actions.camel.CamelJBangActionBuilder
- camelVersion(String) - Method in interface org.citrusframework.actions.camel.CamelJBangActionBuilderBase
-
Sets explicit Camel version.
- canExtract(TestContext, Object, VariableExpressionSegmentMatcher) - Method in interface org.citrusframework.variable.SegmentVariableExtractor
-
Extract variables from given object.
- canExtract(TestContext, Object, VariableExpressionSegmentMatcher) - Method in class org.citrusframework.variable.SegmentVariableExtractorRegistry.MapVariableExtractor
- canExtract(TestContext, Object, VariableExpressionSegmentMatcher) - Method in class org.citrusframework.variable.SegmentVariableExtractorRegistry.ObjectFieldValueExtractor
- canValidate(Message, boolean) - Method in interface org.citrusframework.validation.SchemaValidator
- catalog(Object) - Method in interface org.citrusframework.actions.camel.CamelInfraRunActionBuilder
- catalog(String) - Method in interface org.citrusframework.actions.camel.CamelInfraRunActionBuilder
- CatchContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - CatchContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- catchException() - Method in interface org.citrusframework.container.CatchContainerBuilder.BuilderFactory
- cbor() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the CBOR data format
- cbor(Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the CBOR data format
- channel(String) - Method in interface org.citrusframework.actions.knative.KnativeChannelCreateActionBuilder
- channel(String) - Method in interface org.citrusframework.actions.knative.KnativeSubscriptionCreateActionBuilder
- channel(String) - Method in interface org.citrusframework.actions.knative.KnativeTriggerCreateActionBuilder
- channels() - Method in interface org.citrusframework.actions.knative.KnativeActionBuilder
-
Performs action on Knative channels.
- charset(String) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets the charset name for this send action builder's control attachment.
- charset(String) - Method in interface org.citrusframework.actions.ws.SoapSendMessageBuilderFactory
-
Sets the charset name for this send action builder's most recent attachment.
- checked(boolean) - Method in interface org.citrusframework.actions.selenium.SeleniumCheckInputActionBuilder
- checkHeaderTypes(Map<String, Object>) - Static method in class org.citrusframework.message.MessageHeaderUtils
-
Method checks all header types to meet Spring Integration type requirements.
- checkInput() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Check input action.
- checkInput(boolean) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Check input action.
- CITRUS_FILE_ENCODING - Static variable in class org.citrusframework.CitrusSettings
- CITRUS_FILE_ENCODING_ENV - Static variable in class org.citrusframework.CitrusSettings
- CITRUS_FILE_ENCODING_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
File encoding system property
- CitrusConfiguration - Annotation Interface in org.citrusframework.annotations
- CitrusEndpoint - Annotation Interface in org.citrusframework.annotations
-
Marks field or parameter for endpoint injection.
- CitrusEndpointAnnotations - Class in org.citrusframework.annotations
-
Dependency injection support for
CitrusEndpointendpoint annotations. - CitrusEndpointConfig - Annotation Interface in org.citrusframework.annotations
- CitrusEndpointProperty - Annotation Interface in org.citrusframework.annotations
- CitrusFramework - Annotation Interface in org.citrusframework.annotations
-
Citrus test framework annotation marking a field or method parameter for object injection.
- CitrusInstanceStrategy - Enum Class in org.citrusframework
-
Instance creation strategy.
- CitrusLogSettings - Class in org.citrusframework.log
- CitrusResource - Annotation Interface in org.citrusframework.annotations
- CitrusRuntimeException - Exception in org.citrusframework.exceptions
-
Basic custom runtime exception for all errors in Citrus
- CitrusRuntimeException() - Constructor for exception org.citrusframework.exceptions.CitrusRuntimeException
-
Default constructor.
- CitrusRuntimeException(String) - Constructor for exception org.citrusframework.exceptions.CitrusRuntimeException
-
Constructor using fields.
- CitrusRuntimeException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.CitrusRuntimeException
-
Constructor using fields.
- CitrusRuntimeException(Throwable) - Constructor for exception org.citrusframework.exceptions.CitrusRuntimeException
-
Constructor using fields.
- CitrusSettings - Class in org.citrusframework
- CitrusTest - Annotation Interface in org.citrusframework.annotations
-
Citrus test case annotation used in Java DSL test cases to execute several tests within one single test builder class.
- CitrusTestSource - Annotation Interface in org.citrusframework.annotations
-
Citrus test case annotation used for Groovy test case definition inside a unit test class.
- CitrusVersion - Class in org.citrusframework
- classes() - Element in annotation interface org.citrusframework.annotations.CitrusConfiguration
- CLASSPATH_RESOURCE_PREFIX - Static variable in class org.citrusframework.spi.Resources
- ClasspathResource(String) - Constructor for class org.citrusframework.spi.Resources.ClasspathResource
- ClasspathResourceResolver - Class in org.citrusframework.spi
-
Resolver finds all resources in given classpath resource path.
- ClasspathResourceResolver() - Constructor for class org.citrusframework.spi.ClasspathResourceResolver
- clear() - Method in class org.citrusframework.context.TestContext
-
Clears variables in this test context.
- clearCache() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Clear browser cache.
- click() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Clicks element.
- client() - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder
-
Initiate http client action.
- client() - Method in interface org.citrusframework.actions.ws.SoapActionBuilder
-
Initiate soap client action.
- client(Object) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Use a custom docker client.
- client(Object) - Method in interface org.citrusframework.actions.docker.DockerActionBuilderBase
- client(Object) - Method in interface org.citrusframework.actions.knative.KnativeActionBuilder
-
Use a custom Knative or Kubernetes client.
- client(Object) - Method in interface org.citrusframework.actions.knative.KnativeActionBuilderBase
-
Use a custom Knative or Kubernetes client.
- client(Object) - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder
-
The Kubernetes client that performs all operations while connected to the cluster.
- client(Object) - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilderBase
-
Use a custom Kubernetes client.
- client(Object) - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
Use a custom Kubernetes client.
- client(String) - Method in interface org.citrusframework.actions.http.HttpActionBuilder
-
Initiate http client action.
- client(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceConnectActionBuilder
- client(String) - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder
-
Initiate http client action.
- client(String) - Method in interface org.citrusframework.actions.ws.SoapActionBuilder
-
Initiate soap client action.
- client(Endpoint) - Method in interface org.citrusframework.actions.http.HttpActionBuilder
-
Initiate http client action.
- client(Endpoint) - Method in interface org.citrusframework.actions.knative.KnativeEventSendActionBuilder
- client(Endpoint) - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder
-
Initiate http client action.
- client(Endpoint) - Method in interface org.citrusframework.actions.ws.SoapActionBuilder
-
Initiate soap client action.
- close() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Close window.
- CLOUD_WATCH - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- clusterType(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationDeleteActionBuilder
-
Set cluster type target.
- clusterType(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Set cluster type target.
- clusterType(ClusterType) - Method in interface org.citrusframework.actions.knative.KnativeActionBuilderBase
-
Explicitly set cluster type for this action.
- ClusterType - Enum Class in org.citrusframework.kubernetes
-
Cluster types with different operator namespaces.
- cmd() - Method in interface org.citrusframework.actions.camel.CamelJBangActionBuilder
-
Perform actions related to Camel JBang commands.
- cmd(String...) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Adds commands as command parameter.
- command(Object) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds some command via abstract command builder.
- command(String) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- command(KubernetesCommand<?, ?, ?>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
Use a kubernetes command.
- CommandResultCallback<R> - Interface in org.citrusframework.actions.docker.command
- Completable - Interface in org.citrusframework
-
Interface indicates that test action is aware of its completed state.
- component(String) - Method in interface org.citrusframework.actions.camel.CamelCreateComponentActionBuilder
- component(String) - Method in interface org.citrusframework.actions.knative.KnativeResourceDeleteActionBuilder
- component(String, Object) - Method in interface org.citrusframework.actions.camel.CamelCreateComponentActionBuilder
- component(String, String) - Method in interface org.citrusframework.actions.camel.CamelCreateComponentActionBuilder
- component(String, Resource) - Method in interface org.citrusframework.actions.camel.CamelCreateComponentActionBuilder
- component(Resource) - Method in interface org.citrusframework.actions.camel.CamelCreateComponentActionBuilder
- COMPONENT_PROPERTY_BINDING_ENABLED_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- COMPONENT_PROPERTY_BINDING_ENABLED_ENV - Static variable in class org.citrusframework.CitrusSettings
- COMPONENT_PROPERTY_BINDING_ENABLED_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Flag to enable/disable environment variable based endpoint and component configuration.
- componentName(String) - Method in interface org.citrusframework.actions.camel.CamelCreateComponentActionBuilder
- compose() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersActionBuilder
-
Manage Docker compose.
- condition(C) - Method in interface org.citrusframework.container.WaitContainerBuilder
-
Condition to wait for during execution.
- condition(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- condition(String) - Method in interface org.citrusframework.actions.selenium.SeleniumWaitUntilActionBuilder
-
Add hidden condition.
- condition(String) - Method in interface org.citrusframework.container.IteratingContainerBuilder
-
Adds a condition to this iterate container.
- condition(IteratingConditionExpression) - Method in interface org.citrusframework.container.IteratingContainerBuilder
-
Adds a condition expression to this iterate container.
- condition(WaitContainerBuilder.ConditionBuilder<T, C, ?>) - Method in interface org.citrusframework.container.WaitContainerBuilder
-
Sets custom condition builder.
- Condition - Interface in org.citrusframework.condition
-
Tests whether a condition is satisfied.
- conditional() - Method in interface org.citrusframework.container.ConditionalContainerBuilder.BuilderFactory
- ConditionalContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - ConditionalContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- ConditionExpression - Interface in org.citrusframework.container
-
Interface evaluates a conditional expression to true or false.
- configMap(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesConfigMapCreateActionBuilder
- configMap(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesConfigMapDeleteActionBuilder
- configMap(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateAnnotationsActionBuilder
- configMap(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateLabelsActionBuilder
- CONFIGMAP - Enum constant in enum class org.citrusframework.kubernetes.KubernetesResourceType
- configMaps() - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder
-
Performs actions on Kubernetes config maps.
- configureTestCase(Consumer<TestCase>) - Method in interface org.citrusframework.common.TestLoader
-
Adds test case handler that is called before test case gets executed.
- connect() - Method in interface org.citrusframework.actions.agent.AgentActionBuilder
- connect() - Method in interface org.citrusframework.actions.kubernetes.KubernetesAgentActionBuilder
-
Create new agent deployment and connect to given Kubernetes service via local port forward.
- connect() - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceActionBuilder
-
Connect to given Kubernetes service via local port forward.
- connect(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesAgentActionBuilder
-
Create new agent deployment and connect to given Kubernetes service via local port forward.
- connect(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceActionBuilder
-
Connect to given Kubernetes service via local port forward.
- connectionFactory(Object) - Method in interface org.citrusframework.actions.jms.JmsPurgeQueuesActionBuilder
-
Sets the Connection factory.
- constant(Object) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Specify the constant expression value.
- constant(Object, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Specify the constant expression value.
- constant(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Specify the constant expression value.
- constructMessageName(TestAction, Endpoint) - Method in class org.citrusframework.message.DefaultMessageStore
- constructMessageName(TestAction, Endpoint) - Method in interface org.citrusframework.message.MessageStore
- Consumer - Interface in org.citrusframework.messaging
- container() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersActionBuilder
-
Manage generic testcontainers.
- container(C) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeDownActionBuilder
- container(C) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- container(C) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- container(Object) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- container(Object) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStopActionBuilder
- container(String) - Method in interface org.citrusframework.actions.docker.DockerContainerInspectActionBuilder
-
Sets the container id parameter.
- container(String) - Method in interface org.citrusframework.actions.docker.DockerContainerRemoveActionBuilder
-
Sets the container id parameter.
- container(String) - Method in interface org.citrusframework.actions.docker.DockerContainerStartActionBuilder
-
Sets the container id parameter.
- container(String) - Method in interface org.citrusframework.actions.docker.DockerContainerStopActionBuilder
-
Sets the container id parameter.
- container(String) - Method in interface org.citrusframework.actions.docker.DockerContainerWaitActionBuilder
-
Sets the container id parameter.
- container(String, C) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- container(String, C) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- container(String, Object) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- container(T) - Method in interface org.citrusframework.TestActionContainers
-
Generic Java DSL container builder.
- containerName(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeDownActionBuilder
- containerName(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- containerName(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- containerName(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStopActionBuilder
- containers() - Method in interface org.citrusframework.TestActionRunner
-
Provide access to all available test action containers.
- content(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceCreateActionBuilder
- content(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesResourceCreateActionBuilder
- content(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesResourceDeleteActionBuilder
- contentType(String) - Method in interface org.citrusframework.actions.http.HttpReceiveRequestMessageBuilderFactory
-
Sets the request content type header.
- contentType(String) - Method in interface org.citrusframework.actions.http.HttpReceiveResponseMessageBuilderFactory
-
Sets the request content type header.
- contentType(String) - Method in interface org.citrusframework.actions.http.HttpSendRequestMessageBuilderFactory
-
Sets the request content type header.
- contentType(String) - Method in interface org.citrusframework.actions.http.HttpSendResponseMessageBuilderFactory
-
Sets the request content type header.
- contentType(String) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets the request content type header.
- contentType(String) - Method in interface org.citrusframework.actions.ws.SoapSendMessageBuilderFactory
-
Sets the request content type header.
- context(Object) - Method in interface org.citrusframework.actions.camel.CamelActionBuilderBase
-
Sets the Camel context.
- context(Object) - Method in interface org.citrusframework.actions.camel.CamelRouteActionBuilder
- context(String) - Method in interface org.citrusframework.actions.camel.CamelActionBuilderBase
-
Resolves the Camel context by its name from bean registry.
- context(String) - Method in interface org.citrusframework.actions.camel.CamelRouteActionBuilder
- contextName(String) - Method in interface org.citrusframework.actions.camel.CamelCreateContextActionBuilder
- contextName(String) - Method in interface org.citrusframework.actions.camel.CamelStartContextActionBuilder
- contextName(String) - Method in interface org.citrusframework.actions.camel.CamelStopContextActionBuilder
- contextPath(String) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets the context path.
- controlBus() - Method in interface org.citrusframework.actions.camel.CamelActionBuilder
-
Creates new control bus test action builder and sets the Camel context.
- controlBus() - Method in interface org.citrusframework.actions.camel.CamelRouteActionBuilder
-
Execute control bus Camel operations.
- ControlExpressionParser - Interface in org.citrusframework.validation.matcher
-
Control expression parser for extracting the individual control values from a control expression.
- convertAfter(Object, Class<T>) - Method in class org.citrusframework.util.DefaultTypeConverter
-
Subclasses may add additional conversion logic in this method.
- convertBefore(Object, Class<T>) - Method in class org.citrusframework.util.DefaultTypeConverter
- convertBodyTo(Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessors
- converters - Static variable in interface org.citrusframework.util.TypeConverter
- convertIfNecessary(Object, Class<T>) - Method in class org.citrusframework.util.DefaultTypeConverter
- convertIfNecessary(Object, Class<T>) - Static method in class org.citrusframework.util.TypeConversionUtils
-
Converts target object to required type if necessary.
- convertIfNecessary(Object, Class<T>) - Method in interface org.citrusframework.util.TypeConverter
-
Converts target object to required type if necessary.
- convertInbound(I, C, TestContext) - Method in interface org.citrusframework.message.MessageConverter
-
Converts external message to internal representation.
- convertOutbound(Message, C, TestContext) - Method in interface org.citrusframework.message.MessageConverter
-
Converts internal message representation to external message for outbound communication.
- convertOutbound(O, Message, C, TestContext) - Method in interface org.citrusframework.message.MessageConverter
-
Converts internal message representation to external message for outbound communication.
- convertStringToType(String, Class<T>) - Method in class org.citrusframework.util.DefaultTypeConverter
- convertStringToType(String, Class<T>) - Static method in class org.citrusframework.util.TypeConversionUtils
-
Convert value string to required type.
- convertStringToType(String, Class<T>) - Method in interface org.citrusframework.util.TypeConverter
-
Converts String value object to given type.
- convertStringToType(String, Class<T>, TestContext) - Static method in class org.citrusframework.util.TypeConversionUtils
-
Convert value string to required type or read bean of type from application context.
- cookie(Object) - Method in interface org.citrusframework.actions.http.HttpReceiveRequestMessageBuilderFactory
-
Expects cookie on response via "Set-Cookie" header.
- cookie(Object) - Method in interface org.citrusframework.actions.http.HttpReceiveResponseMessageBuilderFactory
-
Adds cookie to response by "Cookie" header.
- cookie(Object) - Method in interface org.citrusframework.actions.http.HttpSendRequestMessageBuilderFactory
-
Adds cookie to response by "Cookie" header.
- cookie(Object) - Method in interface org.citrusframework.actions.http.HttpSendResponseMessageBuilderFactory
-
Adds cookie to response by "Set-Cookie" header.
- copyFields(Class<?>, Object, Object) - Static method in class org.citrusframework.util.ReflectionHelper
-
Copies the values of all declared fields from a source object to a target object for the specified class.
- CorrelationManager<T> - Interface in org.citrusframework.message.correlation
-
Correlation manager stores objects with a correlation key.
- create() - Method in interface org.citrusframework.actions.camel.CamelContextActionBuilder
- create() - Method in interface org.citrusframework.actions.camel.CamelRouteActionBuilder
-
Creates new Camel routes.
- create() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a create command.
- create() - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceActionBuilder
-
Create custom resource instance.
- create() - Method in interface org.citrusframework.actions.kubernetes.KubernetesResourceActionBuilder
-
Create any Kubernetes resource instance from yaml.
- create(byte[]) - Static method in class org.citrusframework.spi.Resources
- create(File) - Static method in class org.citrusframework.spi.Resources
- create(Object) - Method in interface org.citrusframework.actions.camel.CamelRouteActionBuilder
-
Creates new Camel routes in route builder.
- create(String) - Method in interface org.citrusframework.actions.camel.CamelContextActionBuilder
- create(String) - Method in interface org.citrusframework.actions.camel.CamelRouteActionBuilder
-
Creates new Camel routes from route specification using one of the supported languages.
- create(String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a create command.
- create(String) - Method in interface org.citrusframework.actions.knative.KnativeBrokerActionBuilder
-
Create broker instance.
- create(String) - Method in interface org.citrusframework.actions.knative.KnativeChannelActionBuilder
-
Create channel instance.
- create(String) - Method in interface org.citrusframework.actions.knative.KnativeSubscriptionActionBuilder
-
Create subscription instance.
- create(String) - Method in interface org.citrusframework.actions.knative.KnativeTriggerActionBuilder
-
Create trigger instance.
- create(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesPodCommandActionBuilder
-
Create new pod from template path.
- create(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesServiceCommandActionBuilder
-
Create new service from template path.
- create(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesConfigMapActionBuilder
-
Create configMap instance.
- create(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesSecretActionBuilder
-
Create secret instance.
- create(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceActionBuilder
-
Create service instance.
- create(String) - Static method in class org.citrusframework.spi.Resources
- create(String, Annotation, TestContext) - Method in interface org.citrusframework.endpoint.EndpointFactory
-
Finds endpoint by parsing the given endpoint annotation.
- create(String, Class<?>) - Static method in class org.citrusframework.spi.Resources
- create(String, String, TestContext) - Method in interface org.citrusframework.message.MessageSelector.MessageSelectorFactory
-
Create new message selector for given predicates.
- create(String, CitrusEndpoint, Class<?>, TestContext) - Method in interface org.citrusframework.endpoint.EndpointFactory
-
Finds endpoint by parsing the given endpoint properties.
- create(String, TestContext) - Method in interface org.citrusframework.endpoint.EndpointFactory
-
Finds endpoint by parsing the given endpoint uri.
- create(URL) - Static method in class org.citrusframework.spi.Resources
- create(Resource) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesPodCommandActionBuilder
-
Create new pod from template.
- create(Resource) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesServiceCommandActionBuilder
-
Create new service from template.
- create(R) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesPodCommandActionBuilder
-
Creates new pod.
- create(R) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesServiceCommandActionBuilder
-
Creates new service.
- createConsumer() - Method in interface org.citrusframework.endpoint.Endpoint
-
Creates a message consumer for this endpoint.
- createEndpoint() - Method in interface org.citrusframework.actions.CreateEndpointActionBuilder.BuilderFactory
- createEndpoint(String) - Method in interface org.citrusframework.actions.CreateEndpointActionBuilder.BuilderFactory
- createEndpoint(String, Map<String, String>) - Method in interface org.citrusframework.actions.CreateEndpointActionBuilder.BuilderFactory
- createEndpoint(String, TestContext) - Method in interface org.citrusframework.endpoint.EndpointComponent
-
Creates proper endpoint instance from endpoint uri.
- CreateEndpointActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- CreateEndpointActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- createFailed(TestCase, Throwable) - Method in interface org.citrusframework.TestResultInstanceProvider
- createProducer() - Method in interface org.citrusframework.endpoint.Endpoint
-
Creates a message producer for this endpoint for sending messages to this endpoint.
- createSkipped(TestCase) - Method in interface org.citrusframework.TestResultInstanceProvider
- createSuccess(TestCase) - Method in interface org.citrusframework.TestResultInstanceProvider
- createTestCaseRunner(TestContext) - Method in interface org.citrusframework.TestCaseRunnerProvider
-
Creates a TestCaseRunner with the given
TestContext. - createTestCaseRunner(TestCase, TestContext) - Method in interface org.citrusframework.TestCaseRunnerProvider
-
Creates a TestCaseRunner which runs the given
TestCaseand the givenTestContext. - createTypedValue(String, String) - Static method in enum class org.citrusframework.message.MessageHeaderType
-
Creates a typed header value with type and value.
- createVariable(String, Object) - Method in interface org.citrusframework.actions.CreateVariablesActionBuilder.BuilderFactory
- createVariables() - Method in interface org.citrusframework.actions.CreateVariablesActionBuilder.BuilderFactory
- CreateVariablesActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- CreateVariablesActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- creationDate(Date) - Method in interface org.citrusframework.TestCaseBuilder
-
Sets the creation date.
- csimple(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a compiled simple expression
- csimple(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a compiled simple expression
- csv() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the CSV data format
- CSV - Enum constant in enum class org.citrusframework.message.MessageType
- csvLazyLoad() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the CSV data format for a huge file.
- custom(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the custom data format
- customResources() - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder
-
Performs actions on Kubernetes custom resources.
- cutOffDoubleQuotes(String) - Static method in class org.citrusframework.variable.VariableUtils
-
Cut off double quotes prefix and suffix.
- cutOffSingleQuotes(String) - Static method in class org.citrusframework.variable.VariableUtils
-
Cut off single quotes prefix and suffix.
- cutOffVariablesEscaping(String) - Static method in class org.citrusframework.variable.VariableUtils
-
Cut off variables escaping
- cutOffVariablesPrefix(String) - Static method in class org.citrusframework.variable.VariableUtils
-
Cut off variables prefix
D
- DatabaseConnectingActionBuilder<T extends TestAction,
B extends DatabaseConnectingActionBuilder<T, B>> - Interface in org.citrusframework.actions.sql - databaseName(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersPostgreSQLStartActionBuilder
- DataDictionary<T> - Interface in org.citrusframework.variable.dictionary
-
Data dictionary interface describes a mechanism to modify message content (payload) with global dictionary elements.
- DataDictionary.PathMappingStrategy - Enum Class in org.citrusframework.variable.dictionary
-
Possible mapping strategies for identifying matching dictionary items with path comparison.
- dataFormat(Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatMessageProcessorBuilder
- datasonnet(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Datasonnet expression
- dataSource(String) - Method in interface org.citrusframework.actions.sql.DatabaseConnectingActionBuilder
-
Sets the name of the SQL data source.
- dataSource(DataSource) - Method in interface org.citrusframework.actions.sql.DatabaseConnectingActionBuilder
-
Sets the SQL data source.
- dataSourceName(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersPostgreSQLStartActionBuilder
- DEFAULT - Static variable in interface org.citrusframework.util.TypeConverter
- DEFAULT_BEAN_ID - Static variable in class org.citrusframework.xml.namespace.NamespaceContextBuilder
-
The default bean id in Spring application context
- DEFAULT_CONFIG_CLASS - Static variable in class org.citrusframework.CitrusSettings
- DEFAULT_CONFIG_CLASS_ENV - Static variable in class org.citrusframework.CitrusSettings
- DEFAULT_CONFIG_CLASS_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Default application context class
- DEFAULT_DELIMITER - Static variable in interface org.citrusframework.validation.matcher.ControlExpressionParser
- DEFAULT_LOGGING_REPORTER_PRINT_STACK_TRACES_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- DEFAULT_LOGGING_REPORTER_PRINT_STACK_TRACES_ENV - Static variable in class org.citrusframework.CitrusSettings
- DEFAULT_LOGGING_REPORTER_PRINT_STACK_TRACES_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Flag to enable/disable stack trace output in default logging reporter.
- DEFAULT_MESSAGE_TYPE - Static variable in class org.citrusframework.CitrusSettings
- DEFAULT_MESSAGE_TYPE_ENV - Static variable in class org.citrusframework.CitrusSettings
- DEFAULT_MESSAGE_TYPE_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Default message type used in message validation mechanism
- DEFAULT_TEST_SRC_DIRECTORY - Static variable in class org.citrusframework.CitrusSettings
- DEFAULT_TEST_SRC_DIRECTORY_ENV - Static variable in class org.citrusframework.CitrusSettings
- DEFAULT_TEST_SRC_DIRECTORY_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Default test directories
- DEFAULT_TYPE_PROPERTY - Static variable in interface org.citrusframework.spi.TypeResolver
-
Property name that holds the type information to resolve
- DefaultControlExpressionParser - Class in org.citrusframework.validation.matcher
-
Default implementation of control expression parser.
- DefaultControlExpressionParser() - Constructor for class org.citrusframework.validation.matcher.DefaultControlExpressionParser
- DefaultEmptyMessageValidator - Class in org.citrusframework.validation
-
Basic message validator is able to verify empty message payloads.
- DefaultEmptyMessageValidator() - Constructor for class org.citrusframework.validation.DefaultEmptyMessageValidator
- DefaultMessageStore - Class in org.citrusframework.message
- DefaultMessageStore() - Constructor for class org.citrusframework.message.DefaultMessageStore
- DefaultMessageValidationContext - Class in org.citrusframework.validation.context
-
Basic message validation context holding ignore expressions
- DefaultMessageValidationContext() - Constructor for class org.citrusframework.validation.context.DefaultMessageValidationContext
- DefaultMessageValidationContext(MessageValidationContext.Builder<?, ?>) - Constructor for class org.citrusframework.validation.context.DefaultMessageValidationContext
- DefaultMessageValidationContext.Builder - Class in org.citrusframework.validation.context
-
Fluent builder.
- DefaultMessageValidator - Class in org.citrusframework.validation
-
Basic control message validator for all message types.
- DefaultMessageValidator() - Constructor for class org.citrusframework.validation.DefaultMessageValidator
- DefaultNamespaceContext - Class in org.citrusframework.xml.namespace
- DefaultNamespaceContext() - Constructor for class org.citrusframework.xml.namespace.DefaultNamespaceContext
- DefaultTextEqualsMessageValidator - Class in org.citrusframework.validation
-
Default message validator implementation performing text equals on given message payloads.
- DefaultTextEqualsMessageValidator() - Constructor for class org.citrusframework.validation.DefaultTextEqualsMessageValidator
- DefaultTypeConverter - Class in org.citrusframework.util
- DefaultTypeConverter() - Constructor for class org.citrusframework.util.DefaultTypeConverter
- DefaultValidationContext - Class in org.citrusframework.validation.context
-
Default validation context keeps track of its status to mark if this context has been processed during the validation.
- DefaultValidationContext() - Constructor for class org.citrusframework.validation.context.DefaultValidationContext
- delay() - Method in interface org.citrusframework.actions.SleepActionBuilder.BuilderFactory
- delay(long) - Method in interface org.citrusframework.container.TimerContainerBuilder
-
Initial delay in milliseconds before first timer event should fire.
- delayBetweenAttempts(long) - Method in interface org.citrusframework.actions.camel.CamelIntegrationVerifyActionBuilder
- delayBetweenAttempts(long) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
- delayBetweenAttempts(long) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- delayBetweenAttempts(long) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodVerifyActionBuilder
- delegate - Variable in class org.citrusframework.spi.AbstractReferenceResolverAwareTestActionBuilder
- DelegatingPathExpressionProcessorBuilder<T extends MessageProcessor,
B extends DelegatingPathExpressionProcessorBuilder<T, B>> - Interface in org.citrusframework.message.processor - DelegatingPathExpressionProcessorBuilder.Factory - Interface in org.citrusframework.message.processor
- DelegatingPayloadVariableExtractorBuilder<T extends VariableExtractor,
B extends DelegatingPayloadVariableExtractorBuilder<T, B>> - Interface in org.citrusframework.variable - DelegatingPayloadVariableExtractorBuilder.Factory - Interface in org.citrusframework.variable
- DelegatingVariableExtractorBuilder - Interface in org.citrusframework.message.processor
- DelegatingVariableExtractorBuilder.Factory - Interface in org.citrusframework.message.processor
- delete() - Method in interface org.citrusframework.actions.camel.CamelJBangKubernetesActionBuilder
-
Delete a deployed Camel application using the previous exported Kubernetes manifest.
- delete() - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http DELETE request as client to server.
- delete() - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http DELETE request as client to server.
- delete() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesPodCommandActionBuilder
-
Deletes pods.
- delete() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesServiceCommandActionBuilder
-
Deletes services.
- delete() - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodActionBuilder
-
Delete all pods in current namespace.
- delete() - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceActionBuilder
-
Delete all service instance in current namespace.
- delete(String) - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http DELETE request as client to server.
- delete(String) - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http DELETE request as client to server.
- delete(String) - Method in interface org.citrusframework.actions.knative.KnativeBrokerActionBuilder
-
Delete broker instance.
- delete(String) - Method in interface org.citrusframework.actions.knative.KnativeChannelActionBuilder
-
Delete channel instance.
- delete(String) - Method in interface org.citrusframework.actions.knative.KnativeSubscriptionActionBuilder
-
Delete subscription instance.
- delete(String) - Method in interface org.citrusframework.actions.knative.KnativeTriggerActionBuilder
-
Delete trigger instance.
- delete(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesPodCommandActionBuilder
-
Deletes pod by name.
- delete(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesServiceCommandActionBuilder
-
Deletes service by name.
- delete(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesConfigMapActionBuilder
-
Delete configMap instance.
- delete(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceActionBuilder
-
Delete custom resource instance.
- delete(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodActionBuilder
-
Delete given pod by its name in current namespace.
- delete(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesResourceActionBuilder
-
Delete any Kubernetes resource instance.
- delete(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesSecretActionBuilder
-
Delete secret instance.
- delete(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceActionBuilder
-
Delete service instance.
- delete(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodActionBuilder
-
Delete given pod identified by the label value expression.
- deployment(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateAnnotationsActionBuilder
- deployment(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateLabelsActionBuilder
- DEPLOYMENT - Enum constant in enum class org.citrusframework.kubernetes.KubernetesResourceType
- deployments() - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder
-
Performs actions on Kubernetes pods.
- Described - Interface in org.citrusframework.common
- description(String) - Method in interface org.citrusframework.actions.ActionBuilder
-
Sets the description.
- description(String) - Method in interface org.citrusframework.TestCaseBuilder
-
Adds description to the test case.
- destroy() - Method in interface org.citrusframework.common.ShutdownPhase
-
Destroy component.
- detail() - Method in interface org.citrusframework.validation.ws.SoapFaultValidationContextBuilder
-
Creates a new detail and returns it for future configuration.
- detail(D) - Method in interface org.citrusframework.validation.ws.SoapFaultValidationContextBuilder
-
Add fault detail validation context.
- details(D...) - Method in interface org.citrusframework.validation.ws.SoapFaultValidationContextBuilder
-
Add fault detail validation context.
- details(List<D>) - Method in interface org.citrusframework.validation.ws.SoapFaultValidationContextBuilder
-
Add fault detail validation context.
- dfdl(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the DFDL data format
- dictionary(String) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Sets explicit data dictionary by name.
- dictionary(DataDictionary<?>) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Sets explicit data dictionary for this action.
- DISABLED - Enum constant in enum class org.citrusframework.TestCaseMetaInfo.Status
- disconnect() - Method in interface org.citrusframework.actions.kubernetes.KubernetesAgentActionBuilder
-
Disconnect from given Kubernetes agent.
- disconnect() - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceActionBuilder
-
Connect to given Kubernetes service via local port forward.
- disconnect(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesAgentActionBuilder
-
Disconnect from given Kubernetes agent.
- disconnect(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceActionBuilder
-
Connect to given Kubernetes service via local port forward.
- dismiss() - Method in interface org.citrusframework.actions.selenium.SeleniumAlertActionBuilder
-
Dismiss alert dialog.
- displayed(boolean) - Method in interface org.citrusframework.actions.selenium.SeleniumFindElementActionBuilder
-
Add displayed validation.
- docker() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder.BuilderFactory
- DockerActionBuilder<T extends TestAction,
B extends DockerActionBuilder<T, B>> - Interface in org.citrusframework.actions.docker - DockerActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.docker
- DockerActionBuilderBase<R,
T extends TestAction, B extends DockerActionBuilderBase<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerContainerCreateActionBuilder<R,
T extends TestAction, B extends DockerContainerCreateActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerContainerInspectActionBuilder<R,
T extends TestAction, B extends DockerContainerInspectActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerContainerRemoveActionBuilder<R,
T extends TestAction, B extends DockerContainerRemoveActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerContainerStartActionBuilder<R,
T extends TestAction, B extends DockerContainerStartActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerContainerStopActionBuilder<R,
T extends TestAction, B extends DockerContainerStopActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerContainerWaitActionBuilder<R,
T extends TestAction, B extends DockerContainerWaitActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - dockerFile(String) - Method in interface org.citrusframework.actions.docker.DockerImageBuildActionBuilder
-
Sets the docker file parameter.
- dockerFile(Resource) - Method in interface org.citrusframework.actions.docker.DockerImageBuildActionBuilder
-
Sets the docker file parameter.
- DockerImageBuildActionBuilder<R,
T extends TestAction, B extends DockerImageBuildActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerImageInspectActionBuilder<R,
T extends TestAction, B extends DockerImageInspectActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerImagePullActionBuilder<R,
T extends TestAction, B extends DockerImagePullActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerImageRemoveActionBuilder<R,
T extends TestAction, B extends DockerImageRemoveActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerInfoActionBuilder<R,
T extends TestAction, B extends DockerInfoActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerPingActionBuilder<R,
T extends TestAction, B extends DockerPingActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - DockerTestActions - Interface in org.citrusframework.actions.docker
-
Interface combines domain specific language methods for all test actions available in Citrus.
- DockerVersionActionBuilder<R,
T extends TestAction, B extends DockerVersionActionBuilder<R, T, B>> - Interface in org.citrusframework.actions.docker - doExtractIndexedValue(TestContext, Object, VariableExpressionSegmentMatcher) - Method in class org.citrusframework.variable.SegmentVariableExtractorRegistry.IndexedSegmentVariableExtractor
-
Extract the indexed value from the object
- doExtractIndexedValue(TestContext, Object, VariableExpressionSegmentMatcher) - Method in class org.citrusframework.variable.SegmentVariableExtractorRegistry.MapVariableExtractor
- doExtractIndexedValue(TestContext, Object, VariableExpressionSegmentMatcher) - Method in class org.citrusframework.variable.SegmentVariableExtractorRegistry.ObjectFieldValueExtractor
- doExtractValue(TestContext, Object, VariableExpressionSegmentMatcher) - Method in class org.citrusframework.variable.SegmentVariableExtractorRegistry.AbstractSegmentVariableExtractor
- doExtractValue(TestContext, Object, VariableExpressionSegmentMatcher) - Method in class org.citrusframework.variable.SegmentVariableExtractorRegistry.IndexedSegmentVariableExtractor
- doFinally() - Method in interface org.citrusframework.container.FinallyContainerBuilder.BuilderFactory
- doFinally(TestActionBuilder<?>) - Method in class org.citrusframework.context.TestContext
- domainName(String) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Sets the domain-name parameter.
- DOUBLE - Enum constant in enum class org.citrusframework.message.MessageHeaderType
- doWith(Class<?>) - Method in interface org.citrusframework.util.ReflectionHelper.ClassCallback
-
Perform an operation using the given class.
- doWith(Field) - Method in interface org.citrusframework.util.ReflectionHelper.FieldCallback
-
Perform an operation using the given field.
- doWith(Method) - Method in interface org.citrusframework.util.ReflectionHelper.MethodCallback
-
Perform an operation using the given method.
- doWithClasses(Class<?>, ReflectionHelper.ClassCallback) - Static method in class org.citrusframework.util.ReflectionHelper
-
Perform the given callback operation on the nested (inner) classes.
- doWithCommandResult(R, TestContext) - Method in interface org.citrusframework.actions.docker.command.CommandResultCallback
-
Callback method called with command result.
- doWithFields(Class<?>, ReflectionHelper.FieldCallback) - Static method in class org.citrusframework.util.ReflectionHelper
-
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
- doWithMethods(Class<?>, ReflectionHelper.MethodCallback) - Static method in class org.citrusframework.util.ReflectionHelper
-
Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
- doWithResult(TestResult) - Method in interface org.citrusframework.report.TestResults.ResultCallback
-
Do something with the result.
- doWithResults(TestResults.ResultCallback) - Method in class org.citrusframework.report.TestResults
-
Provides synchronized access to all test results in iteration.
- doWithTestCase(Consumer<TestCase>) - Method in interface org.citrusframework.common.TestLoader
-
Adds test case handler that is called once the test case has been loaded.
- down() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeActionBuilder
-
Stop compose testcontainers instance.
- DRAFT - Enum constant in enum class org.citrusframework.TestCaseMetaInfo.Status
- dropCapability(Object...) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Drops capabilities as command parameter.
- dumpIntegrationOutput(boolean) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
- dumpServiceOutput(boolean) - Method in interface org.citrusframework.actions.camel.CamelInfraRunActionBuilder
- DYNAMODB - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
E
- EC2 - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- echo() - Method in interface org.citrusframework.actions.EchoActionBuilder.BuilderFactory
- echo(String) - Method in interface org.citrusframework.actions.EchoActionBuilder.BuilderFactory
- EchoActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- EchoActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- element(Object) - Method in interface org.citrusframework.actions.selenium.SeleniumElementActionBuilderBase
- element(String, String) - Method in interface org.citrusframework.actions.selenium.SeleniumElementActionBuilderBase
- enabled(boolean) - Method in interface org.citrusframework.actions.selenium.SeleniumFindElementActionBuilder
-
Add enabled validation.
- enableRandomGeneration(AutoFillType) - Method in interface org.citrusframework.actions.openapi.OpenApiServerResponseActionBuilder
- enableTrim() - Method in class org.citrusframework.validation.DefaultTextEqualsMessageValidator
- encoding(String) - Method in interface org.citrusframework.message.processor.BinaryMessageProcessorBuilder
-
With custom charset encoding identified by its name.
- encoding(String) - Method in interface org.citrusframework.message.processor.GzipMessageProcessorBuilder
-
With custom charset encoding identified by its name.
- encoding(Charset) - Method in interface org.citrusframework.message.processor.BinaryMessageProcessorBuilder
-
With custom charset encoding.
- encoding(Charset) - Method in interface org.citrusframework.message.processor.GzipMessageProcessorBuilder
-
With custom charset encoding.
- endpoint - Variable in exception org.citrusframework.exceptions.MessageTimeoutException
- endpoint(String) - Method in interface org.citrusframework.actions.camel.CamelExchangeActionBuilder
- endpoint(String) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
- endpoint(String) - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder
-
Adds an endpoint name to the list of endpoints to purge in this action.
- endpoint(String) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- endpoint(String) - Method in interface org.citrusframework.actions.ReceiveTimeoutActionBuilder
-
Sets the message endpoint uri to receive a timeout with.
- endpoint(String) - Method in interface org.citrusframework.actions.SendActionBuilder
- endpoint(String) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Sets the message endpoint uri to send messages to.
- endpoint(String, boolean) - Method in interface org.citrusframework.actions.camel.CamelExchangeActionBuilder
- endpoint(Endpoint) - Method in interface org.citrusframework.actions.camel.CamelExchangeActionBuilder
- endpoint(Endpoint) - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder
-
Adds an endpoint to the list of endpoints to purge in this action.
- endpoint(Endpoint) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- endpoint(Endpoint) - Method in interface org.citrusframework.actions.ReceiveTimeoutActionBuilder
-
Sets the message endpoint to receive a timeout with.
- endpoint(Endpoint) - Method in interface org.citrusframework.actions.SendActionBuilder
- endpoint(Endpoint) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Sets the message endpoint to send messages to.
- endpoint(EndpointUriBuilder) - Method in interface org.citrusframework.actions.camel.CamelExchangeActionBuilder
- Endpoint - Interface in org.citrusframework.endpoint
-
Endpoint interface defines basic send and receive operations on a message endpoint.
- ENDPOINT_NAME - Static variable in interface org.citrusframework.endpoint.EndpointComponent
- ENDPOINT_PROPERTY_BINDING_ENABLED_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- ENDPOINT_PROPERTY_BINDING_ENABLED_ENV - Static variable in class org.citrusframework.CitrusSettings
- ENDPOINT_PROPERTY_BINDING_ENABLED_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Flag to enable/disable environment variable based endpoint and component configuration.
- ENDPOINT_URI_HEADER_NAME - Static variable in interface org.citrusframework.endpoint.resolver.EndpointUriResolver
-
Static header entry name specifying the dynamic endpoint uri
- EndpointAdapter - Interface in org.citrusframework.endpoint
-
Endpoint adapter represents a special message handler that delegates incoming request messages to some message endpoint.
- EndpointAdapterMappingStrategy - Interface in org.citrusframework.endpoint.adapter.mapping
-
Strategy finds proper endpoint adapter instance for given mapping key.
- EndpointBuilder<T extends Endpoint> - Interface in org.citrusframework.endpoint
-
Endpoint builder interface.
- EndpointComponent - Interface in org.citrusframework.endpoint
-
Endpoint component registers with bean name in Spring application context and is then responsible to create proper endpoints dynamically from endpoint uri values.
- EndpointConfiguration - Interface in org.citrusframework.endpoint
- EndpointFactory - Interface in org.citrusframework.endpoint
-
Endpoint factory tries to get endpoint instance by parsing an endpoint uri.
- endpointName(String) - Method in interface org.citrusframework.actions.CreateEndpointActionBuilder
- endpointNames(String...) - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder
-
Adds several endpoint names to the list of endpoints to purge in this action.
- endpointNames(List<String>) - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder
-
Adds list of endpoint names to purge in this action.
- endpoints() - Method in interface org.citrusframework.actions.groovy.GroovyActionBuilder
-
Create endpoints from Groovy script.
- endpoints() - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
Endpoints action builder.
- endpoints(List<Endpoint>) - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder
-
Adds list of endpoints to purge in this action.
- endpoints(Endpoint...) - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder
-
Sets several endpoints to purge in this action.
- endpointUri(String) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
- EndpointUriBuilder - Interface in org.citrusframework.endpoint
- EndpointUriResolver - Interface in org.citrusframework.endpoint.resolver
-
Resolves endpoint uri so we can send messages to dynamic endpoints.
- ENDS_WITH - Enum constant in enum class org.citrusframework.variable.dictionary.DataDictionary.PathMappingStrategy
- entryPoint(String) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Sets the entrypoint parameter.
- env(String...) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Adds environment variables as command parameter.
- ENV_VAR_PROPERTY_BINDING_ENABLED_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- ENV_VAR_PROPERTY_BINDING_ENABLED_ENV - Static variable in class org.citrusframework.CitrusSettings
- ENV_VAR_PROPERTY_BINDING_ENABLED_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Flag to enable/disable environment variable based endpoint and component configuration.
- error(String) - Method in interface org.citrusframework.actions.selenium.SeleniumJavaScriptActionBuilder
-
Add expected error.
- errorAction(TestAction) - Method in interface org.citrusframework.container.AsyncContainerBuilder
-
Adds a error action.
- errorAction(TestActionBuilder<?>) - Method in interface org.citrusframework.container.AsyncContainerBuilder
-
Adds a error action.
- errorActions(TestAction...) - Method in interface org.citrusframework.container.AsyncContainerBuilder
-
Adds one to many error actions.
- errorActions(TestActionBuilder<?>...) - Method in interface org.citrusframework.container.AsyncContainerBuilder
-
Adds one to many error actions.
- ErrorHandlingStrategy - Enum Class in org.citrusframework.message
-
Enumeration representing the different error handling strategies in synchronous communication with client server interaction where the client receives an error message as response.
- errors(String...) - Method in interface org.citrusframework.actions.selenium.SeleniumJavaScriptActionBuilder
-
Add expected error.
- errors(List<String>) - Method in interface org.citrusframework.actions.selenium.SeleniumJavaScriptActionBuilder
-
Add expected error.
- evaluate(int, TestContext) - Method in interface org.citrusframework.container.IteratingConditionExpression
-
Evaluates iteration breaking condition with given index.
- evaluate(TestContext) - Method in interface org.citrusframework.container.ConditionExpression
- event() - Method in interface org.citrusframework.actions.knative.KnativeActionBuilder
-
Produce and consume events for the Knative broker.
- event(Object) - Method in interface org.citrusframework.actions.knative.KnativeEventReceiveActionBuilder
- event(Object) - Method in interface org.citrusframework.actions.knative.KnativeEventSendActionBuilder
- event(Message) - Method in interface org.citrusframework.actions.knative.KnativeEventReceiveActionBuilder
- event(Message) - Method in interface org.citrusframework.actions.knative.KnativeEventSendActionBuilder
- EVENT_BRIDGE - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- eventData(String) - Method in interface org.citrusframework.actions.knative.KnativeEventReceiveActionBuilder
- eventData(String) - Method in interface org.citrusframework.actions.knative.KnativeEventSendActionBuilder
- events() - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
Events action builder.
- EXACT - Enum constant in enum class org.citrusframework.variable.dictionary.DataDictionary.PathMappingStrategy
- exception(Class<? extends Throwable>) - Method in interface org.citrusframework.container.AssertContainerBuilder
-
Catch exception type during execution.
- exception(Class<? extends Throwable>) - Method in interface org.citrusframework.container.CatchContainerBuilder
-
Catch exception type during execution.
- exception(String) - Method in interface org.citrusframework.container.AssertContainerBuilder
-
Catch exception type during execution.
- exception(String) - Method in interface org.citrusframework.container.CatchContainerBuilder
-
Catch exception type during execution.
- ExceptionContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - exchange() - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
An expression of the exchange
- exchangePattern() - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
An expression of the exchange pattern
- exchangeProperties() - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
An expression of the exchange properties
- exchangeProperty(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
An expression of an exchange property of the given name
- execute() - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder
-
Execute commands with the Kubernetes API.
- execute(C, TestContext) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Executes command with given kubernetes client and test context.
- execute(String) - Method in interface org.citrusframework.actions.selenium.SeleniumPageActionBuilder
-
Set page action method to execute.
- execute(List<String>, TestContext) - Method in interface org.citrusframework.functions.Function
-
Method called on execution.
- execute(TestContext) - Method in interface org.citrusframework.TestAction
-
Main execution method doing all work
- executeAction(TestAction, TestContext) - Method in interface org.citrusframework.TestCase
-
Executes a single test action with given test context.
- ExecutePlsqlActionBuilder<T extends TestAction,
B extends ExecutePlsqlActionBuilder<T, B>> - Interface in org.citrusframework.actions.sql - ExecutePlsqlActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.sql
- ExecuteSqlActionBuilder<T extends TestAction,
B extends ExecuteSqlActionBuilder<T, B>> - Interface in org.citrusframework.actions.sql - ExecuteSqlActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.sql
- ExecuteSqlQueryActionBuilder<T extends TestAction,
B extends ExecuteSqlQueryActionBuilder<T, B>> - Interface in org.citrusframework.actions.sql - ExecuteSqlQueryActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.sql
- execution() - Method in interface org.citrusframework.container.WaitContainerBuilder
- exists() - Method in interface org.citrusframework.spi.Resource
-
Whether this resource exists.
- exists() - Method in class org.citrusframework.spi.Resources.ByteArrayResource
- exists() - Method in class org.citrusframework.spi.Resources.ClasspathResource
- exists() - Method in class org.citrusframework.spi.Resources.FileSystemResource
- exists() - Method in class org.citrusframework.spi.Resources.UrlResource
- exitCode(int) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- exitCodes(int...) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- expectTimeout() - Method in interface org.citrusframework.actions.ReceiveTimeoutActionBuilder.BuilderFactory
-
Fluent API action building entry method used in Java DSL.
- expectTimeout(String) - Method in interface org.citrusframework.actions.ReceiveTimeoutActionBuilder.BuilderFactory
- expectTimeout(Endpoint) - Method in interface org.citrusframework.actions.ReceiveTimeoutActionBuilder.BuilderFactory
- export() - Method in interface org.citrusframework.actions.camel.CamelJBangKubernetesActionBuilder
-
Export a Camel project from given Camel integration.
- exposedPorts(Object...) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Adds exposed-ports variables as command parameter.
- expression(E) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
- expression(String, Object) - Method in interface org.citrusframework.builder.WithExpressions
-
Add an expression that gets evaluated.
- expression(String, Object) - Method in interface org.citrusframework.validation.xml.XmlMessageValidationContextBuilder
- expressions() - Method in interface org.citrusframework.validation.json.JsonMessageValidationContextBuilder
-
Deprecated.
- expressions() - Method in interface org.citrusframework.validation.xml.XmlMessageValidationContextBuilder
-
Deprecated.
- expressions(Map<String, Object>) - Method in interface org.citrusframework.builder.WithExpressions
-
Sets the expressions to evaluate.
- expressions(Map<String, Object>) - Method in interface org.citrusframework.validation.xml.XmlMessageValidationContextBuilder
- extract() - Method in interface org.citrusframework.message.processor.DelegatingVariableExtractorBuilder.Factory
- extract() - Method in interface org.citrusframework.message.processor.json.JsonMessageProcessors
- extract() - Method in interface org.citrusframework.message.processor.xml.XmlMessageProcessors
- extract(String, String) - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder
-
User can extract column values to test variables.
- extract(VariableExtractor) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds variable extractor on the message.
- extract(VariableExtractor.Builder<?, ?>) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message processor on the message as fluent builder.
- extract(VariableExtractor.Builder<?, ?>) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
-
Adds message processor on the message as fluent builder.
- extract(VariableExtractor.Builder<?, ?>) - Method in interface org.citrusframework.actions.SendActionBuilder
-
Adds message processor on the message as fluent builder.
- extract(VariableExtractorAdapter) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message processor on the message.
- extractControlValues(String, Character) - Method in interface org.citrusframework.validation.matcher.ControlExpressionParser
-
Some validation matchers can optionally contain one or more control values nested within a control expression.
- extractControlValues(String, Character) - Method in class org.citrusframework.validation.matcher.DefaultControlExpressionParser
- extractMappingKey(Message) - Method in interface org.citrusframework.endpoint.adapter.mapping.MappingKeyExtractor
-
Extracts the mapping key from incoming request message.
- extractor() - Method in interface org.citrusframework.TestActionRunner
-
Provide access to all available variable extractions.
- extractValue(TestContext, Object, VariableExpressionSegmentMatcher) - Method in interface org.citrusframework.variable.SegmentVariableExtractor
-
Extract variables from given object.
- extractValue(TestContext, Object, VariableExpressionSegmentMatcher) - Method in class org.citrusframework.variable.SegmentVariableExtractorRegistry.AbstractSegmentVariableExtractor
- extractVariables(Message, TestContext) - Method in interface org.citrusframework.variable.VariableExtractor
-
Extract variables from given message.
F
- factories - Static variable in interface org.citrusframework.message.MessageSelector
- fail() - Method in interface org.citrusframework.actions.FailActionBuilder.BuilderFactory
- fail(String) - Method in interface org.citrusframework.actions.FailActionBuilder.BuilderFactory
- fail(Throwable) - Method in interface org.citrusframework.TestCase
-
Immediately fails the
TestCase, meaning the underlyingTestResultwill contain the givenThrowableexception. - FailActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- FailActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- failed(String, String, String) - Static method in class org.citrusframework.TestResult
-
Create new test result for failed execution.
- failed(String, String, Throwable) - Static method in class org.citrusframework.TestResult
-
Create new test result for failed execution.
- failed(String, String, Throwable, Map<String, Object>) - Static method in class org.citrusframework.TestResult
-
Create new test result with parameters for failed execution.
- FAILED - Enum constant in enum class org.citrusframework.validation.context.ValidationStatus
- FAILURE - Enum constant in enum class org.citrusframework.TestResult.RESULT
- FailureStackElement - Class in org.citrusframework.report
-
Failure stack element provides access to the detailed failure stack message and the location in the test case XML where error happened.
- FailureStackElement(String, String, Long) - Constructor for class org.citrusframework.report.FailureStackElement
-
Default constructor using fields.
- fault() - Method in interface org.citrusframework.validation.ws.SoapMessageValidationContextBuilder
- faultActor(String) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Expect fault actor in SOAP fault message.
- faultActor(String) - Method in interface org.citrusframework.actions.ws.SoapSendFaultMessageBuilderFactory
-
Add custom fault string to SOAP fault message.
- faultCode(String) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Expect fault code in SOAP fault message.
- faultCode(String) - Method in interface org.citrusframework.actions.ws.SoapSendFaultMessageBuilderFactory
-
Adds custom SOAP fault code.
- faultDetail(String) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Expect fault detail in SOAP fault message.
- faultDetail(String) - Method in interface org.citrusframework.actions.ws.SoapSendFaultMessageBuilderFactory
-
Adds a fault detail to SOAP fault message.
- faultDetailResource(String) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Expect fault detail from file resource.
- faultDetailResource(String) - Method in interface org.citrusframework.actions.ws.SoapSendFaultMessageBuilderFactory
-
Adds a fault detail from file resource path.
- faultDetailResource(Resource) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Expect fault detail from file resource.
- faultDetailResource(Resource) - Method in interface org.citrusframework.actions.ws.SoapSendFaultMessageBuilderFactory
-
Adds a fault detail from file resource.
- faultDetailResource(Resource, Charset) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Expect fault detail from file resource.
- faultDetailResource(Resource, Charset) - Method in interface org.citrusframework.actions.ws.SoapSendFaultMessageBuilderFactory
-
Adds a fault detail from file resource.
- faultString(String) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Expect fault string in SOAP fault message.
- faultString(String) - Method in interface org.citrusframework.actions.ws.SoapSendFaultMessageBuilderFactory
-
Add custom fault string to SOAP fault message.
- fhirJson() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the FHIR JSON data format
- fhirJson(boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- fhirJson(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- fhirJson(String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- fhirXml() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the FHIR XML data format
- fhirXml(boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- fhirXml(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- fhirXml(String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- field(Object, String) - Method in interface org.citrusframework.actions.selenium.SeleniumFillFormActionBuilder
- field(String, String) - Method in interface org.citrusframework.actions.selenium.SeleniumFillFormActionBuilder
- fields(Map<String, String>) - Method in interface org.citrusframework.actions.selenium.SeleniumFillFormActionBuilder
- file() - Method in interface org.citrusframework.container.WaitContainerBuilder
- file(String) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- file(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceCreateActionBuilder
- file(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- file(String) - Method in interface org.citrusframework.container.ApplyTemplateBuilder
- file(Resource) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- file(Resource) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- FILE_PATH_CHARSET_PARAMETER_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- FILE_PATH_CHARSET_PARAMETER_ENV - Static variable in class org.citrusframework.CitrusSettings
- FILE_PATH_CHARSET_PARAMETER_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
File path charset parameter
- fileName(String) - Method in interface org.citrusframework.actions.selenium.SeleniumGetStoredFileActionBuilder
- filePath(String) - Method in interface org.citrusframework.actions.LoadPropertiesActionBuilder
- filePath(String) - Method in interface org.citrusframework.actions.selenium.SeleniumStoreFileActionBuilder
- FILESYSTEM_RESOURCE_PREFIX - Static variable in class org.citrusframework.spi.Resources
- FileSystemResource(File) - Constructor for class org.citrusframework.spi.Resources.FileSystemResource
- FileSystemResource(String) - Constructor for class org.citrusframework.spi.Resources.FileSystemResource
- fillForm() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Fill form action.
- filter(String, String) - Method in interface org.citrusframework.actions.knative.KnativeTriggerCreateActionBuilder
- filter(Map<String, String>) - Method in interface org.citrusframework.actions.knative.KnativeTriggerCreateActionBuilder
- FINAL - Enum constant in enum class org.citrusframework.TestCaseMetaInfo.Status
- FinallyContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - FinallyContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- find() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Finds element.
- find(String, long) - Method in interface org.citrusframework.message.correlation.CorrelationManager
-
Finds stored object by its correlation key.
- findField(Class<?>, String) - Static method in class org.citrusframework.util.ReflectionHelper
- findMessageValidator(String) - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Try to find validator for given name.
- findMessageValidators(String, Message) - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Finds matching message validators for this message type.
- findMessageValidators(String, Message, boolean) - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Finds matching message validators for this message type.
- findMethod(Class<?>, String, Class<?>...) - Static method in class org.citrusframework.util.ReflectionHelper
-
Attempt to find a
Methodon the supplied class with the supplied name and parameter types. - findSchemaValidator(String) - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Try to find schema validator for given name.
- findSchemaValidators(String, Message) - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Finds matching schema validators for this message type.
- findTestsInPackage(String) - Method in interface org.citrusframework.main.scan.TestScanner
-
Find classes in package suitable to running as test with given annotation.
- findValidationContext(List<ValidationContext>) - Method in class org.citrusframework.validation.AbstractMessageValidator
-
Finds the message validation context that is most appropriate for this validator implementation.
- findValidationContext(List<ValidationContext>) - Method in class org.citrusframework.validation.DefaultMessageValidator
- findValidationContext(List<ValidationContext>) - Method in class org.citrusframework.validation.DefaultTextEqualsMessageValidator
- finish(TestContext) - Method in interface org.citrusframework.TestCase
-
Method that will be executed in any case of test case result (success, error).
- FLOAT - Enum constant in enum class org.citrusframework.message.MessageHeaderType
- focus() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Switch window.
- force(Boolean) - Method in interface org.citrusframework.actions.docker.DockerContainerRemoveActionBuilder
-
Sets the force parameter.
- force(Boolean) - Method in interface org.citrusframework.actions.docker.DockerImageRemoveActionBuilder
-
Sets the force parameter.
- fork(boolean) - Method in interface org.citrusframework.actions.knative.KnativeEventSendActionBuilder
- fork(boolean) - Method in interface org.citrusframework.actions.SendActionBuilder
-
Sets the fork mode for this send action builder.
- fork(boolean) - Method in interface org.citrusframework.actions.SendMessageBuilderFactory
-
Sets the fork mode for this send action builder.
- fork(boolean) - Method in interface org.citrusframework.container.TimerContainerBuilder
-
Fork the timer so that other actions can run in parallel to the nested timer actions
- FORM_URL_ENCODED - Static variable in enum class org.citrusframework.message.MessageType
- fory() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Use the Fory data format
- fory(Class) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Use the Fory data format with the given unmarshalType
- from(Message) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Build message from given message template.
- from(MessageBuilder) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Build message from given message builder.
- fromBody() - Method in interface org.citrusframework.message.processor.DelegatingVariableExtractorBuilder
- fromBody() - Method in interface org.citrusframework.variable.DelegatingPayloadVariableExtractorBuilder.Factory
- fromClasspath(String) - Static method in class org.citrusframework.spi.Resources
- fromClasspath(String, Class<?>) - Static method in class org.citrusframework.spi.Resources
- fromFile(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesConfigMapCreateActionBuilder
- fromFile(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesSecretCreateActionBuilder
- fromFileSystem(String) - Static method in class org.citrusframework.spi.Resources
- fromHeaders() - Method in interface org.citrusframework.message.processor.DelegatingVariableExtractorBuilder
- fromHeaders() - Method in interface org.citrusframework.variable.MessageHeaderVariableExtractorBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- fromJson(String) - Method in interface org.citrusframework.actions.selenium.SeleniumFillFormActionBuilder
- fromJsonPath() - Method in interface org.citrusframework.variable.json.JsonPathVariableExtractorBuilder.Factory
- fromName(String) - Static method in enum class org.citrusframework.message.ErrorHandlingStrategy
-
Gets the strategy from given name representation.
- fromServiceName(String) - Static method in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- fromString(String) - Static method in class org.citrusframework.TestClass
-
Read String representation and construct proper test class instance.
- fromTypedValue(String) - Static method in enum class org.citrusframework.message.MessageHeaderType
-
Try to find MessageHeaderType from a typed header value.
- fromXpath() - Method in interface org.citrusframework.variable.xml.XpathPayloadVariableExtractorBuilder.Factory
- Function - Interface in org.citrusframework.functions
-
General function interface.
- FunctionLibrary - Class in org.citrusframework.functions
-
Library holding a set of functions.
- FunctionLibrary() - Constructor for class org.citrusframework.functions.FunctionLibrary
- FunctionParameterHelper - Class in org.citrusframework.functions
-
Helper class parsing a parameter string and converting the tokens to a parameter list.
- FunctionRegistry - Class in org.citrusframework.functions
-
Function registry holding all available function libraries.
- FunctionRegistry() - Constructor for class org.citrusframework.functions.FunctionRegistry
- functions - Static variable in interface org.citrusframework.functions.Function
- FunctionUtils - Class in org.citrusframework.functions
-
Utility class for functions.
G
- generateReport(TestResults) - Method in interface org.citrusframework.report.TestReporter
-
Test reporter generates a report for several test suite instances.
- GenericValidationProcessor<T> - Interface in org.citrusframework.validation
- get() - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http GET request as client to server.
- get() - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http GET request as client to server.
- get() - Method in class org.citrusframework.util.CachingInputStream
- get(String) - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http GET request as client to server.
- get(String) - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http GET request as client to server.
- get(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesPodCommandActionBuilder
-
Gets pod by name.
- get(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesServiceCommandActionBuilder
-
Gets service by name.
- getAction() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesWatchCommandResult
-
Gets the observed watch action.
- getActionBuilders() - Method in interface org.citrusframework.TestCase
-
Provides access to the raw test action builders used to construct the list of actions in this test case.
- getActionCount() - Method in interface org.citrusframework.container.TestActionContainer
-
Get the number of embedded actions in this container.
- getActionIndex(TestAction) - Method in interface org.citrusframework.container.TestActionContainer
-
Returns the index in the action chain for provided action instance.
- getActions() - Method in interface org.citrusframework.container.TestActionContainer
-
Get the embedded test actions within this container.
- getActions() - Method in interface org.citrusframework.TestActionContainerBuilder
-
Get the list of test actions for this container.
- getActiveAction() - Method in interface org.citrusframework.container.TestActionContainer
-
Get the action that was executed most recently.
- getActor() - Method in interface org.citrusframework.endpoint.Endpoint
-
Gets the sending actor.
- getActor() - Method in interface org.citrusframework.TestAction
-
Gets the test actor associated with this test action.
- getAfterTest() - Method in class org.citrusframework.context.TestContext
-
Obtains the afterTest.
- getAliasType() - Method in interface org.citrusframework.context.resolver.TypeAliasResolver
- getApiVersion() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesDeleteCommandResult
-
Gets the api version.
- getApiVersion() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesInfoCommandResult
-
Gets the api version.
- getApiVersion() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesListCommandResult
-
Gets the api version.
- getAuthor() - Method in class org.citrusframework.TestCaseMetaInfo
-
Get the test author.
- getBeforeTest() - Method in class org.citrusframework.context.TestContext
-
Obtains the beforeTest.
- getCause() - Method in class org.citrusframework.TestResult
- getClasses(String) - Method in class org.citrusframework.spi.ClasspathResourceResolver
- getClassName() - Method in class org.citrusframework.TestResult
- getClientVersion() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesInfoCommandResult
-
Gets the value of the clientVersion property.
- getCommandResult() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Provides access to this command result if any.
- getCondition() - Method in interface org.citrusframework.container.WaitContainerBuilder.ConditionBuilder
- getContent() - Method in class org.citrusframework.xml.StringSource
-
Obtains the content.
- getCorrelationKey(String) - Method in interface org.citrusframework.message.MessageCorrelator
-
Get the correlation header name.
- getCorrelationKey(String, TestContext) - Method in interface org.citrusframework.message.correlation.CorrelationManager
-
Gets correlation key for given identifier.
- getCorrelationKey(Message) - Method in interface org.citrusframework.message.MessageCorrelator
-
Constructs the correlation key from the message header.
- getCorrelationKeyName(String) - Method in interface org.citrusframework.message.MessageCorrelator
-
Constructs unique correlation key name for given consumer name.
- getCreationDate() - Method in class org.citrusframework.TestCaseMetaInfo
-
Get the creation date.
- getDataFormatClause() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatMessageProcessorBuilder
- getDefaultMessageHeaderValidator() - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Gets the default message header validator.
- getDefaultMessageValidator() - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Gets the default message validator.
- getDefaultProperties() - Method in class org.citrusframework.main.TestRunConfiguration
-
Gets the defaultProperties.
- getDelegate() - Method in class org.citrusframework.spi.AbstractReferenceResolverAwareTestActionBuilder
- getDelegate() - Method in interface org.citrusframework.TestActionBuilder.DelegatingTestActionBuilder
-
Obtains the delegate test action builder.
- getDescription() - Method in interface org.citrusframework.common.Described
-
Description of this test action
- getDetailMessage() - Method in exception org.citrusframework.exceptions.ActionTimeoutException
- getDetailMessage() - Method in exception org.citrusframework.exceptions.MessageTimeoutException
- getDetailMessage() - Method in exception org.citrusframework.exceptions.ReplyMessageTimeoutException
- getDirection() - Method in class org.citrusframework.message.AbstractMessageProcessor
- getDirection() - Method in interface org.citrusframework.message.MessageDirectionAware
-
Indicates the direction of messages this processor should apply to.
- getDuration() - Method in class org.citrusframework.TestResult
- getEncoding() - Method in class org.citrusframework.xml.StringSource
-
Obtains the encoding.
- getEndpoint() - Method in interface org.citrusframework.endpoint.EndpointAdapter
-
Gets message endpoint to interact with this endpoint adapter.
- getEndpointAdapter(String) - Method in interface org.citrusframework.endpoint.adapter.mapping.EndpointAdapterMappingStrategy
-
Finds endpoint adapter for the mapping key.
- getEndpointConfiguration() - Method in interface org.citrusframework.endpoint.Endpoint
-
Gets the endpoint configuration holding all endpoint specific properties such as endpoint uri, connection timeout, ports, etc.
- getEndpointConfiguration() - Method in interface org.citrusframework.endpoint.EndpointAdapter
-
Gets the endpoint configuration.
- getEndpointConfiguration() - Method in class org.citrusframework.messaging.AbstractMessageConsumer
- getEndpointDefinitions() - Method in interface org.citrusframework.TestCase
-
Gets the adhoc endpoints for this test case.
- getEndpointFactory() - Method in class org.citrusframework.context.TestContext
-
Gets the endpoint factory.
- getEngine() - Method in class org.citrusframework.main.TestRunConfiguration
-
Gets the engine.
- getError() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandResult
-
Gets the error.
- getErrorMessage() - Method in class org.citrusframework.TestResult
- getErrorMessage(TestContext) - Method in interface org.citrusframework.condition.Condition
-
Construct proper error message for this condition.
- getExceptions() - Method in class org.citrusframework.context.TestContext
-
Gets the value of the exceptions property.
- getExecutedActions() - Method in interface org.citrusframework.container.TestActionContainer
-
Gets all nested actions that have been executed in the container.
- getExpression() - Method in interface org.citrusframework.message.processor.camel.CamelTransformMessageProcessorBuilder
- getExpressionType() - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
- getExpressionValue() - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
- getFailed() - Method in class org.citrusframework.report.TestResults
-
Get number of tests failed.
- getFailedPercentage() - Method in class org.citrusframework.report.TestResults
-
Deprecated.will return
doublevalue in the future! - getFailedPercentageFormatted() - Method in class org.citrusframework.report.TestResults
- getFailureStack() - Method in exception org.citrusframework.exceptions.CitrusRuntimeException
-
Gets the custom failure stack with line number information where the testcase failed.
- getFailureStack() - Method in class org.citrusframework.TestResult
- getFailureStackAsString() - Method in exception org.citrusframework.exceptions.CitrusRuntimeException
-
Get formatted string representation of failure stack information.
- getFailureType() - Method in class org.citrusframework.TestResult
- getField(Field, Object) - Static method in class org.citrusframework.util.ReflectionHelper
- getFile() - Method in interface org.citrusframework.spi.Resource
-
Return the file associated with this resource.
- getFile() - Method in class org.citrusframework.spi.Resources.ByteArrayResource
- getFile() - Method in class org.citrusframework.spi.Resources.ClasspathResource
- getFile() - Method in class org.citrusframework.spi.Resources.FileSystemResource
- getFile() - Method in class org.citrusframework.spi.Resources.UrlResource
- getFilePath() - Method in class org.citrusframework.TestSource
- getFilePathCharsetParameter() - Static method in class org.citrusframework.CitrusSettings
-
Get the file path charset parameter.
- getFinalActions() - Method in class org.citrusframework.context.TestContext
-
Optains the final actions.
- getFirstDiff(String, String) - Method in class org.citrusframework.validation.DefaultTextEqualsMessageValidator
- getFunction(String) - Method in class org.citrusframework.functions.FunctionLibrary
-
Try to find function in library by name.
- getFunctionLibraries() - Method in class org.citrusframework.functions.FunctionRegistry
- getFunctionRegistry() - Method in class org.citrusframework.context.TestContext
-
Get the current function registry.
- getGlobalVariables() - Method in class org.citrusframework.context.TestContext
-
Set global variables.
- getGroovyStaticImports() - Static method in class org.citrusframework.CitrusSettings
-
Gets the static imports used in Groovy test action scripts.
- getGroovyTestFileNamePattern() - Static method in class org.citrusframework.CitrusSettings
-
Gets set of file name patterns for Groovy test files.
- getGroups() - Method in interface org.citrusframework.TestGroupAware
-
Gets the groups.
- getHeader(String) - Method in interface org.citrusframework.message.Message
-
Gets the message header value by its header name.
- getHeaderBuilders() - Method in interface org.citrusframework.message.WithHeaderBuilder
-
Gets the list of header builders.
- getHeaderClass() - Method in enum class org.citrusframework.message.MessageHeaderType
-
Gets the clazz.
- getHeaderData() - Method in interface org.citrusframework.message.Message
-
Gets the list of header data in this message.
- getHeaders() - Method in interface org.citrusframework.message.Message
-
Gets message headers.
- getId() - Method in interface org.citrusframework.message.Message
-
Gets the unique message id;
- getIgnoreExpressions() - Method in class org.citrusframework.validation.context.DefaultMessageValidationContext
- getIgnoreExpressions() - Method in interface org.citrusframework.validation.context.MessageValidationContext
-
Get ignored message elements.
- getIncludes() - Method in class org.citrusframework.main.TestRunConfiguration
-
Gets the includes.
- getIndex() - Method in class org.citrusframework.variable.VariableExpressionIterator.VariableSegment
- getInputStream() - Method in interface org.citrusframework.spi.Resource
-
Returns an
InputStreamthat reads from the underlying resource. - getInputStream() - Method in class org.citrusframework.spi.Resources.ByteArrayResource
- getInputStream() - Method in class org.citrusframework.spi.Resources.ClasspathResource
- getInputStream() - Method in class org.citrusframework.spi.Resources.FileSystemResource
- getInputStream() - Method in class org.citrusframework.spi.Resources.UrlResource
- getInputStream() - Method in class org.citrusframework.xml.StringSource
- getInstance() - Static method in class org.citrusframework.util.IsJsonPredicate
- getInstance() - Static method in class org.citrusframework.util.IsXmlPredicate
- getInstance() - Static method in class org.citrusframework.util.IsYamlPredicate
- getItems() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesListCommandResult
-
Gets the items.
- getJavaTestFileNamePattern() - Static method in class org.citrusframework.CitrusSettings
-
Gets set of file name patterns for Java test files.
- getKind() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesDeleteCommandResult
-
Gets the resource kind.
- getKind() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesInfoCommandResult
-
Gets the resource kind.
- getKind() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesListCommandResult
-
Gets the resource kind.
- getLastExpressionValue(String, TestContext, List<SegmentVariableExtractor>) - Static method in class org.citrusframework.variable.VariableExpressionIterator
- getLastUpdatedBy() - Method in class org.citrusframework.TestCaseMetaInfo
-
Get the author that recently updated this test case.
- getLastUpdatedOn() - Method in class org.citrusframework.TestCaseMetaInfo
-
Get last updating date.
- getLibraryForPrefix(String) - Method in class org.citrusframework.functions.FunctionRegistry
-
Get library for function prefix.
- getLibraryForPrefix(String) - Method in class org.citrusframework.validation.matcher.ValidationMatcherRegistry
-
Get library for validationMatcher prefix.
- getLineNumberEnd() - Method in class org.citrusframework.report.FailureStackElement
-
Gets the line number where failing action ends.
- getLineNumberStart() - Method in class org.citrusframework.report.FailureStackElement
-
Gets the line number where error happened.
- getLocation() - Method in interface org.citrusframework.spi.Resource
-
The location of the resource.
- getLocation() - Method in class org.citrusframework.spi.Resources.ByteArrayResource
- getLocation() - Method in class org.citrusframework.spi.Resources.ClasspathResource
- getLocation() - Method in class org.citrusframework.spi.Resources.FileSystemResource
- getLocation() - Method in class org.citrusframework.spi.Resources.UrlResource
- getLogMaskKeywords() - Static method in class org.citrusframework.log.CitrusLogSettings
-
Get logger mask keywords.
- getLogMaskValue() - Static method in class org.citrusframework.log.CitrusLogSettings
-
Get logger mask value.
- getLogModifier() - Method in class org.citrusframework.context.TestContext
-
Gets the logModifier.
- getMasterUrl() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesInfoCommandResult
-
Gets the value of the masterUrl property.
- getMembers() - Method in class org.citrusframework.functions.FunctionLibrary
-
Gets the function library members.
- getMembers() - Method in class org.citrusframework.validation.matcher.ValidationMatcherLibrary
-
Gets the matcher library members.
- getMessage() - Method in exception org.citrusframework.exceptions.ActionTimeoutException
- getMessage() - Method in exception org.citrusframework.exceptions.CitrusRuntimeException
- getMessage() - Method in exception org.citrusframework.exceptions.ParallelContainerException
- getMessage(String) - Method in class org.citrusframework.message.DefaultMessageStore
- getMessage(String) - Method in interface org.citrusframework.message.MessageStore
- getMessageListener() - Method in class org.citrusframework.report.MessageListeners
-
Obtains the messageListener.
- getMessageListeners() - Method in class org.citrusframework.context.TestContext
-
Gets the message listeners.
- getMessageProcessors() - Method in class org.citrusframework.context.TestContext
-
Gets the global message processors.
- getMessageProcessors() - Method in class org.citrusframework.message.MessageProcessors
-
Gets the message processors.
- getMessageProcessors(MessageDirection) - Method in class org.citrusframework.context.TestContext
-
Gets the global message processors for given direction.
- getMessageStore() - Method in class org.citrusframework.context.TestContext
-
Gets the value of the messageStore property.
- getMessageTraceDirectory() - Static method in class org.citrusframework.CitrusSettings
-
Gets the directory where to put message trace files.
- getMessageValidator(String) - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Get validator for given name.
- getMessageValidatorRegistry() - Method in class org.citrusframework.context.TestContext
-
Get the message validator registry.
- getMessageValidators() - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Gets the message validators.
- getMetaInfo() - Method in interface org.citrusframework.TestCase
-
Get the test case meta information.
- getMethod() - Method in class org.citrusframework.TestClass
-
Gets the test method name to execute.
- getName() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Gets the Kubernetes command name.
- getName() - Method in interface org.citrusframework.condition.Condition
-
Gets the condition name.
- getName() - Method in interface org.citrusframework.endpoint.Endpoint
-
Gets the endpoint name usually the Spring bean name.
- getName() - Method in interface org.citrusframework.endpoint.EndpointComponent
-
Gets the name of this endpoint component.
- getName() - Method in class org.citrusframework.functions.FunctionLibrary
-
Get the function library name.
- getName() - Method in class org.citrusframework.message.AbstractMessageProcessor
-
Gets this processors name.
- getName() - Method in enum class org.citrusframework.message.ErrorHandlingStrategy
-
Gets the name representation.
- getName() - Method in interface org.citrusframework.message.Message
-
Gets the message name for internal use;
- getName() - Method in enum class org.citrusframework.message.MessageHeaderType
-
Gets the name.
- getName() - Method in class org.citrusframework.messaging.AbstractMessageConsumer
- getName() - Method in interface org.citrusframework.messaging.Consumer
-
Gets the consumer name.
- getName() - Method in interface org.citrusframework.messaging.Producer
-
Gets the producer name.
- getName() - Method in interface org.citrusframework.TestAction
-
Name of test action injected as Spring bean name
- getName() - Method in class org.citrusframework.TestActor
-
Gets the name.
- getName() - Method in interface org.citrusframework.TestCase
- getName() - Method in class org.citrusframework.TestSource
-
Gets the name.
- getName() - Method in class org.citrusframework.validation.matcher.ValidationMatcherLibrary
-
Get the validationMatcher library name.
- getName() - Method in interface org.citrusframework.variable.dictionary.DataDictionary
-
Gets the data dictionary name.
- getName() - Method in class org.citrusframework.variable.VariableExpressionIterator.VariableSegment
- getName(BindToRegistry, String) - Static method in interface org.citrusframework.spi.ReferenceRegistry
-
Get proper bean name for future bind operation on registry.
- getNamespace() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesInfoCommandResult
-
Gets the value of the namespace property.
- getNamespaceContextBuilder() - Method in class org.citrusframework.context.TestContext
-
Gets the namespace context builder.
- getNamespaceMappings() - Method in class org.citrusframework.xml.namespace.NamespaceContextBuilder
-
Gets the namespaceMappings.
- getNamespaceURI(String) - Method in class org.citrusframework.xml.namespace.DefaultNamespaceContext
- getObjectStore() - Method in interface org.citrusframework.message.correlation.CorrelationManager
-
Gets the object store implementation.
- getPackageName() - Method in interface org.citrusframework.TestCase
-
Get the package name.
- getPackages() - Method in class org.citrusframework.main.TestRunConfiguration
-
Gets the packages.
- getParameterList(String) - Static method in class org.citrusframework.functions.FunctionParameterHelper
-
Convert a parameter string to a list of parameters.
- getParameterListAsString(List<String>) - Static method in class org.citrusframework.validation.matcher.ValidationMatcherUtils
- getParameters() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Gets the command parameters.
- getParameters() - Method in interface org.citrusframework.TestParameterAware
-
Gets the test parameters.
- getParameters() - Method in class org.citrusframework.TestResult
- getParameters(String) - Method in interface org.citrusframework.endpoint.EndpointComponent
-
Construct endpoint name from endpoint uri.
- getPathMappingStrategy() - Method in interface org.citrusframework.variable.dictionary.DataDictionary
-
Gets the path mapping strategy.
- getPayload() - Method in interface org.citrusframework.message.Message
-
Gets the message payload.
- getPayload(Class<T>) - Method in interface org.citrusframework.message.Message
-
Gets message payload with required type conversion.
- getPayloadBuilder() - Method in interface org.citrusframework.message.WithPayloadBuilder
-
Gets the message payload builder.
- getPollingInterval() - Method in interface org.citrusframework.endpoint.PollableEndpointConfiguration
-
Gets the polling interval used on this endpoint configuration.
- getPrefix() - Method in class org.citrusframework.functions.FunctionLibrary
-
Get the library prefix.
- getPrefix() - Method in class org.citrusframework.validation.matcher.ValidationMatcherLibrary
-
Get the library prefix.
- getPrefix(String) - Method in class org.citrusframework.xml.namespace.DefaultNamespaceContext
- getPrefixes(String) - Method in class org.citrusframework.xml.namespace.DefaultNamespaceContext
- getPropertyEnvOrDefault(String, String, String) - Static method in class org.citrusframework.CitrusSettings
-
Gets in the respective order, a system property, an environment variable or the default
- getReader() - Method in interface org.citrusframework.spi.Resource
-
Returns a
Readerthat reads from the underlying resource using UTF-8 as charset. - getReader() - Method in class org.citrusframework.xml.StringSource
- getReader(Charset) - Method in interface org.citrusframework.spi.Resource
- getReferenceResolver() - Method in class org.citrusframework.context.TestContext
-
Gets the value of the referenceResolver property.
- getReportDirectory() - Static method in class org.citrusframework.report.TestReporterSettings
-
Get target report directory where to create files.
- getRequiredValidationContextType() - Method in class org.citrusframework.validation.AbstractMessageValidator
-
Provides class type of most appropriate validation context.
- getRequiredValidationContextType() - Method in class org.citrusframework.validation.DefaultMessageValidator
- getResource(String) - Method in class org.citrusframework.spi.ClasspathResourceResolver
- getResources(String) - Method in class org.citrusframework.spi.ClasspathResourceResolver
- getResources(String, String) - Method in class org.citrusframework.spi.ClasspathResourceResolver
- getResult() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandResult
-
Gets the result model.
- getResult() - Method in class org.citrusframework.TestResult
- getResultCallback() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Gets the command result callback.
- getSchema() - Method in class org.citrusframework.validation.context.DefaultMessageValidationContext
- getSchema() - Method in interface org.citrusframework.validation.context.SchemaValidationContext
-
Gets the schema.
- getSchemaRepository() - Method in class org.citrusframework.validation.context.DefaultMessageValidationContext
- getSchemaRepository() - Method in interface org.citrusframework.validation.context.SchemaValidationContext
-
Gets the schemaRepository.
- getSchemaValidators() - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Return all schema validators.
- getScriptType() - Method in interface org.citrusframework.validation.script.ScriptValidationContext
-
Gets the type of script used in this validation context.
- getSegmentExpression() - Method in class org.citrusframework.variable.VariableExpressionSegmentMatcher
-
Obtain the segment expression ot the current match.
- getSegmentIndex() - Method in class org.citrusframework.variable.VariableExpressionSegmentMatcher
-
Obtain the segment index of the current match. -1 if match is not indexed of matcher has run out of matches.
- getSegmentValue() - Method in class org.citrusframework.variable.VariableExpressionIterator.VariableSegment
- getSegmentValueExtractors() - Method in class org.citrusframework.variable.SegmentVariableExtractorRegistry
-
Obtain the segment variable extractors managed by the registry
- getSegmentVariableExtractorRegistry() - Method in class org.citrusframework.context.TestContext
-
Obtains the segmentVariableExtractorRegistry
- getServiceName() - Method in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- getSize() - Method in class org.citrusframework.report.TestResults
-
Gets the total amount of test results.
- getSkipped() - Method in class org.citrusframework.report.TestResults
-
Get number of skipped tests.
- getSkippedPercentage() - Method in class org.citrusframework.report.TestResults
-
Deprecated.will return
doublevalue in the future! - getSkippedPercentageFormatted() - Method in class org.citrusframework.report.TestResults
- getSourceFile() - Method in class org.citrusframework.TestSource
-
Gets the file resource for this test source.
- getSourceFile(TestContext) - Method in class org.citrusframework.TestSource
-
Gets the file resource for this test source and uses given test context to resolve the file path with test variables.
- getStackMessage() - Method in class org.citrusframework.report.FailureStackElement
-
Constructs the stack trace message.
- getStatus() - Method in class org.citrusframework.TestCaseMetaInfo
-
Get the status of this test case.
- getStatus() - Method in class org.citrusframework.validation.context.DefaultValidationContext
- getStatus() - Method in class org.citrusframework.validation.context.HeaderValidationContext
- getStatus() - Method in interface org.citrusframework.validation.context.ValidationContext
-
Marks the validation result for this context.
- getStored() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Get stored file.
- getStored(String) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Get stored file.
- getSuccess() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesDeleteCommandResult
-
Gets the success.
- getSuccess() - Method in class org.citrusframework.report.TestResults
-
Get number of tests in success.
- getSuccessMessage(TestContext) - Method in interface org.citrusframework.condition.Condition
-
Construct proper success message for this condition.
- getSuccessPercentage() - Method in class org.citrusframework.report.TestResults
-
Deprecated.will return
doublevalue in the future! - getSuccessPercentageFormatted() - Method in class org.citrusframework.report.TestResults
- getTestAction(int) - Method in interface org.citrusframework.container.TestActionContainer
-
Get the test action with given index in list.
- getTestActionListeners() - Method in class org.citrusframework.context.TestContext
-
Obtains the testActionListeners.
- getTestActionListeners() - Method in class org.citrusframework.report.TestActionListeners
-
Obtains the testActionListeners.
- getTestCase() - Method in interface org.citrusframework.common.TestLoader
-
Gets the loaded test case or null if it has not been loaded yet.
- getTestCase() - Method in interface org.citrusframework.TestCaseBuilder
-
Builds the test case.
- getTestClass() - Method in interface org.citrusframework.TestCase
-
Gets the value of the testClass property.
- getTestClass() - Method in class org.citrusframework.TestClass
-
Gets the test class to execute.
- getTestFileNamePattern(String) - Static method in class org.citrusframework.CitrusSettings
-
Gets the test file name pattern for given type or empty patterns for unknown type.
- getTestFilePath() - Method in class org.citrusframework.report.FailureStackElement
-
Gets the test file path for the failed test.
- getTestJar() - Method in class org.citrusframework.main.TestRunConfiguration
-
Gets the testJar.
- getTestListeners() - Method in class org.citrusframework.context.TestContext
-
Gets the test listeners.
- getTestListeners() - Method in class org.citrusframework.report.TestListeners
-
Obtains the testListeners.
- getTestName() - Method in class org.citrusframework.TestResult
- getTestReporters() - Method in class org.citrusframework.report.TestReporters
-
Obtains the testReporters.
- getTestResult() - Method in interface org.citrusframework.TestCase
-
Retrieve test result.
- getTestResults() - Method in class org.citrusframework.report.TestReporters
-
Gets the testResults.
- getTestSources() - Method in class org.citrusframework.main.TestRunConfiguration
-
Gets the sources.
- getTestSuiteListeners() - Method in class org.citrusframework.report.TestSuiteListeners
-
Obtains the testSuiteListeners.
- getTimeout() - Method in class org.citrusframework.endpoint.AbstractEndpointConfiguration
-
Gets the timeout for sending and receiving messages.
- getTimeout() - Method in interface org.citrusframework.endpoint.EndpointConfiguration
-
Gets the timeout either for sending or receiving messages.
- getTotalDuration() - Method in class org.citrusframework.report.TestResults
-
Gets the total duration of all tests.
- getTotalSegmentCount() - Method in class org.citrusframework.variable.VariableExpressionSegmentMatcher
-
Obtain the total number of segments in the variable expression of this matcher
- getType() - Method in interface org.citrusframework.message.Message
-
Indicates the type of the message content (e.g.
- getType() - Method in class org.citrusframework.TestSource
-
The test source type.
- getTypeConverter() - Static method in class org.citrusframework.CitrusSettings
-
Gets the type converter to use by default.
- getTypeConverter() - Method in class org.citrusframework.context.TestContext
-
Obtains the typeConverter.
- getUri() - Method in interface org.citrusframework.endpoint.EndpointUriBuilder
- getURI() - Method in interface org.citrusframework.spi.Resource
-
The
URIof the resource. - getURI() - Method in class org.citrusframework.spi.Resources.ClasspathResource
- getURI() - Method in class org.citrusframework.spi.Resources.FileSystemResource
- getURL() - Method in interface org.citrusframework.spi.Resource
-
The
URLfor the resource ornullif the URL can not be computed. - getValidationMatcher(String) - Method in class org.citrusframework.validation.matcher.ValidationMatcherLibrary
-
Try to find validationMatcher in library by name.
- getValidationMatcherLibraries() - Method in class org.citrusframework.validation.matcher.ValidationMatcherRegistry
- getValidationMatcherRegistry() - Method in class org.citrusframework.context.TestContext
-
Get the current validation matcher registry
- getValidationScript(TestContext) - Method in interface org.citrusframework.validation.script.ScriptValidationContext
-
Constructs the actual validation script either from data or external resource.
- getValidatorNames() - Method in class org.citrusframework.validation.context.HeaderValidationContext
-
Gets the validatorNames.
- getValidators() - Method in class org.citrusframework.validation.context.HeaderValidationContext
-
Gets the validators.
- getValueFromScript(String, String) - Static method in class org.citrusframework.variable.VariableUtils
-
Evaluates script code and returns a variable value as result.
- getVariable(String) - Method in class org.citrusframework.context.TestContext
-
Gets the value for the given variable expression.
- getVariable(String, Class<T>) - Method in class org.citrusframework.context.TestContext
-
Gets typed variable value.
- getVariableDefinitions() - Method in interface org.citrusframework.TestCase
-
Gets the variables for this test case.
- getVariableExpression() - Method in class org.citrusframework.variable.VariableExpressionSegmentMatcher
-
Obtain the variable expression which backs the matcher.
- getVariableObject(String) - Method in class org.citrusframework.context.TestContext
-
Gets the value for the given variable as object representation.
- getVariables() - Method in class org.citrusframework.context.TestContext
-
Getter for test variables in this context.
- getVariables() - Method in class org.citrusframework.variable.GlobalVariables
-
Get the global variables.
- getWatcherError() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesWatchCommandResult
-
Gets the watch error if any.
- getXmlTestFileNamePattern() - Static method in class org.citrusframework.CitrusSettings
-
Gets set of file name patterns for XML test files.
- getYamlTestFileNamePattern() - Static method in class org.citrusframework.CitrusSettings
-
Gets set of file name patterns for YAML test files.
- GherkinTestActionRunner - Interface in org.citrusframework
-
Runner adds default alias methods using Gherkin behavior driven development style (GIVEN, WHEN, THEN).
- given(List<TestActionBuilder<?>>) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- given(TestActionBuilder<T>) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- given(T) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- globalContext(boolean) - Method in interface org.citrusframework.container.ApplyTemplateBuilder
-
Boolean flag marking the template variables should also affect variables in test case.
- GlobalVariables - Class in org.citrusframework.variable
-
Global variables valid in each test case.
- GlobalVariables() - Constructor for class org.citrusframework.variable.GlobalVariables
- GlobalVariables(GlobalVariables.Builder) - Constructor for class org.citrusframework.variable.GlobalVariables
- GlobalVariables.Builder - Class in org.citrusframework.variable
-
Fluent builder.
- grok(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Grok data format
- groovy() - Method in interface org.citrusframework.actions.groovy.GroovyActionBuilder.BuilderFactory
- groovy() - Method in interface org.citrusframework.actions.script.ScriptActionBuilder
- groovy() - Method in interface org.citrusframework.validation.script.ScriptValidationContextBuilder.Factory
- groovy(String) - Method in interface org.citrusframework.actions.script.ScriptActionBuilder
- groovy(String) - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder
-
Validate SQL result set via validation script, for instance Groovy.
- groovy(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Groovy expression
- groovy(Resource) - Method in interface org.citrusframework.actions.script.ScriptActionBuilder
- groovy(Resource) - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder
-
Validate SQL result set via validation script, for instance Groovy.
- GROOVY - Static variable in interface org.citrusframework.common.TestLoader
- GROOVY - Static variable in class org.citrusframework.script.ScriptTypes
-
Groovy
- GROOVY - Static variable in interface org.citrusframework.util.TypeConverter
- GROOVY_STATIC_IMPORTS_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- GROOVY_STATIC_IMPORTS_ENV - Static variable in class org.citrusframework.CitrusSettings
- GROOVY_STATIC_IMPORTS_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
List of static imports for Groovy test action scripts.
- GROOVY_TEST_FILE_NAME_PATTERN - Static variable in class org.citrusframework.CitrusSettings
- GROOVY_TEST_FILE_NAME_PATTERN_ENV - Static variable in class org.citrusframework.CitrusSettings
- GROOVY_TEST_FILE_NAME_PATTERN_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
- GroovyActionBuilder<T extends TestAction,
B extends GroovyActionBuilder<T, B>> - Interface in org.citrusframework.actions.groovy - GroovyActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.groovy
- GroovyCreateBeansActionBuilder<T extends TestAction,
B extends GroovyCreateBeansActionBuilder<T, B>> - Interface in org.citrusframework.actions.groovy - GroovyCreateEndpointsActionBuilder<T extends TestAction,
B extends GroovyCreateEndpointsActionBuilder<T, B>> - Interface in org.citrusframework.actions.groovy - GroovyRunActionBuilder<T extends TestAction,
B extends GroovyRunActionBuilder<T, B>> - Interface in org.citrusframework.actions.groovy - GroovyScriptExecutor - Interface in org.citrusframework.validation.script
-
Executes a validation-script
- GroovyTestActions - Interface in org.citrusframework.actions.groovy
-
Interface combines domain specific language methods for all test actions available in Citrus.
- group(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceCreateActionBuilder
- group(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceDeleteActionBuilder
- group(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- groups(String[]) - Method in interface org.citrusframework.TestCaseBuilder
-
Sets the test group names for this test.
- GZIP - Enum constant in enum class org.citrusframework.message.MessageType
- GZIP_BASE64 - Enum constant in enum class org.citrusframework.message.MessageType
- gzipDeflater() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the GZIP deflater data format
- GzipMessageProcessorBuilder<T extends MessageProcessor,
B extends GzipMessageProcessorBuilder<T, B>> - Interface in org.citrusframework.message.processor - GzipMessageProcessorBuilder.Factory - Interface in org.citrusframework.message.processor
H
- handleError(String, String, String, Exception) - Method in class org.citrusframework.context.TestContext
-
Handles error creating a new CitrusRuntimeException and informs test listeners.
- handleMessage(Message) - Method in interface org.citrusframework.endpoint.EndpointAdapter
-
Handles a request message and returning a proper response.
- hasError() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandResult
-
Checks for existing error on this result.
- hasExceptions() - Method in class org.citrusframework.context.TestContext
-
Gets exception collection state.
- hasNext() - Method in class org.citrusframework.variable.VariableExpressionIterator
-
Returns true if the iterator has a next
- hasTests() - Method in class org.citrusframework.main.TestRunConfiguration
- hasVariables() - Method in class org.citrusframework.context.TestContext
-
Checks if variables are present right now.
- head() - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http HEAD request as client to server.
- head() - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http HEAD request as client to server.
- head(String) - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http HEAD request as client to server.
- head(String) - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http HEAD request as client to server.
- header(String) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message header data to this builder's message.
- header(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
An expression of an inbound message header of the given name
- header(String, Object) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message header name value pair to this builder's message.
- header(String, String) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
- header(String, String) - Method in interface org.citrusframework.variable.MessageHeaderVariableExtractorBuilder
-
Reads header by its name and stores value as new variable to the test context.
- header(MessageHeaderDataBuilder) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message header data builder to this builder's message.
- header(Resource) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message header data as file resource to this builder's message.
- header(Resource, Charset) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message header data as file resource to this builder's message.
- headerNameIgnoreCase(boolean) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Validate header names with case insensitive keys.
- headers() - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
An expression of the inbound headers
- headers() - Method in interface org.citrusframework.validation.context.HeaderValidationContextBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- headers() - Method in interface org.citrusframework.variable.MessageVariableExtractorBuilder
- headers(Map<String, Object>) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message headers to this builder's message.
- headers(Map<String, String>) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
- headers(Map<String, String>) - Method in interface org.citrusframework.variable.MessageHeaderVariableExtractorBuilder
-
Evaluate all header name expressions and store values as new variables to the test context.
- HeaderValidationContext - Class in org.citrusframework.validation.context
- HeaderValidationContext() - Constructor for class org.citrusframework.validation.context.HeaderValidationContext
- HeaderValidationContext(HeaderValidationContext.Builder) - Constructor for class org.citrusframework.validation.context.HeaderValidationContext
- HeaderValidationContext.Builder - Class in org.citrusframework.validation.context
-
Fluent builder.
- HeaderValidationContextBuilder<T extends ValidationContext,
B extends HeaderValidationContextBuilder<T, B>> - Interface in org.citrusframework.validation.context - HeaderValidationContextBuilder.Factory - Interface in org.citrusframework.validation.context
- HeaderValidations - Interface in org.citrusframework.validation
- HeaderValidator - Interface in org.citrusframework.validation
- hidden() - Method in interface org.citrusframework.actions.selenium.SeleniumWaitUntilActionBuilder
-
Add hidden condition.
- hl7() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the HL7 data format
- hl7(boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the HL7 data format
- hl7(Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the HL7 data format
- hl7terser(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an HL7 Terser expression
- hostName(String) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Sets the hostname parameter.
- hover() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Hover element.
- http() - Method in interface org.citrusframework.actions.http.HttpActionBuilder.BuilderFactory
- http() - Method in interface org.citrusframework.container.WaitContainerBuilder
- HTTP_MESSAGE_BUILDER_FORCE_CITRUS_HEADER_UPDATE_ENABLED_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- HTTP_MESSAGE_BUILDER_FORCE_CITRUS_HEADER_UPDATE_ENABLED_ENV - Static variable in class org.citrusframework.CitrusSettings
- HTTP_MESSAGE_BUILDER_FORCE_CITRUS_HEADER_UPDATE_ENABLED_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Flag to allow deactivation of the http message builder citrus header update.
- HTTP_RESOURCE_PREFIX - Static variable in class org.citrusframework.spi.Resources
- HttpActionBuilder<T extends TestAction,
B extends TestActionBuilder.DelegatingTestActionBuilder<T>> - Interface in org.citrusframework.actions.http - HttpActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.http
- HttpClientActionBuilder<T extends TestAction,
B extends TestActionBuilder.DelegatingTestActionBuilder<T>> - Interface in org.citrusframework.actions.http - HttpClientReceiveActionBuilder<T extends TestAction,
M extends HttpReceiveResponseMessageBuilderFactory<T, M>, B extends HttpClientResponseActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.http - HttpClientRequestActionBuilder<T extends TestAction,
M extends HttpSendRequestMessageBuilderFactory<T, M>, B extends HttpClientRequestActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.http - HttpClientResponseActionBuilder<T extends TestAction,
M extends HttpReceiveResponseMessageBuilderFactory<T, M>, B extends HttpClientResponseActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.http - HttpClientSendActionBuilder<T extends TestAction,
M extends HttpSendRequestMessageBuilderFactory<T, M>, B extends HttpClientRequestActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.http - HttpReceiveRequestMessageBuilderFactory<T extends TestAction,
M extends HttpReceiveRequestMessageBuilderFactory<T, M>> - Interface in org.citrusframework.actions.http - HttpReceiveResponseMessageBuilderFactory<T extends TestAction,
M extends HttpReceiveResponseMessageBuilderFactory<T, M>> - Interface in org.citrusframework.actions.http - HttpSendRequestMessageBuilderFactory<T extends TestAction,
M extends HttpSendRequestMessageBuilderFactory<T, M>> - Interface in org.citrusframework.actions.http - HttpSendResponseMessageBuilderFactory<T extends TestAction,
M extends HttpSendResponseMessageBuilderFactory<T, M>> - Interface in org.citrusframework.actions.http - HttpServerActionBuilder<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.http - HttpServerReceiveActionBuilder<T extends TestAction,
M extends HttpReceiveRequestMessageBuilderFactory<T, M>, B extends HttpServerRequestActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.http - HttpServerRequestActionBuilder<T extends TestAction,
M extends HttpReceiveRequestMessageBuilderFactory<T, M>, B extends HttpServerRequestActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.http - HttpServerResponseActionBuilder<T extends TestAction,
M extends HttpSendResponseMessageBuilderFactory<T, M>, B extends HttpServerResponseActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.http - HttpServerSendActionBuilder<T extends TestAction,
M extends HttpSendResponseMessageBuilderFactory<T, M>, B extends HttpServerResponseActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.http - HttpTestActions - Interface in org.citrusframework.actions.http
-
Interface combines domain specific language methods for all test actions available in Citrus.
I
- IAM - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- ical(boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the iCal data format
- id(String) - Method in interface org.citrusframework.actions.StopTimeActionBuilder
- id(String) - Method in interface org.citrusframework.actions.StopTimerActionBuilder
- id(String) - Method in interface org.citrusframework.container.TimerContainerBuilder
-
Set the timer's id.
- ID - Static variable in class org.citrusframework.message.MessageHeaders
-
Unique message id
- ignore(String) - Method in class org.citrusframework.validation.context.MessageValidationContext.Builder
- ignore(String) - Method in interface org.citrusframework.validation.context.MessageValidationContextBuilder
-
Adds ignore path expression for message element.
- ignore(Set<String>) - Method in class org.citrusframework.validation.context.MessageValidationContext.Builder
- ignore(Set<String>) - Method in interface org.citrusframework.validation.context.MessageValidationContextBuilder
-
Adds a list of ignore path expressions for message element.
- IGNORE_PLACEHOLDER - Static variable in class org.citrusframework.CitrusSettings
-
Placeholder used in messages to ignore elements
- ignoreCase(boolean) - Method in class org.citrusframework.validation.context.HeaderValidationContext.Builder
- ignoreCase(boolean) - Method in interface org.citrusframework.validation.context.HeaderValidationContextBuilder
-
Sets the headerNameIgnoreCase.
- ignoreErrors(boolean) - Method in interface org.citrusframework.actions.sql.ExecutePlsqlActionBuilder
-
Ignore errors during execution.
- ignoreErrors(boolean) - Method in interface org.citrusframework.actions.sql.ExecuteSqlActionBuilder
-
Ignore errors during execution.
- ignoreExpressions - Variable in class org.citrusframework.validation.context.MessageValidationContext.Builder
- ignoreNotFound(boolean) - Method in interface org.citrusframework.message.processor.json.JsonPathMessageProcessorBuilder
- image(String) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Sets the image id parameter.
- image(String) - Method in interface org.citrusframework.actions.docker.DockerImageInspectActionBuilder
-
Sets the image id parameter.
- image(String) - Method in interface org.citrusframework.actions.docker.DockerImagePullActionBuilder
-
Sets the image id parameter.
- image(String) - Method in interface org.citrusframework.actions.docker.DockerImageRemoveActionBuilder
-
Sets the image id parameter.
- image(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesAgentConnectActionBuilder
- image(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- image(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesAgentConnectActionBuilder
- imageBuilder(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Define container image builder type.
- imageRegistry(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Set container image registry.
- implementation(String) - Method in interface org.citrusframework.actions.camel.CamelInfraRunActionBuilder
- implementation(String) - Method in interface org.citrusframework.actions.camel.CamelInfraStopActionBuilder
- INBOUND - Enum constant in enum class org.citrusframework.message.MessageDirection
- index(String) - Method in interface org.citrusframework.container.IteratingContainerBuilder
-
Sets the index variable name.
- IndexedSegmentVariableExtractor() - Constructor for class org.citrusframework.variable.SegmentVariableExtractorRegistry.IndexedSegmentVariableExtractor
- info() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Use an info command.
- info() - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
Use an info command.
- infra() - Method in interface org.citrusframework.actions.camel.CamelActionBuilder
-
Perform actions with Camel infra.
- initialize() - Method in interface org.citrusframework.common.InitializingPhase
-
Initialize component.
- InitializingPhase - Interface in org.citrusframework.common
- initScript(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersPostgreSQLStartActionBuilder
- initScript(Resource) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersPostgreSQLStartActionBuilder
- injectEndpoints(Object, TestContext) - Static method in class org.citrusframework.annotations.CitrusEndpointAnnotations
-
Reads all
CitrusEndpointandCitrusEndpointConfigrelated annotations on target object field declarations and injects proper endpoint instances. - inMessage() - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
An expression of an inbound message
- inNamespace(String) - Method in interface org.citrusframework.actions.knative.KnativeActionBuilderBase
-
Use an explicit namespace.
- inNamespace(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilderBase
-
Use an explicit namespace.
- input() - Method in interface org.citrusframework.actions.InputActionBuilder.BuilderFactory
-
Fluent API action building entry method used in Java DSL.
- input(String) - Method in interface org.citrusframework.actions.InputActionBuilder.BuilderFactory
- InputActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- InputActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- inspect() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds an inspect container command.
- inspect(String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds an inspect container command.
- inspectImage() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds an inspect image command.
- inspectImage(String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds an inspect image command.
- instance(Object) - Method in interface org.citrusframework.actions.camel.CamelInfraStopActionBuilder
- INSTANCE - Static variable in class org.citrusframework.util.DefaultTypeConverter
- INSTANCE - Static variable in class org.citrusframework.variable.SegmentVariableExtractorRegistry.MapVariableExtractor
- INSTANCE - Static variable in class org.citrusframework.variable.SegmentVariableExtractorRegistry.ObjectFieldValueExtractor
- instantiateType(String, Object...) - Method in class org.citrusframework.spi.ResourcePathTypeResolver
-
Instantiate a type by its name.
- INTEGER - Enum constant in enum class org.citrusframework.message.MessageHeaderType
- integration(String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Runs Camel integration from given source code.
- integration(String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationStopActionBuilder
-
Stop Camel JBang process for this integration.
- integration(String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationVerifyActionBuilder
-
Identify Camel JBang process for this route.
- integration(String) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
-
Sets the integration name.
- integration(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationDeleteActionBuilder
-
Delete Camel JBang kubernetes resources for this integration.
- integration(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
-
Identify Camel JBang process for this route.
- integration(String, String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Adds route using one of the supported languages XML or Groovy.
- integration(Resource) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Runs given Camel integration resource.
- integration(Resource) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationDeleteActionBuilder
-
Delete Camel JBang kubernetes resources integration resource.
- integration(Resource) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Export given Camel integration resource.
- integration(Resource) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
-
Export given Camel integration resource.
- integrationName(String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Sets the integration name.
- integrationName(String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationStopActionBuilder
-
Sets the integration name.
- integrationName(String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationVerifyActionBuilder
-
Sets the integration name.
- integrationName(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Sets the integration name.
- integrationName(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
-
Sets the integration name.
- interval(long) - Method in interface org.citrusframework.container.TimerContainerBuilder
-
Interval in milliseconds between each timer.
- interval(Long) - Method in interface org.citrusframework.container.WaitContainerBuilder.ConditionBuilder
-
The interval in milliseconds to use between each test of the condition
- interval(Long) - Method in interface org.citrusframework.container.WaitContainerBuilder
- interval(String) - Method in interface org.citrusframework.container.WaitContainerBuilder.ConditionBuilder
-
The interval in milliseconds to use between each test of the condition
- interval(String) - Method in interface org.citrusframework.container.WaitContainerBuilder
- InvalidFunctionUsageException - Exception in org.citrusframework.exceptions
-
Use this exception in case a function is called with invalid parameters.
- InvalidFunctionUsageException() - Constructor for exception org.citrusframework.exceptions.InvalidFunctionUsageException
-
Default constructor.
- InvalidFunctionUsageException(String) - Constructor for exception org.citrusframework.exceptions.InvalidFunctionUsageException
-
Constructor using fields.
- InvalidFunctionUsageException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.InvalidFunctionUsageException
-
Constructor using fields.
- InvalidFunctionUsageException(Throwable) - Constructor for exception org.citrusframework.exceptions.InvalidFunctionUsageException
-
Constructor using fields.
- invokeMethod(Method, Object, Object...) - Static method in class org.citrusframework.util.ReflectionHelper
-
Invoke the specified
Methodagainst the supplied target object with the supplied arguments. - isAliasFor(Class<?>) - Method in interface org.citrusframework.context.resolver.TypeAliasResolver
- isAutoClear() - Method in class org.citrusframework.report.TestReporters
-
Obtains the autoClear.
- isAutoClear() - Static method in class org.citrusframework.report.TestReporterSettings
-
Get setting if report should automatically clear all test results after finishing the test suite.
- isAutoCloseDynamicEndpoints() - Static method in class org.citrusframework.CitrusSettings
-
Setting marks auto close for dynamic endpoints.
- isAutoRemoveDynamicEndpoints() - Static method in class org.citrusframework.CitrusSettings
-
Setting marks auto removal for dynamic endpoints.
- isAvailable() - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- isBinary(String) - Static method in enum class org.citrusframework.message.MessageType
-
Checks for the given message type to be handled as binary content.
- isCacheInputStream() - Static method in class org.citrusframework.CitrusSettings
-
Gets the setting whether caching of input stream is enabled/disabled.
- isComponentPropertyBindingEnabled() - Static method in class org.citrusframework.CitrusSettings
-
Gets the setting that marks environment variable property binding enabled/disabled for all components.
- isDisabled() - Method in class org.citrusframework.TestActor
-
Gets the disabled.
- isDisabled(TestContext) - Method in interface org.citrusframework.TestAction
-
Checks if this action is disabled.
- isDone(TestContext) - Method in interface org.citrusframework.Completable
-
Checks for test action to be finished.
- isEmpty() - Method in class org.citrusframework.report.MessageListeners
-
Save check if message listeners are present.
- isEndpointPropertyBindingEnabled() - Static method in class org.citrusframework.CitrusSettings
-
Gets the setting that marks environment variable property binding enabled/disabled for all endpoints.
- isEnvVarPropertyBindingEnabled() - Static method in class org.citrusframework.CitrusSettings
-
Gets the setting that marks environment variable property binding enabled/disabled.
- isFailed() - Method in class org.citrusframework.TestResult
- isFunction(String) - Method in class org.citrusframework.functions.FunctionRegistry
-
Check if variable expression is a custom function.
- isGlobalScope() - Method in interface org.citrusframework.Scoped
-
Marks component to be used in global scope.
- isHeaderNameIgnoreCase() - Method in class org.citrusframework.validation.context.HeaderValidationContext
-
Gets the headerNameIgnoreCase.
- isHttpMessageBuilderForceCitrusHeaderUpdateEnabled() - Static method in class org.citrusframework.CitrusSettings
-
Gets the http message builder force citrus header update enabled/disabled setting, which controls whether the citrus message builder always creates messages with unique ids.
- isIgnoreErrors() - Static method in class org.citrusframework.report.TestReporterSettings
-
Get setting if report should ignore errors during report generation.
- isIncremental() - Method in interface org.citrusframework.TestCase
-
Marks that this test case runs its actions one by one growing over time.
- isInPhase(String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationVerifyActionBuilder
- isJson(String) - Static method in class org.citrusframework.message.MessagePayloadUtils
-
Check if given message payload is of Json nature.
- IsJsonPredicate - Class in org.citrusframework.util
-
Tests if a string represents a Json.
- isKnownToClasspath(String) - Static method in class org.citrusframework.TestClass
- isLogModifierEnabled() - Static method in class org.citrusframework.log.CitrusLogSettings
-
Gets the logger modifier enabled/disabled setting.
- isMaskFormUrlEncodedEnabled() - Static method in class org.citrusframework.log.CitrusLogSettings
-
Gets the mask form url encoded enabled/disabled setting.
- isMaskJsonEnabled() - Static method in class org.citrusframework.log.CitrusLogSettings
-
Gets the mask Json enabled/disabled setting.
- isMaskKeyValueEnabled() - Static method in class org.citrusframework.log.CitrusLogSettings
-
Gets the mask kay value pairs enabled/disabled setting.
- isMaskXmlEnabled() - Static method in class org.citrusframework.log.CitrusLogSettings
-
Gets the mask XML enabled/disabled setting.
- isMaskYamlEnabled() - Static method in class org.citrusframework.log.CitrusLogSettings
-
Gets the mask YAML enabled/disabled setting.
- isPerformDefaultValidation() - Static method in class org.citrusframework.CitrusSettings
-
Gets the setting whether fallback default message validation is enabled/disabled.
- isPrettyPrintEnabled() - Static method in class org.citrusframework.CitrusSettings
-
Gets the message payload pretty print enabled/disabled setting.
- isReady() - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- isResolvable(Class<?>) - Method in interface org.citrusframework.spi.ReferenceResolver
-
Checks if this reference type is resolvable.
- isResolvable(Class<?>) - Method in class org.citrusframework.spi.SimpleReferenceResolver
- isResolvable(String) - Method in interface org.citrusframework.spi.ReferenceResolver
-
Checks if this reference name is resolvable.
- isResolvable(String) - Method in class org.citrusframework.spi.SimpleReferenceResolver
- isResolvable(String, Class<?>) - Method in interface org.citrusframework.spi.ReferenceResolver
-
Checks if this reference name is resolvable to an object of given type.
- isResolvable(String, Class<?>) - Method in class org.citrusframework.spi.SimpleReferenceResolver
- isRunning() - Method in interface org.citrusframework.actions.camel.CamelIntegrationVerifyActionBuilder
- isRunning() - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodVerifyActionBuilder
- isRunning() - Method in interface org.citrusframework.server.Server
-
Is server running.
- isSatisfied(TestContext) - Method in interface org.citrusframework.condition.Condition
-
Tests the condition returning true if it is satisfied.
- isSchemaValidationEnabled() - Method in class org.citrusframework.validation.context.DefaultMessageValidationContext
- isSchemaValidationEnabled() - Method in interface org.citrusframework.validation.context.SchemaValidationContext
-
Is schema validation enabled.
- isSkipped() - Method in class org.citrusframework.TestResult
- isSpringInternalHeader(String) - Static method in class org.citrusframework.message.MessageHeaderUtils
-
Check if given header name belongs to Spring Integration internal headers.
- isStackTraceOutputEnabled() - Static method in class org.citrusframework.CitrusSettings
-
Whether stack traces should be printed in the default logging reporter or not.
- isStopped() - Method in interface org.citrusframework.actions.camel.CamelIntegrationVerifyActionBuilder
- isStopped() - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodVerifyActionBuilder
- isSuccess() - Method in class org.citrusframework.TestResult
- isSuccess(TestResult) - Method in class org.citrusframework.context.TestContext
-
Checks test result success in combination with this context exception state.
- isTyped(String) - Static method in enum class org.citrusframework.message.MessageHeaderType
-
Checks if this header value is typed with matching type prefix.
- isValidationMatcherExpression(String) - Static method in class org.citrusframework.validation.matcher.ValidationMatcherUtils
-
Checks if expression is a validation matcher expression.
- isVariableName(String) - Static method in class org.citrusframework.variable.VariableUtils
-
Checks whether a given expression is a variable name.
- isVerbose() - Method in class org.citrusframework.main.TestRunConfiguration
- isXml(String) - Static method in class org.citrusframework.message.MessagePayloadUtils
-
Checks if given message payload is of XML nature.
- isXml(String) - Static method in enum class org.citrusframework.message.MessageType
-
Checks for the given message type to be handled as XML content.
- IsXmlPredicate - Class in org.citrusframework.util
-
Tests if a string represents a XML.
- isYaml(String) - Static method in class org.citrusframework.message.MessagePayloadUtils
-
Check if given message payload is of YAML nature.
- IsYamlPredicate - Class in org.citrusframework.util
-
Tests if a string represents a Yaml content.
- iterate() - Method in interface org.citrusframework.container.IterateContainerBuilder.BuilderFactory
- IterateContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - IterateContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- IteratingConditionExpression - Interface in org.citrusframework.container
-
Interface used when iterating test action containers evaluate the iteration breaking condition.
- IteratingContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container
J
- jacksonXml() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson XML data format using the Jackson library turning pretty printing on or off
- jacksonXml(Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(Class<?>, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(Class<?>, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(Class<?>, Class<?>, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(Class<?>, Class<?>, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(Class<?>, Class<?>, String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson XML data format
- JAR_RESOURCE_PREFIX - Static variable in class org.citrusframework.spi.Resources
- java(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an Java expression
- java(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an Java expression
- JAVA - Static variable in interface org.citrusframework.common.TestLoader
- JAVA_TEST_FILE_NAME_PATTERN - Static variable in class org.citrusframework.CitrusSettings
- JAVA_TEST_FILE_NAME_PATTERN_ENV - Static variable in class org.citrusframework.CitrusSettings
- JAVA_TEST_FILE_NAME_PATTERN_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
- javascript() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Execute JavaScript.
- javascript(String) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Execute JavaScript.
- javascript(Resource) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Execute JavaScript.
- javascript(Resource, Charset) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Execute JavaScript.
- jaxb() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the JAXB data format
- jaxb(boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the JAXB data format turning pretty printing on or off
- jaxb(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the JAXB data format with context path
- jbang() - Method in interface org.citrusframework.actions.camel.CamelActionBuilder
-
Perform actions with Camel JBang.
- jbang() - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder.BuilderFactory
- JBangActionBuilder<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.jbang - JBangActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.jbang
- JBangTestActions - Interface in org.citrusframework.actions.jbang
-
Interface combines domain specific language methods for all test actions available in Citrus.
- jdbcTemplate(Object) - Method in interface org.citrusframework.actions.sql.DatabaseConnectingActionBuilder
-
Sets the Spring JDBC template to use.
- jms() - Method in interface org.citrusframework.actions.jms.JmsActionBuilder.BuilderFactory
- JmsActionBuilder<T extends TestAction,
B extends JmsActionBuilder<T, B>> - Interface in org.citrusframework.actions.jms - JmsActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.jms
- JmsPurgeQueuesActionBuilder<T extends TestAction,
B extends JmsPurgeQueuesActionBuilder<T, B>> - Interface in org.citrusframework.actions.jms - JmsTestActions - Interface in org.citrusframework.actions.jms
-
Interface combines domain specific language methods for all test actions available in Citrus.
- joor(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Deprecated.
- joor(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Deprecated.
- jq(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates JQ expression
- jq(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates JQ expression
- js(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a JavaScript expression.
- js(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an JavaScript expression
- json() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the JSON data format using the Jackson library
- json() - Method in interface org.citrusframework.message.processor.json.JsonMessageProcessors.Factory
-
Fluent API action building entry method used in Java DSL.
- json() - Method in interface org.citrusframework.validation.json.JsonMessageValidationContextBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- json(boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the JSON data format using the Jackson library turning pretty printing on or off
- json(Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson JSON data format
- json(Class<?>, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson JSON data format
- json(Class<?>, Class<?>, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson JSON data format
- json(Class<?>, Class<?>, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson JSON data format
- json(Class<?>, Class<?>, String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Jackson JSON data format
- json(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the JSON data format
- json(String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the JSON data format
- json(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the JSON data format
- json(String, Class<?>, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the JSON data format
- JSON - Enum constant in enum class org.citrusframework.message.MessageType
- jsonApi() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the JSON API data format
- JsonMappingValidationProcessorBuilder<M,
T extends MessageProcessor, B extends JsonMappingValidationProcessorBuilder<M, T, B>> - Interface in org.citrusframework.message.processor.json - JsonMessageProcessors - Interface in org.citrusframework.message.processor.json
- JsonMessageProcessors.Factory - Interface in org.citrusframework.message.processor.json
- JsonMessageValidationContextBuilder<T extends ValidationContext,
B extends JsonMessageValidationContextBuilder<T, B>> - Interface in org.citrusframework.validation.json - JsonMessageValidationContextBuilder.Factory - Interface in org.citrusframework.validation.json
- jsonpath(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression
- jsonpath(String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression
- jsonpath(String, boolean, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression
- jsonpath(String, boolean, boolean, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression
- jsonpath(String, boolean, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression
- jsonpath(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression
- jsonPath() - Method in interface org.citrusframework.message.processor.json.JsonMessageProcessors.Factory
- jsonPath() - Method in interface org.citrusframework.message.processor.json.JsonMessageProcessors
- jsonPath() - Method in interface org.citrusframework.validation.json.JsonMessageValidationContextBuilder.Factory
- jsonPath() - Method in interface org.citrusframework.validation.json.JsonMessageValidationContextBuilder
- jsonPath() - Method in interface org.citrusframework.variable.json.JsonPathVariableExtractorBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- jsonPath(String, Object) - Method in interface org.citrusframework.validation.expression.PathExpressionValidationContextBuilder
- JsonPathMessageProcessorBuilder<T extends MessageProcessor,
B extends JsonPathMessageProcessorBuilder<T, B>> - Interface in org.citrusframework.message.processor.json - JsonPathMessageValidationContextBuilder<T extends ValidationContext,
B extends JsonPathMessageValidationContextBuilder<T, B>> - Interface in org.citrusframework.validation.json - jsonpathUnpack(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression with unpacking a single-element array into an object enabled.
- JsonPathVariableExtractorBuilder<T extends VariableExtractor,
B extends JsonPathVariableExtractorBuilder<T, B>> - Interface in org.citrusframework.variable.json - JsonPathVariableExtractorBuilder.Factory - Interface in org.citrusframework.variable.json
- jsonpathWriteAsString(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, boolean, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, boolean, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Json Path expression with writeAsString enabled.
K
- k8s() - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder.BuilderFactory
- kafka() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersActionBuilder
-
Manage Redpanda testcontainers.
- kameletsVersion(String) - Method in interface org.citrusframework.actions.camel.CamelJBangActionBuilder
- kameletsVersion(String) - Method in interface org.citrusframework.actions.camel.CamelJBangActionBuilderBase
-
Sets explicit Kamelets version.
- kind(String) - Method in interface org.citrusframework.actions.knative.KnativeResourceDeleteActionBuilder
- kind(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceCreateActionBuilder
- kind(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceDeleteActionBuilder
- kind(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- KINESIS - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- KMS - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- knative() - Method in interface org.citrusframework.actions.knative.KnativeActionBuilder.BuilderFactory
- KnativeActionBuilder<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.knative - KnativeActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.knative
- KnativeActionBuilderBase<T extends TestAction,
B extends KnativeActionBuilderBase<T, B>> - Interface in org.citrusframework.actions.knative - KnativeBrokerActionBuilder - Interface in org.citrusframework.actions.knative
- KnativeBrokerCreateActionBuilder<T extends TestAction,
B extends KnativeBrokerCreateActionBuilder<T, B>> - Interface in org.citrusframework.actions.knative - KnativeBrokerDeleteActionBuilder<T extends TestAction,
B extends KnativeBrokerDeleteActionBuilder<T, B>> - Interface in org.citrusframework.actions.knative - KnativeBrokerVerifyActionBuilder<T extends TestAction,
B extends KnativeBrokerVerifyActionBuilder<T, B>> - Interface in org.citrusframework.actions.knative - KnativeChannelActionBuilder - Interface in org.citrusframework.actions.knative
- KnativeChannelCreateActionBuilder<T extends TestAction,
B extends KnativeChannelCreateActionBuilder<T, B>> - Interface in org.citrusframework.actions.knative - KnativeEventActionBuilder - Interface in org.citrusframework.actions.knative
- KnativeEventReceiveActionBuilder<T extends TestAction,
B extends KnativeEventReceiveActionBuilder<T, B>> - Interface in org.citrusframework.actions.knative - KnativeEventSendActionBuilder<T extends TestAction,
B extends KnativeEventSendActionBuilder<T, B>> - Interface in org.citrusframework.actions.knative - KnativeResourceDeleteActionBuilder<T extends TestAction,
B extends KnativeResourceDeleteActionBuilder<T, B>> - Interface in org.citrusframework.actions.knative - KnativeSubscriptionActionBuilder - Interface in org.citrusframework.actions.knative
- KnativeSubscriptionCreateActionBuilder<T extends TestAction,
B extends KnativeSubscriptionCreateActionBuilder<T, B>> - Interface in org.citrusframework.actions.knative - KnativeTestActions - Interface in org.citrusframework.actions.knative
-
Interface combines domain specific language methods for all test actions available in Citrus.
- KnativeTriggerActionBuilder - Interface in org.citrusframework.actions.knative
- KnativeTriggerCreateActionBuilder<T extends TestAction,
B extends KnativeTriggerCreateActionBuilder<T, B>> - Interface in org.citrusframework.actions.knative - KnativeTriggerDeleteActionBuilder<T extends TestAction,
B extends KnativeTriggerDeleteActionBuilder<T, B>> - Interface in org.citrusframework.actions.knative - knows(String) - Static method in enum class org.citrusframework.message.MessageType
-
Check if this message type name is matching a enum value.
- knowsFunction(String) - Method in class org.citrusframework.functions.FunctionLibrary
-
Does this function library know a function with the given name.
- knowsValidationMatcher(String) - Method in class org.citrusframework.validation.matcher.ValidationMatcherLibrary
-
Does this library know a validationMatcher with the given name.
- kubernetes() - Method in interface org.citrusframework.actions.camel.CamelJBangActionBuilder
-
Perform actions related to Camel JBang Kubernetes plugin.
- kubernetes() - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder.BuilderFactory
- KUBERNETES - Enum constant in enum class org.citrusframework.kubernetes.ClusterType
- KubernetesActionBuilder<T extends TestAction,
B extends TestActionBuilder.DelegatingTestActionBuilder<T>> - Interface in org.citrusframework.actions.kubernetes - KubernetesActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.kubernetes
- KubernetesActionBuilderBase<T extends TestAction,
B extends KubernetesActionBuilderBase<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesAgentActionBuilder - Interface in org.citrusframework.actions.kubernetes
- KubernetesAgentConnectActionBuilder<T extends TestAction,
B extends KubernetesAgentConnectActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesAgentDisconnectActionBuilder<T extends TestAction,
B extends KubernetesAgentDisconnectActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesCommand<T,
R, C> - Interface in org.citrusframework.actions.kubernetes.command -
Command executes an operation on the kubernetes client (e.g. list, create).
- KubernetesCommandActionBuilder<T extends TestAction,
R, O, B extends KubernetesCommandActionBuilder<T, R, O, B>> - Interface in org.citrusframework.actions.kubernetes.command - KubernetesCommandResult<T> - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesCommandResultCallback<T> - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesConfigMapActionBuilder - Interface in org.citrusframework.actions.kubernetes
- KubernetesConfigMapCreateActionBuilder<T extends TestAction,
B extends KubernetesConfigMapCreateActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesConfigMapDeleteActionBuilder<T extends TestAction,
B extends KubernetesConfigMapDeleteActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesCreateAnnotationsActionBuilder<T extends TestAction,
B extends KubernetesCreateAnnotationsActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesCreateLabelsActionBuilder<T extends TestAction,
B extends KubernetesCreateLabelsActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesCustomResourceActionBuilder - Interface in org.citrusframework.actions.kubernetes
- KubernetesCustomResourceCreateActionBuilder<T extends TestAction,
B extends KubernetesCustomResourceCreateActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesCustomResourceDeleteActionBuilder<T extends TestAction,
B extends KubernetesCustomResourceDeleteActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesCustomResourceVerifyActionBuilder<T extends TestAction,
B extends KubernetesCustomResourceVerifyActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesDeleteCommandResult - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesDeploymentActionBuilder - Interface in org.citrusframework.actions.kubernetes
- KubernetesEndpointCommandActionBuilder<R> - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesEventCommandActionBuilder<R> - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesExecuteActionBuilder<T extends TestAction,
B extends KubernetesExecuteActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesInfoCommandActionBuilder<T extends TestAction,
R, O extends KubernetesInfoCommandResult, B extends KubernetesInfoCommandActionBuilder<T, R, O, B>> - Interface in org.citrusframework.actions.kubernetes.command - KubernetesInfoCommandResult - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesListCommandResult<T> - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesNamedCommandActionBuilder<T extends TestAction,
R, O, B extends KubernetesNamedCommandActionBuilder<T, R, O, B>> - Interface in org.citrusframework.actions.kubernetes.command - KubernetesNamespaceCommandActionBuilder<R> - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesNamespacedCommandActionBuilder<T extends TestAction,
R, O, B extends KubernetesNamespacedCommandActionBuilder<T, R, O, B>> - Interface in org.citrusframework.actions.kubernetes.command - KubernetesNodeCommandActionBuilder<R> - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesPodActionBuilder - Interface in org.citrusframework.actions.kubernetes
- KubernetesPodCommandActionBuilder<R> - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesPodDeleteActionBuilder<T extends TestAction,
B extends KubernetesPodDeleteActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesPodVerifyActionBuilder<T extends TestAction,
B extends KubernetesPodVerifyActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesPodWatchLogsActionBuilder<T extends TestAction,
B extends KubernetesPodWatchLogsActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesReplicationControllerCommandActionBuilder<R> - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesResourceActionBuilder - Interface in org.citrusframework.actions.kubernetes
- KubernetesResourceCreateActionBuilder<T extends TestAction,
B extends KubernetesResourceCreateActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesResourceDeleteActionBuilder<T extends TestAction,
B extends KubernetesResourceDeleteActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesResourceType - Enum Class in org.citrusframework.kubernetes
-
Enumeration of supported Kubernetes resources this action is capable of adding annotations to.
- KubernetesSecretActionBuilder - Interface in org.citrusframework.actions.kubernetes
- KubernetesSecretCreateActionBuilder<T extends TestAction,
B extends KubernetesSecretCreateActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesSecretDeleteActionBuilder<T extends TestAction,
B extends KubernetesSecretDeleteActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesServiceActionBuilder - Interface in org.citrusframework.actions.kubernetes
- KubernetesServiceCommandActionBuilder<R> - Interface in org.citrusframework.actions.kubernetes.command
- KubernetesServiceConnectActionBuilder<T extends TestAction,
B extends KubernetesServiceConnectActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesServiceCreateActionBuilder<T extends TestAction,
B extends KubernetesServiceCreateActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesServiceDeleteActionBuilder<T extends TestAction,
B extends KubernetesServiceDeleteActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesServiceDisconnectActionBuilder<T extends TestAction,
B extends KubernetesServiceDisconnectActionBuilder<T, B>> - Interface in org.citrusframework.actions.kubernetes - KubernetesTestActions - Interface in org.citrusframework.actions.kubernetes
-
Interface combines domain specific language methods for all test actions available in Citrus.
- KubernetesWatchCommandResult<R,
A extends Enum<?>, E extends Exception> - Interface in org.citrusframework.actions.kubernetes.command
L
- label(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
-
Sets the integration label.
- label(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Sets the label parameter.
- label(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandActionBuilder
-
Sets the label parameter.
- label(String, String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Sets the label parameter.
- label(String, String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandActionBuilder
-
Sets the label parameter.
- label(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateLabelsActionBuilder
- label(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- label(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodDeleteActionBuilder
- label(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodVerifyActionBuilder
- label(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodWatchLogsActionBuilder
- label(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- labels(Map<String, String>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateLabelsActionBuilder
- LAMBDA - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- language(F) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
- language(String, String) - Method in interface org.citrusframework.actions.camel.CamelControlBusActionBuilder
-
Sets a language expression to execute.
- language(String, String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a given language name with the expression text
- list() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesEndpointCommandActionBuilder
-
List endpoints.
- list() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesEventCommandActionBuilder
-
List events.
- list() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesNamespaceCommandActionBuilder
-
List services.
- list() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesNodeCommandActionBuilder
-
List nodes.
- list() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesPodCommandActionBuilder
-
List pods.
- list() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesReplicationControllerCommandActionBuilder
-
List replication controllers.
- list() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesServiceCommandActionBuilder
-
List services.
- listener(Object) - Method in interface org.citrusframework.actions.AntRunActionBuilder
-
Adds custom build listener implementation.
- listenerName(String) - Method in interface org.citrusframework.actions.AntRunActionBuilder
-
Adds custom build listener implementation.
- load() - Method in interface org.citrusframework.actions.LoadPropertiesActionBuilder.BuilderFactory
-
Fluent API action building entry method used in Java DSL.
- load() - Method in interface org.citrusframework.common.TestLoader
-
Loads and creates new test case object.
- load(String) - Method in interface org.citrusframework.actions.LoadPropertiesActionBuilder.BuilderFactory
- load(String) - Method in interface org.citrusframework.container.TemplateLoader
-
Loads the template from given file.
- loadDefaultConverter() - Static method in class org.citrusframework.util.TypeConversionUtils
-
Reload default type converter.
- loader(TemplateLoader<T>) - Method in interface org.citrusframework.container.ApplyTemplateBuilder
- loaders - Static variable in interface org.citrusframework.container.TemplateLoader
- loadInitScript(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersPostgreSQLStartActionBuilder
- loadProperties(String) - Static method in class org.citrusframework.spi.PropertiesLoader
- loadProperties(Resource) - Static method in class org.citrusframework.spi.PropertiesLoader
- LoadPropertiesActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- LoadPropertiesActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- LOCAL - Enum constant in enum class org.citrusframework.kubernetes.ClusterType
- localPort(int) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceConnectActionBuilder
- localPort(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceConnectActionBuilder
- localstack() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersActionBuilder
-
Manage LocalStack testcontainers.
- LOG_MASK_FORM_URL_ENCODED_DEFAULT - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_FORM_URL_ENCODED_ENV - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_FORM_URL_ENCODED_PROPERTY - Static variable in class org.citrusframework.log.CitrusLogSettings
-
Flag to enable/disable log mask for form url encoded payload
- LOG_MASK_JSON_DEFAULT - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_JSON_ENV - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_JSON_PROPERTY - Static variable in class org.citrusframework.log.CitrusLogSettings
-
Flag to enable/disable log mask for Json payload
- LOG_MASK_KEY_VALUE_DEFAULT - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_KEY_VALUE_ENV - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_KEY_VALUE_PROPERTY - Static variable in class org.citrusframework.log.CitrusLogSettings
-
Flag to enable/disable log mask for key value pairs payload
- LOG_MASK_KEYWORDS_DEFAULT - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_KEYWORDS_ENV - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_KEYWORDS_PROPERTY - Static variable in class org.citrusframework.log.CitrusLogSettings
-
Default logger modifier keywords
- LOG_MASK_VALUE_DEFAULT - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_VALUE_ENV - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_VALUE_PROPERTY - Static variable in class org.citrusframework.log.CitrusLogSettings
-
Default logger modifier mask value
- LOG_MASK_XML_DEFAULT - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_XML_ENV - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_XML_PROPERTY - Static variable in class org.citrusframework.log.CitrusLogSettings
-
Flag to enable/disable log mask for XML payload
- LOG_MASK_YAML_DEFAULT - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_YAML_ENV - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MASK_YAML_PROPERTY - Static variable in class org.citrusframework.log.CitrusLogSettings
-
Flag to enable/disable log mask for YAML payload
- LOG_MODIFIER_DEFAULT - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MODIFIER_ENV - Static variable in class org.citrusframework.log.CitrusLogSettings
- LOG_MODIFIER_PROPERTY - Static variable in class org.citrusframework.log.CitrusLogSettings
-
Flag to enable/disable logger modifier
- logger - Static variable in interface org.citrusframework.common.TestLoader
-
Logger
- logger - Static variable in interface org.citrusframework.config.annotation.AnnotationConfigParser
-
Logger
- logger - Static variable in interface org.citrusframework.container.TemplateLoader
-
Logger
- logger - Static variable in interface org.citrusframework.context.resolver.TypeAliasResolver
-
Logger
- logger - Static variable in interface org.citrusframework.endpoint.EndpointBuilder
-
Logger
- logger - Static variable in interface org.citrusframework.endpoint.EndpointComponent
-
Logger
- logger - Static variable in interface org.citrusframework.functions.Function
-
Logger
- logger - Static variable in interface org.citrusframework.main.TestEngine
-
Logger
- logger - Static variable in interface org.citrusframework.message.MessageProcessor
-
Logger
- logger - Static variable in interface org.citrusframework.message.MessageSelector
-
Logger
- logger - Static variable in interface org.citrusframework.message.ScriptPayloadBuilder
-
Logger
- logger - Static variable in interface org.citrusframework.TestActionBuilder
-
Logger
- logger - Static variable in interface org.citrusframework.util.TypeConverter
-
Logger
- logger - Static variable in interface org.citrusframework.validation.context.ValidationContext
-
Logger
- logger - Static variable in interface org.citrusframework.validation.HeaderValidator
-
Logger
- logger - Static variable in interface org.citrusframework.validation.matcher.ValidationMatcher
-
Logger
- logger - Static variable in interface org.citrusframework.validation.MessageValidator
-
Logger
- logger - Static variable in interface org.citrusframework.validation.SchemaValidator
-
Logger
- logger - Static variable in interface org.citrusframework.validation.script.sql.SqlResultSetScriptValidator
-
Logger
- logger - Static variable in interface org.citrusframework.validation.ValueMatcher
-
Logger
- logger - Static variable in interface org.citrusframework.variable.VariableExtractor
-
Logger
- LogMessageModifier - Interface in org.citrusframework.log
-
Special modifier adds message related modifications on logger output on headers and body.
- LogModifier - Interface in org.citrusframework.log
-
Modifier masks output that gets printed to an output stream.
- LONG - Enum constant in enum class org.citrusframework.message.MessageHeaderType
- lookup() - Static method in interface org.citrusframework.common.TestLoader
-
Resolves all available test loader from resource path lookup.
- lookup() - Static method in interface org.citrusframework.config.annotation.AnnotationConfigParser
-
Resolves all available annotation config parsers from resource path lookup.
- lookup() - Static method in interface org.citrusframework.context.resolver.TypeAliasResolver
-
Resolves all available type alias resolvers from resource path lookup.
- lookup() - Static method in interface org.citrusframework.endpoint.EndpointBuilder
-
Resolves all available endpoint builders from resource path lookup.
- lookup() - Static method in interface org.citrusframework.endpoint.EndpointComponent
-
Resolves all available endpoint components from resource path lookup.
- lookup() - Static method in interface org.citrusframework.functions.Function
-
Resolves all available functions from resource path lookup.
- lookup() - Static method in interface org.citrusframework.message.MessageSelector
-
Resolves all available selectors from resource path lookup.
- lookup() - Static method in interface org.citrusframework.TestActionBuilder
-
Resolves all available test action builders from resource path lookup.
- lookup() - Static method in interface org.citrusframework.util.TypeConverter
-
Resolves all available converters from resource path lookup.
- lookup() - Static method in interface org.citrusframework.validation.context.ValidationContext
-
Resolves all available validation context builders from resource path lookup.
- lookup() - Static method in interface org.citrusframework.validation.HeaderValidator
-
Resolves all available validators from resource path lookup.
- lookup() - Static method in interface org.citrusframework.validation.matcher.ValidationMatcher
-
Resolves all available validators from resource path lookup.
- lookup() - Static method in interface org.citrusframework.validation.MessageValidator
-
Resolves all available validators from resource path lookup.
- lookup() - Static method in interface org.citrusframework.validation.SchemaValidator
-
Resolves all available validators from resource path lookup.
- lookup() - Static method in interface org.citrusframework.validation.script.sql.SqlResultSetScriptValidator
-
Resolves all available validators from resource path lookup.
- lookup() - Static method in interface org.citrusframework.validation.ValueMatcher
-
Resolves all available validators from resource path lookup.
- lookup(String) - Static method in interface org.citrusframework.common.TestLoader
-
Resolves test loader from resource path lookup with given resource name.
- lookup(String) - Static method in interface org.citrusframework.config.annotation.AnnotationConfigParser
-
Resolves annotation config parser from resource path lookup with given resource name.
- lookup(String) - Static method in interface org.citrusframework.container.TemplateLoader
-
Resolves template loader from resource path lookup with given resource name.
- lookup(String) - Static method in interface org.citrusframework.context.resolver.TypeAliasResolver
-
Resolves type alias resolver from resource path lookup with given resource name.
- lookup(String) - Static method in interface org.citrusframework.endpoint.EndpointBuilder
-
Resolves endpoint builder from resource path lookup with given resource name.
- lookup(String) - Static method in interface org.citrusframework.endpoint.EndpointComponent
-
Resolves endpoint component from resource path lookup with given resource name.
- lookup(String) - Static method in interface org.citrusframework.message.ScriptPayloadBuilder
-
Resolves processor from resource path lookup with given processor resource name.
- lookup(String) - Static method in interface org.citrusframework.TestActionBuilder
-
Resolves test action builder from resource path lookup with given resource name.
- lookup(String) - Static method in interface org.citrusframework.validation.context.ValidationContext
-
Resolves validation context builder from resource path lookup with given resource name.
- lookup(String) - Static method in interface org.citrusframework.validation.HeaderValidator
-
Resolves validator from resource path lookup with given validator resource name.
- lookup(String) - Static method in interface org.citrusframework.validation.MessageValidator
-
Resolves validator from resource path lookup with given validator resource name.
- lookup(String) - Static method in interface org.citrusframework.validation.SchemaValidator
-
Resolves validator from resource path lookup with given validator resource name.
- lookup(String) - Static method in interface org.citrusframework.validation.ValueMatcher
-
Resolves validator from resource path lookup with given validator resource name.
- lookup(String) - Static method in interface org.citrusframework.variable.VariableExtractor
-
Resolves extractor from resource path lookup with given extractor resource name.
- lookup(String, Object...) - Static method in interface org.citrusframework.message.MessageProcessor
-
Resolves processor from resource path lookup with given processor resource name.
- lookup(TestRunConfiguration) - Static method in interface org.citrusframework.main.TestEngine
-
Resolves engine from resource path lookup.
- lookupDefault() - Static method in interface org.citrusframework.util.TypeConverter
-
Lookup default type converter specified by resource path lookup and/or environment settings.
- lookupDefault(TypeConverter) - Static method in interface org.citrusframework.util.TypeConverter
-
Lookup default type converter specified by resource path lookup and/or environment settings.
- lookupNamespaces(String) - Static method in class org.citrusframework.xml.namespace.NamespaceContextBuilder
-
Look up namespace attribute declarations in the XML fragment and store them in a binding map, where the key is the namespace prefix and the value is the namespace uri.
- lzf() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the LZF deflater data format
M
- mapper(Object) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
- mapper(Object) - Method in interface org.citrusframework.actions.docker.DockerActionBuilderBase
- mapper(Object) - Method in interface org.citrusframework.message.processor.json.JsonMappingValidationProcessorBuilder
- MappingKeyExtractor - Interface in org.citrusframework.endpoint.adapter.mapping
-
Interface describes mapping extraction along message dispatching endpoint adapter processing steps.
- mapToMessageType(String, String) - Static method in enum class org.citrusframework.message.MessageType
- marshal() - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessors
- marshal(Object, Result) - Method in interface org.citrusframework.xml.Marshaller
- Marshaller - Interface in org.citrusframework.xml
- mask(String) - Method in interface org.citrusframework.log.LogModifier
-
Mask given logger statement and apply custom modifications before the logger is printed to the output stream.
- maskBody(Message) - Method in interface org.citrusframework.log.LogMessageModifier
-
Mask the given message body to not print sensitive data.
- maskHeaderData(Message) - Method in interface org.citrusframework.log.LogMessageModifier
-
Mask the given message header data to not print sensitive data.
- maskHeaders(Message) - Method in interface org.citrusframework.log.LogMessageModifier
-
Mask the given message header values to not print sensitive data.
- matcher - Static variable in interface org.citrusframework.validation.matcher.ValidationMatcher
- maxAttempts(int) - Method in interface org.citrusframework.actions.camel.CamelIntegrationVerifyActionBuilder
- maxAttempts(int) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
- maxAttempts(int) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- maxAttempts(int) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodVerifyActionBuilder
- message() - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- message() - Method in interface org.citrusframework.actions.SendActionBuilder
- message() - Method in interface org.citrusframework.container.WaitContainerBuilder
- message() - Method in interface org.citrusframework.validation.context.MessageValidationContextBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- message() - Method in interface org.citrusframework.variable.MessageVariableExtractorBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- message(String) - Method in interface org.citrusframework.actions.EchoActionBuilder
- message(String) - Method in interface org.citrusframework.actions.FailActionBuilder
- message(String) - Method in interface org.citrusframework.actions.InputActionBuilder
-
Sets the message displayed to the user.
- message(String) - Method in interface org.citrusframework.container.AssertContainerBuilder
-
Expect error message in exception.
- message(Message) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- message(Message) - Method in interface org.citrusframework.actions.SendActionBuilder
- message(MessageBuilder) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- message(MessageBuilder) - Method in interface org.citrusframework.actions.SendActionBuilder
- Message - Interface in org.citrusframework.message
- MESSAGE_CORRELATION_KEY - Static variable in class org.citrusframework.message.MessageHeaders
-
Synchronous message correlation
- MESSAGE_PREFIX - Static variable in class org.citrusframework.message.MessageHeaders
-
Message related header prefix
- MESSAGE_REPLY_TO - Static variable in class org.citrusframework.message.MessageHeaders
-
Synchronous reply to message destination name
- MESSAGE_TRACE_DIRECTORY_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- MESSAGE_TRACE_DIRECTORY_ENV - Static variable in class org.citrusframework.CitrusSettings
- MESSAGE_TRACE_DIRECTORY_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Default message trace output directory
- MESSAGE_TYPE - Static variable in class org.citrusframework.message.MessageHeaders
-
Header indicating the message type (e.g. xml, json, csv, plaintext, etc)
- MessageActionBuilder - Interface in org.citrusframework.actions
- MessageBuilder - Interface in org.citrusframework.message
-
Interface for classes being able to build control messages for validation.
- MessageBuilderFactory<T extends TestAction,
M extends MessageBuilderFactory<T, M>> - Interface in org.citrusframework.actions - MessageConverter<I,
O, C extends EndpointConfiguration> - Interface in org.citrusframework.message -
Message converter interface describes methods for converting a external message type T to the internal message representation and vice versa.
- MessageCorrelator - Interface in org.citrusframework.message
-
Message correlator interface for synchronous reply messages.
- MessageDirection - Enum Class in org.citrusframework.message
-
Indicates message direction inbound, outbound or unbounded.
- MessageDirectionAware - Interface in org.citrusframework.message
- MessageHeaderBuilder - Interface in org.citrusframework.message
- MessageHeaderDataBuilder - Interface in org.citrusframework.message
- MessageHeaders - Class in org.citrusframework.message
-
Citrus specific message headers.
- MessageHeaderType - Enum Class in org.citrusframework.message
-
Enumeration for supported message header types.
- MessageHeaderUtils - Class in org.citrusframework.message
- MessageHeaderVariableExtractorBuilder<T extends VariableExtractor,
B extends MessageHeaderVariableExtractorBuilder<T, B>> - Interface in org.citrusframework.variable - MessageHeaderVariableExtractorBuilder.Factory - Interface in org.citrusframework.variable
- MessageHeaderVariableExtractors - Interface in org.citrusframework.variable
- MessageListener - Interface in org.citrusframework.report
- MessageListenerAware - Interface in org.citrusframework.report
- MessageListeners - Class in org.citrusframework.report
- MessageListeners() - Constructor for class org.citrusframework.report.MessageListeners
- MessagePayload - Annotation Interface in org.citrusframework.message
-
Annotation holding information which type of payload a message payload builder produces.
- MessagePayloadBuilder - Interface in org.citrusframework.message
- MessagePayloadBuilder.Builder<T extends MessagePayloadBuilder,
B extends MessagePayloadBuilder.Builder<T, B>> - Interface in org.citrusframework.message -
Fluent builder
- MessagePayloadUtils - Class in org.citrusframework.message
- MessagePayloadVariableExtractors - Interface in org.citrusframework.variable
- MessageProcessor - Interface in org.citrusframework.message
-
Processor performs operations on the given message.
- MessageProcessor.Builder<T extends MessageProcessor,
B extends MessageProcessor.Builder<T, B>> - Interface in org.citrusframework.message -
Fluent builder
- MessageProcessorAdapter - Interface in org.citrusframework.message
-
Adapter interface marks that a class is able to act as a message processor.
- MessageProcessors - Class in org.citrusframework.message
-
List of global message construction processors that modify message payload and message headers.
- MessageProcessors() - Constructor for class org.citrusframework.message.MessageProcessors
- MessageQueue - Interface in org.citrusframework.message
- MessageSelector - Interface in org.citrusframework.message
- MessageSelector.AllAcceptingMessageSelector - Class in org.citrusframework.message
-
Special message selector accepts all messages on queue.
- MessageSelector.MessageSelectorFactory - Interface in org.citrusframework.message
-
Factory capable of creating a message selector from key value pairs.
- MessageStore - Interface in org.citrusframework.message
- MessageTimeoutException - Exception in org.citrusframework.exceptions
- MessageTimeoutException() - Constructor for exception org.citrusframework.exceptions.MessageTimeoutException
-
Default constructor
- MessageTimeoutException(long, String) - Constructor for exception org.citrusframework.exceptions.MessageTimeoutException
-
Constructor using fields.
- MessageTimeoutException(long, String, Throwable) - Constructor for exception org.citrusframework.exceptions.MessageTimeoutException
-
Constructor using fields.
- MessageTransformer - Interface in org.citrusframework.message
-
Transformer is able to completely change a given message.
- MessageTransformer.Builder<T extends MessageTransformer,
B extends MessageTransformer.Builder<T, B>> - Interface in org.citrusframework.message -
Fluent builder
- MessageType - Enum Class in org.citrusframework.message
-
Enumeration for message protocol types used in test cases.
- MessageTypeAware - Interface in org.citrusframework.message
- MessageTypeSelector - Interface in org.citrusframework.message
- MessageValidationContext - Interface in org.citrusframework.validation.context
- MessageValidationContext.Builder<T extends MessageValidationContext,
S extends MessageValidationContext.Builder<T, S>> - Class in org.citrusframework.validation.context -
Base fluent builder for message validation contexts.
- MessageValidationContextBuilder<T extends ValidationContext,
B extends MessageValidationContextBuilder<T, B>> - Interface in org.citrusframework.validation.context - MessageValidationContextBuilder.Factory - Interface in org.citrusframework.validation.context
- MessageValidations - Interface in org.citrusframework.validation
- MessageValidator<T extends ValidationContext> - Interface in org.citrusframework.validation
-
Message validator interface.
- MessageValidatorRegistry - Class in org.citrusframework.validation
-
Simple registry holding all available message validator implementations.
- MessageValidatorRegistry() - Constructor for class org.citrusframework.validation.MessageValidatorRegistry
- MessageVariableExtractorBuilder - Interface in org.citrusframework.variable
- MessageVariableExtractorBuilder.Factory - Interface in org.citrusframework.variable
- MessageVariableExtractors - Interface in org.citrusframework.variable
- meta(Object) - Method in interface org.citrusframework.actions.camel.CamelInfraStopActionBuilder
- method(Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an expression using the <a href="http://camel.apache.org/bean-language.html>bean language which basically means the bean is invoked to determine the expression value.
- method(Class<?>, Object) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an expression using the <a href="http://camel.apache.org/bean-language.html>bean language which basically means the bean is invoked to determine the expression value.
- method(Class<?>, String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an expression using the <a href="http://camel.apache.org/bean-language.html>bean language which basically means the bean is invoked to determine the expression value.
- method(Class<?>, String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an expression using the <a href="http://camel.apache.org/bean-language.html>bean language which basically means the bean is invoked to determine the expression value.
- method(Object) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an expression using the <a href="http://camel.apache.org/bean-language.html>bean language which basically means the bean is invoked to determine the expression value.
- method(Object, String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an expression using the <a href="http://camel.apache.org/bean-language.html>bean language which basically means the bean is invoked to determine the expression value.
- method(String) - Method in interface org.citrusframework.actions.http.HttpClientRequestActionBuilder
-
Sets the request method.
- method(String) - Method in interface org.citrusframework.actions.http.HttpReceiveRequestMessageBuilderFactory
-
Sets the request method.
- method(String) - Method in interface org.citrusframework.actions.http.HttpSendRequestMessageBuilderFactory
-
Sets the request method.
- method(String) - Method in interface org.citrusframework.actions.http.HttpServerRequestActionBuilder
-
Sets the request method.
- method(String) - Method in interface org.citrusframework.container.WaitContainerBuilder.HttpConditionBuilder
-
Sets the Http method.
- method(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an expression using the <a href="http://camel.apache.org/bean-language.html>bean language which basically means the bean is invoked to determine the expression value.
- method(String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an expression using the <a href="http://camel.apache.org/bean-language.html>bean language which basically means the bean is invoked to determine the expression value.
- method(String, String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an expression using the <a href="http://camel.apache.org/bean-language.html>bean language which basically means the bean is invoked to determine the expression value.
- method(String, String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an expression using the <a href="http://camel.apache.org/bean-language.html>bean language which basically means the bean is invoked to determine the expression value.
- milliseconds(long) - Method in interface org.citrusframework.container.WaitContainerBuilder.ConditionBuilder
- milliseconds(long) - Method in interface org.citrusframework.container.WaitContainerBuilder
- milliseconds(Integer) - Method in interface org.citrusframework.actions.SleepActionBuilder
- milliseconds(Long) - Method in interface org.citrusframework.actions.SleepActionBuilder
- milliseconds(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodWatchLogsActionBuilder
- milliseconds(String) - Method in interface org.citrusframework.actions.SleepActionBuilder
- milliseconds(String) - Method in interface org.citrusframework.container.WaitContainerBuilder.ConditionBuilder
- milliseconds(String) - Method in interface org.citrusframework.container.WaitContainerBuilder
- mimeMultipart() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the MIME Multipart data format
- mimeMultipart(boolean, boolean, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the MIME Multipart data format
- mimeMultipart(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the MIME Multipart data format
- mimeMultipart(String, boolean, boolean, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the MIME Multipart data format
- mimeMultipart(String, boolean, boolean, String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the MIME Multipart data format
- minutes(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodWatchLogsActionBuilder
- MissingExpectedMessageException - Exception in org.citrusframework.exceptions
-
This exception is thrown when a message receiving action does not specify any expected content.
- MissingExpectedMessageException() - Constructor for exception org.citrusframework.exceptions.MissingExpectedMessageException
-
Default constructor.
- MissingExpectedMessageException(String) - Constructor for exception org.citrusframework.exceptions.MissingExpectedMessageException
-
Constructor using fields.
- MissingExpectedMessageException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.MissingExpectedMessageException
-
Constructor using fields.
- MissingExpectedMessageException(Throwable) - Constructor for exception org.citrusframework.exceptions.MissingExpectedMessageException
-
Constructor using fields.
- mongoDB() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersActionBuilder
-
Manage MongoDB testcontainers.
- MSCONS - Enum constant in enum class org.citrusframework.message.MessageType
- mtomEnabled(boolean) - Method in interface org.citrusframework.actions.ws.SoapSendActionBuilderBase
- mtomEnabled(boolean) - Method in interface org.citrusframework.actions.ws.SoapSendMessageBuilderFactory
- mvel(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a MVEL expression
N
- name() - Element in annotation interface org.citrusframework.annotations.CitrusEndpoint
-
Endpoint name usually referencing a Spring bean id.
- name() - Element in annotation interface org.citrusframework.annotations.CitrusEndpointProperty
-
Property name.
- name() - Element in annotation interface org.citrusframework.annotations.CitrusTest
-
Test name optional - by default method name is used as test name
- name() - Element in annotation interface org.citrusframework.annotations.CitrusTestSource
-
Test name optional - by default method name is used as test name
- name() - Element in annotation interface org.citrusframework.spi.BindToRegistry
- name(String) - Method in interface org.citrusframework.actions.ActionBuilder
-
Sets the test action name.
- name(String) - Method in interface org.citrusframework.actions.agent.AgentActionBuilder
- name(String) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Sets the image name parameter.
- name(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Sets the name parameter.
- name(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesNamedCommandActionBuilder
-
Sets the name parameter.
- name(String) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Sets the message name.
- name(String) - Method in interface org.citrusframework.container.WaitContainerBuilder.MessageConditionBuilder
- name(String) - Method in interface org.citrusframework.TestCaseBuilder
-
Set custom test case name.
- Named - Interface in org.citrusframework.common
- namespace(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationDeleteActionBuilder
-
The Namespace where the kubernetes resources are deployed.
- namespace(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
-
Sets the namespace.
- namespace(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Sets the namespace parameter.
- namespace(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesNamedCommandActionBuilder
-
Sets the namespace parameter.
- namespace(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesNamespacedCommandActionBuilder
-
Sets the namespace parameter.
- namespace(String, String) - Method in interface org.citrusframework.validation.xml.XmlValidationContextBuilderBase
-
Validates XML namespace with prefix and uri.
- namespace(String, String) - Method in interface org.citrusframework.variable.DelegatingPayloadVariableExtractorBuilder
- namespace(String, String) - Method in interface org.citrusframework.variable.xml.XpathPayloadVariableExtractorBuilder
-
Adds explicit namespace declaration for later path validation expressions.
- namespaceContext(String, String) - Method in interface org.citrusframework.validation.xml.XmlValidationContextBuilderBase
-
Add namespaces as context to the expression evaluation.
- namespaceContext(Map<String, String>) - Method in interface org.citrusframework.validation.xml.XmlValidationContextBuilderBase
-
Add namespaces as context to the expression evaluation.
- NamespaceContextBuilder - Class in org.citrusframework.xml.namespace
-
Builds a namespace context for XPath expression evaluations.
- NamespaceContextBuilder() - Constructor for class org.citrusframework.xml.namespace.NamespaceContextBuilder
- namespaces() - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
Namespaces action builder.
- namespaces(Map<String, String>) - Method in interface org.citrusframework.validation.xml.XmlValidationContextBuilderBase
-
Validates XML namespace with prefix and uri.
- namespaces(Map<String, String>) - Method in interface org.citrusframework.variable.DelegatingPayloadVariableExtractorBuilder
- namespaces(Map<String, String>) - Method in interface org.citrusframework.variable.xml.XpathPayloadVariableExtractorBuilder
-
Sets default namespace declarations on this action builder.
- navigate() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Navigate action.
- navigate(String) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Navigate action.
- NEW - Enum constant in enum class org.citrusframework.CitrusInstanceStrategy
- next() - Method in class org.citrusframework.variable.VariableExpressionIterator
-
Returns the next value and looks ahead for yet another next value.
- nextMatch() - Method in class org.citrusframework.variable.VariableExpressionSegmentMatcher
-
Attempts to find the next segment in the variable expression and sets the current segment expression as well as the current segment index.
- noCache(Boolean) - Method in interface org.citrusframework.actions.docker.DockerImageBuildActionBuilder
-
Sets the noCache parameter.
- nodes() - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
Nodes action builder.
- NONE - Enum constant in enum class org.citrusframework.openapi.AutoFillType
-
No autofill will be performed for any parameters/body.
- normalizeLineEndings() - Method in class org.citrusframework.validation.DefaultTextEqualsMessageValidator
- NoSuchFunctionException - Exception in org.citrusframework.exceptions
-
Unknown functions cause this exception.
- NoSuchFunctionException() - Constructor for exception org.citrusframework.exceptions.NoSuchFunctionException
-
Default constructor.
- NoSuchFunctionException(String) - Constructor for exception org.citrusframework.exceptions.NoSuchFunctionException
-
Constructor using fields.
- NoSuchFunctionException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchFunctionException
-
Constructor using fields.
- NoSuchFunctionException(Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchFunctionException
-
Constructor using fields.
- NoSuchFunctionLibraryException - Exception in org.citrusframework.exceptions
-
In case no function library exists for a given prefix this exception is thrown.
- NoSuchFunctionLibraryException() - Constructor for exception org.citrusframework.exceptions.NoSuchFunctionLibraryException
-
Default constructor.
- NoSuchFunctionLibraryException(String) - Constructor for exception org.citrusframework.exceptions.NoSuchFunctionLibraryException
-
Constructor using fields.
- NoSuchFunctionLibraryException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchFunctionLibraryException
-
Constructor using fields.
- NoSuchFunctionLibraryException(Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchFunctionLibraryException
-
Constructor using fields.
- NoSuchMessageValidatorException - Exception in org.citrusframework.exceptions
-
In case no message validator exists for a given prefix this exception is thrown.
- NoSuchMessageValidatorException() - Constructor for exception org.citrusframework.exceptions.NoSuchMessageValidatorException
-
Default constructor.
- NoSuchMessageValidatorException(String) - Constructor for exception org.citrusframework.exceptions.NoSuchMessageValidatorException
-
Constructor using fields.
- NoSuchMessageValidatorException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchMessageValidatorException
-
Constructor using fields.
- NoSuchMessageValidatorException(Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchMessageValidatorException
-
Constructor using fields.
- NoSuchValidationMatcherException - Exception in org.citrusframework.exceptions
-
Unknown validation matchers cause this exception.
- NoSuchValidationMatcherException() - Constructor for exception org.citrusframework.exceptions.NoSuchValidationMatcherException
-
Default constructor.
- NoSuchValidationMatcherException(String) - Constructor for exception org.citrusframework.exceptions.NoSuchValidationMatcherException
-
Constructor using fields.
- NoSuchValidationMatcherException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchValidationMatcherException
-
Constructor using fields.
- NoSuchValidationMatcherException(Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchValidationMatcherException
-
Constructor using fields.
- NoSuchValidationMatcherLibraryException - Exception in org.citrusframework.exceptions
-
In case no function library exists for a given prefix this exception is thrown.
- NoSuchValidationMatcherLibraryException() - Constructor for exception org.citrusframework.exceptions.NoSuchValidationMatcherLibraryException
-
Default constructor.
- NoSuchValidationMatcherLibraryException(String) - Constructor for exception org.citrusframework.exceptions.NoSuchValidationMatcherLibraryException
-
Constructor using fields.
- NoSuchValidationMatcherLibraryException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchValidationMatcherLibraryException
-
Constructor using fields.
- NoSuchValidationMatcherLibraryException(Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchValidationMatcherLibraryException
-
Constructor using fields.
- NoSuchVariableException - Exception in org.citrusframework.exceptions
-
Throw this exception in case an unknown variable is read from test context.
- NoSuchVariableException() - Constructor for exception org.citrusframework.exceptions.NoSuchVariableException
-
Default constructor.
- NoSuchVariableException(String) - Constructor for exception org.citrusframework.exceptions.NoSuchVariableException
-
Constructor using fields.
- NoSuchVariableException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchVariableException
-
Constructor using fields.
- NoSuchVariableException(Throwable) - Constructor for exception org.citrusframework.exceptions.NoSuchVariableException
-
Constructor using fields.
O
- ObjectHelper - Class in org.citrusframework.util
-
Helper adds utility operations such as non-null assertion on objects.
- ObjectStore<T> - Interface in org.citrusframework.message.correlation
-
Interface defines add and remove object methods for storing data.
- ognl(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an OGNL expression
- on(TestActionRunner) - Method in interface org.citrusframework.actions.ApplyTestBehaviorActionBuilder
- onAfterTestEnd(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked when
AfterTestexecution ends, only if any exist - onAfterTestEnd(TestCase) - Method in class org.citrusframework.report.TestListeners
- onAfterTestStart(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked when
AfterTestexecution starts, only if any exist - onAfterTestStart(TestCase) - Method in class org.citrusframework.report.TestListeners
- onBeforeTestEnd(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked when
BeforeTestexecution ends, only if any exist - onBeforeTestEnd(TestCase) - Method in class org.citrusframework.report.TestListeners
- onBeforeTestStart(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked when
BeforeTestexecution starts, only if any exist - onBeforeTestStart(TestCase) - Method in class org.citrusframework.report.TestListeners
- onFinalActionsEnd(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked after final actions have completely finished, only if any exist
- onFinalActionsEnd(TestCase) - Method in class org.citrusframework.report.TestListeners
- onFinalActionsStart(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked when final actions start, only if any exist
- onFinalActionsStart(TestCase) - Method in class org.citrusframework.report.TestListeners
- onFinish() - Method in class org.citrusframework.report.TestReporters
- onFinish() - Method in interface org.citrusframework.report.TestSuiteListener
-
Invoked on test suite finish.
- onFinish() - Method in class org.citrusframework.report.TestSuiteListeners
- onFinishFailure(Throwable) - Method in class org.citrusframework.report.TestReporters
- onFinishFailure(Throwable) - Method in interface org.citrusframework.report.TestSuiteListener
-
Invoked after failed test suite finish.
- onFinishFailure(Throwable) - Method in class org.citrusframework.report.TestSuiteListeners
- onFinishSuccess() - Method in class org.citrusframework.report.TestReporters
- onFinishSuccess() - Method in interface org.citrusframework.report.TestSuiteListener
-
Invoked after successful test suite finish.
- onFinishSuccess() - Method in class org.citrusframework.report.TestSuiteListeners
- onInboundMessage(Message) - Method in class org.citrusframework.context.TestContext
-
Informs message listeners if present that inbound message was received.
- onInboundMessage(Message, TestContext) - Method in interface org.citrusframework.report.MessageListener
-
Invoked on inbound message event.
- onInboundMessage(Message, TestContext) - Method in class org.citrusframework.report.MessageListeners
-
Delegate to all known message listener instances.
- onOutboundMessage(Message) - Method in class org.citrusframework.context.TestContext
-
Informs message listeners if present that new outbound message is about to be sent.
- onOutboundMessage(Message, TestContext) - Method in interface org.citrusframework.report.MessageListener
-
Invoked on outbound message event.
- onOutboundMessage(Message, TestContext) - Method in class org.citrusframework.report.MessageListeners
-
Delegate to all known message listener instances.
- onStart() - Method in class org.citrusframework.report.TestReporters
- onStart() - Method in interface org.citrusframework.report.TestSuiteListener
-
Invoked on test suite start.
- onStart() - Method in class org.citrusframework.report.TestSuiteListeners
- onStartFailure(Throwable) - Method in class org.citrusframework.report.TestReporters
- onStartFailure(Throwable) - Method in interface org.citrusframework.report.TestSuiteListener
-
Invoked after failed test suite start.
- onStartFailure(Throwable) - Method in class org.citrusframework.report.TestSuiteListeners
- onStartSuccess() - Method in class org.citrusframework.report.TestReporters
- onStartSuccess() - Method in interface org.citrusframework.report.TestSuiteListener
-
Invoked after successful test suite start.
- onStartSuccess() - Method in class org.citrusframework.report.TestSuiteListeners
- onTestActionFinish(TestCase, TestAction) - Method in interface org.citrusframework.report.TestActionListener
-
Invoked when test gets finished
- onTestActionFinish(TestCase, TestAction) - Method in class org.citrusframework.report.TestActionListeners
- onTestActionSkipped(TestCase, TestAction) - Method in interface org.citrusframework.report.TestActionListener
-
Invoked when test is skipped
- onTestActionSkipped(TestCase, TestAction) - Method in class org.citrusframework.report.TestActionListeners
- onTestActionStart(TestCase, TestAction) - Method in interface org.citrusframework.report.TestActionListener
-
Invoked when test gets started
- onTestActionStart(TestCase, TestAction) - Method in class org.citrusframework.report.TestActionListeners
- onTestEnd(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked at the very end of test execution
- onTestExecutionEnd(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked when test execution has ended (after final actions execution and before
AfterTestexecution) - onTestExecutionEnd(TestCase) - Method in class org.citrusframework.report.TestListeners
- onTestExecutionEnd(TestCase) - Method in class org.citrusframework.report.TestReporters
- onTestExecutionStart(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked when test execution starts (after
BeforeTestexecution} execution) - onTestExecutionStart(TestCase) - Method in class org.citrusframework.report.TestListeners
- onTestFailure(TestCase, Throwable) - Method in interface org.citrusframework.report.TestListener
-
Invoked when a test finishes with failure
- onTestFailure(TestCase, Throwable) - Method in class org.citrusframework.report.TestListeners
- onTestFailure(TestCase, Throwable) - Method in class org.citrusframework.report.TestReporters
- onTestFinalization(TestCase) - Method in class org.citrusframework.report.TestListeners
- onTestFinish(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Deprecated, for removal: This API element is subject to removal in a future version.
- onTestFinish(TestCase) - Method in class org.citrusframework.report.TestListeners
-
Deprecated, for removal: This API element is subject to removal in a future version.
- onTestSkipped(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked when a test is skipped
- onTestSkipped(TestCase) - Method in class org.citrusframework.report.TestListeners
- onTestSkipped(TestCase) - Method in class org.citrusframework.report.TestReporters
- onTestStart(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked when test when a test starts execution
- onTestStart(TestCase) - Method in class org.citrusframework.report.TestListeners
- onTestStart(TestCase) - Method in class org.citrusframework.report.TestReporters
- onTestSuccess(TestCase) - Method in interface org.citrusframework.report.TestListener
-
Invoked when a test finishes successfully
- onTestSuccess(TestCase) - Method in class org.citrusframework.report.TestListeners
- onTestSuccess(TestCase) - Method in class org.citrusframework.report.TestReporters
- open() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Open window.
- openapi() - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder.BuilderFactory
- openapi(Specification) - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder.BuilderFactory
- openApi() - Method in interface org.citrusframework.validation.openapi.OpenApiMessageValidationContextBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- OpenApiActionBuilder<T extends TestAction,
S extends Specification, B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.openapi - OpenApiActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.openapi
- OpenApiClientActionBuilder<T extends TestAction,
B extends TestActionBuilder.DelegatingTestActionBuilder<T>> - Interface in org.citrusframework.actions.openapi - OpenApiClientRequestActionBuilder<T extends TestAction,
M extends HttpSendRequestMessageBuilderFactory<T, M>, B extends HttpClientRequestActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.openapi - OpenApiClientResponseActionBuilder<T extends TestAction,
M extends HttpReceiveResponseMessageBuilderFactory<T, M>, B extends HttpClientResponseActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.openapi - OpenApiMessageValidationContextBuilder<T extends ValidationContext,
B extends OpenApiMessageValidationContextBuilder<T, B>> - Interface in org.citrusframework.validation.openapi - OpenApiMessageValidationContextBuilder.Factory - Interface in org.citrusframework.validation.openapi
- OpenApiServerActionBuilder<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.openapi - OpenApiServerRequestActionBuilder<T extends TestAction,
M extends HttpReceiveRequestMessageBuilderFactory<T, M>, B extends HttpServerRequestActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.openapi - OpenApiServerResponseActionBuilder<T extends TestAction,
M extends HttpSendResponseMessageBuilderFactory<T, M>, B extends HttpServerResponseActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.openapi - OpenApiTestActions - Interface in org.citrusframework.actions.openapi
-
Interface combines domain specific language methods for all test actions available in Citrus.
- OPENSHIFT - Enum constant in enum class org.citrusframework.kubernetes.ClusterType
- operation(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatMessageProcessorBuilder
- operatorNamespace() - Method in enum class org.citrusframework.kubernetes.ClusterType
- option(String) - Method in interface org.citrusframework.actions.selenium.SeleniumDropDownSelectActionBuilder
- OPTIONAL - Enum constant in enum class org.citrusframework.validation.context.ValidationStatus
- options() - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http OPTIONS request as client to server.
- options() - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http OPTIONS request as client to server.
- options(String) - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http OPTIONS request as client to server.
- options(String) - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http OPTIONS request as client to server.
- options(String...) - Method in interface org.citrusframework.actions.selenium.SeleniumDropDownSelectActionBuilder
- options(List<String>) - Method in interface org.citrusframework.actions.selenium.SeleniumDropDownSelectActionBuilder
- org.citrusframework - package org.citrusframework
- org.citrusframework.actions - package org.citrusframework.actions
- org.citrusframework.actions.agent - package org.citrusframework.actions.agent
- org.citrusframework.actions.camel - package org.citrusframework.actions.camel
- org.citrusframework.actions.docker - package org.citrusframework.actions.docker
- org.citrusframework.actions.docker.command - package org.citrusframework.actions.docker.command
- org.citrusframework.actions.groovy - package org.citrusframework.actions.groovy
- org.citrusframework.actions.http - package org.citrusframework.actions.http
- org.citrusframework.actions.jbang - package org.citrusframework.actions.jbang
- org.citrusframework.actions.jms - package org.citrusframework.actions.jms
- org.citrusframework.actions.knative - package org.citrusframework.actions.knative
- org.citrusframework.actions.kubernetes - package org.citrusframework.actions.kubernetes
- org.citrusframework.actions.kubernetes.command - package org.citrusframework.actions.kubernetes.command
- org.citrusframework.actions.openapi - package org.citrusframework.actions.openapi
- org.citrusframework.actions.script - package org.citrusframework.actions.script
- org.citrusframework.actions.selenium - package org.citrusframework.actions.selenium
- org.citrusframework.actions.sql - package org.citrusframework.actions.sql
- org.citrusframework.actions.testcontainers - package org.citrusframework.actions.testcontainers
- org.citrusframework.actions.testcontainers.aws2 - package org.citrusframework.actions.testcontainers.aws2
- org.citrusframework.actions.ws - package org.citrusframework.actions.ws
- org.citrusframework.annotations - package org.citrusframework.annotations
- org.citrusframework.builder - package org.citrusframework.builder
- org.citrusframework.common - package org.citrusframework.common
- org.citrusframework.condition - package org.citrusframework.condition
- org.citrusframework.config.annotation - package org.citrusframework.config.annotation
- org.citrusframework.container - package org.citrusframework.container
- org.citrusframework.context - package org.citrusframework.context
- org.citrusframework.context.resolver - package org.citrusframework.context.resolver
- org.citrusframework.endpoint - package org.citrusframework.endpoint
- org.citrusframework.endpoint.adapter.mapping - package org.citrusframework.endpoint.adapter.mapping
- org.citrusframework.endpoint.resolver - package org.citrusframework.endpoint.resolver
- org.citrusframework.exceptions - package org.citrusframework.exceptions
- org.citrusframework.functions - package org.citrusframework.functions
- org.citrusframework.kubernetes - package org.citrusframework.kubernetes
- org.citrusframework.log - package org.citrusframework.log
- org.citrusframework.main - package org.citrusframework.main
- org.citrusframework.main.scan - package org.citrusframework.main.scan
- org.citrusframework.message - package org.citrusframework.message
- org.citrusframework.message.correlation - package org.citrusframework.message.correlation
- org.citrusframework.message.processor - package org.citrusframework.message.processor
- org.citrusframework.message.processor.camel - package org.citrusframework.message.processor.camel
- org.citrusframework.message.processor.json - package org.citrusframework.message.processor.json
- org.citrusframework.message.processor.xml - package org.citrusframework.message.processor.xml
- org.citrusframework.messaging - package org.citrusframework.messaging
- org.citrusframework.openapi - package org.citrusframework.openapi
- org.citrusframework.report - package org.citrusframework.report
- org.citrusframework.script - package org.citrusframework.script
- org.citrusframework.server - package org.citrusframework.server
- org.citrusframework.spi - package org.citrusframework.spi
- org.citrusframework.util - package org.citrusframework.util
- org.citrusframework.validation - package org.citrusframework.validation
- org.citrusframework.validation.context - package org.citrusframework.validation.context
- org.citrusframework.validation.expression - package org.citrusframework.validation.expression
- org.citrusframework.validation.json - package org.citrusframework.validation.json
- org.citrusframework.validation.matcher - package org.citrusframework.validation.matcher
- org.citrusframework.validation.openapi - package org.citrusframework.validation.openapi
- org.citrusframework.validation.script - package org.citrusframework.validation.script
- org.citrusframework.validation.script.sql - package org.citrusframework.validation.script.sql
- org.citrusframework.validation.ws - package org.citrusframework.validation.ws
- org.citrusframework.validation.xml - package org.citrusframework.validation.xml
- org.citrusframework.validation.yaml - package org.citrusframework.validation.yaml
- org.citrusframework.variable - package org.citrusframework.variable
- org.citrusframework.variable.dictionary - package org.citrusframework.variable.dictionary
- org.citrusframework.variable.json - package org.citrusframework.variable.json
- org.citrusframework.variable.xml - package org.citrusframework.variable.xml
- org.citrusframework.xml - package org.citrusframework.xml
- org.citrusframework.xml.namespace - package org.citrusframework.xml.namespace
- OUTBOUND - Enum constant in enum class org.citrusframework.message.MessageDirection
- OUTBOUND_JSON_SCHEMA_VALIDATION_ENABLED_ENV - Static variable in class org.citrusframework.CitrusSettings
- OUTBOUND_JSON_SCHEMA_VALIDATION_ENABLED_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
- OUTBOUND_SCHEMA_VALIDATION_ENABLED_ENV - Static variable in class org.citrusframework.CitrusSettings
- OUTBOUND_SCHEMA_VALIDATION_ENABLED_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
- OUTBOUND_XML_SCHEMA_VALIDATION_ENABLED_ENV - Static variable in class org.citrusframework.CitrusSettings
- OUTBOUND_XML_SCHEMA_VALIDATION_ENABLED_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
- outputDir(String) - Method in interface org.citrusframework.actions.selenium.SeleniumMakeScreenshotActionBuilder
P
- packageName() - Element in annotation interface org.citrusframework.annotations.CitrusTestSource
-
Test package name optional - by default package of declaring test class is used
- packageName(String) - Method in interface org.citrusframework.TestCaseBuilder
-
Sets custom package name for this test case.
- packageScan() - Element in annotation interface org.citrusframework.annotations.CitrusTestSource
-
Test packages to scan optional - for loading all external test case definitions (e.g.
- page() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Page action.
- page(Class<? extends WebPage>) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Page action with given web page type.
- page(String) - Method in interface org.citrusframework.actions.selenium.SeleniumNavigateActionBuilder
- page(WebPage) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Page action.
- page(WebPage) - Method in interface org.citrusframework.actions.selenium.SeleniumPageActionBuilder
-
Sets the web page.
- PageValidator<T extends WebPage,
B extends Endpoint> - Interface in org.citrusframework.actions.selenium - parallel() - Method in interface org.citrusframework.container.ParallelContainerBuilder.BuilderFactory
- ParallelContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - ParallelContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- ParallelContainerException - Exception in org.citrusframework.exceptions
-
Special exception thrown in case several actions in a parallel container have failed.
- ParallelContainerException(List<CitrusRuntimeException>) - Constructor for exception org.citrusframework.exceptions.ParallelContainerException
- parameter(String, String) - Method in interface org.citrusframework.container.ApplyTemplateBuilder
-
Set parameter before execution.
- parameters(Map<String, String>) - Method in interface org.citrusframework.container.ApplyTemplateBuilder
-
Set parameter before execution.
- parquetAvro() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the parquet-avro file data format
- parquetAvro(Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the parquet-avro file data format
- parquetAvro(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the parquet-avro file data format
- parse(A, ReferenceResolver) - Method in interface org.citrusframework.config.annotation.AnnotationConfigParser
-
Parse given annotation to a proper endpoint instance.
- parsers - Static variable in interface org.citrusframework.config.annotation.AnnotationConfigParser
- PASSED - Enum constant in enum class org.citrusframework.validation.context.ValidationStatus
- password(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersPostgreSQLStartActionBuilder
- patch() - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http PATCH request as client to server.
- patch() - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http PATCH request as client to server.
- patch(String) - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http PATCH request as client to server.
- patch(String) - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http PATCH request as client to server.
- path() - Method in interface org.citrusframework.message.processor.DelegatingPathExpressionProcessorBuilder.Factory
- path() - Method in interface org.citrusframework.validation.expression.PathExpressionValidationContextBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- path() - Method in interface org.citrusframework.variable.DelegatingPayloadVariableExtractorBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- path(String) - Method in interface org.citrusframework.actions.http.HttpClientRequestActionBuilder
-
Sets the request path.
- path(String) - Method in interface org.citrusframework.actions.http.HttpServerRequestActionBuilder
-
Sets the request path.
- path(String) - Method in interface org.citrusframework.container.WaitContainerBuilder.FileConditionBuilder
-
Wait for given file path.
- PathExpressionAdapter - Interface in org.citrusframework.builder
- PathExpressionValidationContextBuilder<T extends ValidationContext,
B extends PathExpressionValidationContextBuilder<T, B>> - Interface in org.citrusframework.validation.expression - PathExpressionValidationContextBuilder.Factory - Interface in org.citrusframework.validation.expression
- PathExpressionValidations - Interface in org.citrusframework.validation.expression
- pathExpressionValidator(MessageValidator<? extends ValidationContext>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
- PERFORM_DEFAULT_VALIDATION_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- PERFORM_DEFAULT_VALIDATION_ENV - Static variable in class org.citrusframework.CitrusSettings
- PERFORM_DEFAULT_VALIDATION_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Flag to enable/disable fallback to default text equals validation
- pgp(String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the PGP data format
- pgp(String, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the PGP data format
- pgp(String, String, String, boolean, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the PGP data format
- phase(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodVerifyActionBuilder
- ping() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a ping command.
- PLAINTEXT - Enum constant in enum class org.citrusframework.message.MessageType
- plsql() - Method in interface org.citrusframework.actions.sql.ExecutePlsqlActionBuilder.BuilderFactory
- plsql(DataSource) - Method in interface org.citrusframework.actions.sql.ExecutePlsqlActionBuilder.BuilderFactory
- plugin() - Method in interface org.citrusframework.actions.camel.CamelJBangActionBuilder
-
Perform actions related to Camel JBang plugins.
- pluginName(String) - Method in interface org.citrusframework.actions.camel.CamelJBangPluginAddActionBuilder
-
Sets the plugin name.
- pod(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateAnnotationsActionBuilder
- pod(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateLabelsActionBuilder
- POD - Enum constant in enum class org.citrusframework.kubernetes.KubernetesResourceType
- podName(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodDeleteActionBuilder
- podName(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodVerifyActionBuilder
- podName(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodWatchLogsActionBuilder
- pods() - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder
-
Performs actions on Kubernetes pods.
- pods() - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
Pods action builder.
- PollableEndpointConfiguration - Interface in org.citrusframework.endpoint
-
Extends endpoint configuration by adding polling interval settings.
- port(int) - Method in interface org.citrusframework.actions.agent.AgentConnectActionBuilder
- port(int) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceConnectActionBuilder
- port(int) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- port(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceConnectActionBuilder
- port(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- portBindings(Object...) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Adds explicit port bindings as command parameter.
- portMapping(int, int) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceConnectActionBuilder
- portMapping(int, int) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- portMapping(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceConnectActionBuilder
- portMapping(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- ports(int...) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- ports(String...) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- portSpecs(String...) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Adds port-specs variables as command parameter.
- post() - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http POST request as client to server.
- post() - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http POST request as client to server.
- post(String) - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http POST request as client to server.
- post(String) - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http POST request as client to server.
- postgreSQL() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersActionBuilder
-
Manage PostgreSQL testcontainers.
- PREFIX - Static variable in class org.citrusframework.message.MessageHeaders
-
Common header name prefix
- PRETTY_PRINT_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- PRETTY_PRINT_ENV - Static variable in class org.citrusframework.CitrusSettings
- PRETTY_PRINT_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Flag to enable/disable message pretty print
- prettyPrint(String) - Static method in class org.citrusframework.message.MessagePayloadUtils
-
Pretty print given message payload.
- prettyPrintJson(String) - Static method in class org.citrusframework.message.MessagePayloadUtils
-
Pretty print given Json payload.
- prettyPrintXml(String) - Static method in class org.citrusframework.message.MessagePayloadUtils
-
Pretty print given XML payload.
- print() - Method in interface org.citrusframework.actions.EchoActionBuilder.BuilderFactory
- print() - Method in interface org.citrusframework.message.Message
-
Prints message content to String representation.
- print(String) - Method in interface org.citrusframework.actions.EchoActionBuilder.BuilderFactory
- print(String, Map<String, Object>, List<String>) - Method in interface org.citrusframework.message.Message
-
Prints given message content (body, headers, headerData) to String representation.
- print(TestContext) - Method in interface org.citrusframework.message.Message
-
Prints message content and applies logger modifier provided in given test context.
- printLogs(boolean) - Method in interface org.citrusframework.actions.camel.CamelIntegrationVerifyActionBuilder
- printLogs(boolean) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
- printLogs(boolean) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodVerifyActionBuilder
- printOutput(boolean) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- PRIORITY - Static variable in class org.citrusframework.message.MessageHeaderUtils
- process() - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessors
- process(MessageProcessor) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message processor on the message.
- process(MessageProcessor) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
-
Adds message processor on the message.
- process(MessageProcessor) - Method in interface org.citrusframework.actions.SendActionBuilder
-
Adds message processor on the message.
- process(MessageProcessor.Builder<?, ?>) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message processor on the message as fluent builder.
- process(MessageProcessor.Builder<?, ?>) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
-
Adds message processor on the message as fluent builder.
- process(MessageProcessor.Builder<?, ?>) - Method in interface org.citrusframework.actions.SendActionBuilder
-
Adds message processor on the message as fluent builder.
- process(MessageProcessorAdapter) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Adds message processor on the message as fluent builder.
- process(MessageProcessorAdapter) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
-
Adds message processor on the message as fluent builder.
- process(MessageProcessorAdapter) - Method in interface org.citrusframework.actions.SendActionBuilder
-
Adds message processor on the message as fluent builder.
- process(Message, TestContext) - Method in class org.citrusframework.message.AbstractMessageProcessor
- process(Message, TestContext) - Method in interface org.citrusframework.message.MessageProcessor
-
Process message with given test context.
- process(Message, TestContext) - Method in interface org.citrusframework.validation.ValidationProcessor
- process(Message, TestContext) - Method in interface org.citrusframework.variable.VariableExtractor
- processMessage(Message, TestContext) - Method in class org.citrusframework.message.AbstractMessageProcessor
-
Subclasses may overwrite this method in order to modify payload and/or headers of the processed message.
- processor() - Method in interface org.citrusframework.TestActionRunner
-
Provide access to all available message processors.
- processor(Object) - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessorBuilder
- Processors - Interface in org.citrusframework.message
- Producer - Interface in org.citrusframework.messaging
- PROPAGATE - Enum constant in enum class org.citrusframework.message.ErrorHandlingStrategy
- properties() - Element in annotation interface org.citrusframework.annotations.CitrusEndpoint
-
Endpoint properties.
- properties(Map<String, String>) - Method in interface org.citrusframework.actions.CreateEndpointActionBuilder
- properties(Map<String, String>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesConfigMapCreateActionBuilder
- properties(Map<String, String>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesSecretCreateActionBuilder
- properties(Properties) - Method in interface org.citrusframework.actions.AntRunActionBuilder
-
Adds build properties.
- PropertiesLoader - Class in org.citrusframework.spi
- property(String, Object) - Method in interface org.citrusframework.actions.AntRunActionBuilder
-
Adds a build property by name and value.
- property(String, String) - Method in interface org.citrusframework.actions.CreateEndpointActionBuilder
- propertyFile(String) - Method in interface org.citrusframework.actions.AntRunActionBuilder
-
Adds a build property file reference by file path.
- protobuf() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the protobuf data format
- protobuf(Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- protobuf(Object, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- protobuf(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Protobuf data format with given library or instance class name.
- protobuf(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Protobuf data format with given library and unmarshalType
- protobuf(String, Class<?>, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Protobuf data format with given library, unmarshalType and schemaResolver
- protobuf(String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- protocol(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- pullImage() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a pull image command.
- pullImage(String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a pull image command.
- purge() - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder.BuilderFactory
-
Fluent API action building entry method used in Java DSL.
- purge(MessageSelector) - Method in interface org.citrusframework.message.MessageQueue
-
Purge messages selected by given selector.
- PurgeEndpointActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- PurgeEndpointActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- purgeEndpoints() - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder.BuilderFactory
- purgeQueues() - Method in interface org.citrusframework.actions.jms.JmsActionBuilder.BuilderFactory
- purgeQueues() - Method in interface org.citrusframework.actions.jms.JmsActionBuilder
-
Purge given Jms queues
- put() - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http PUT request as client to server.
- put() - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http PUT request as client to server.
- put(String) - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http PUT request as client to server.
- put(String) - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http PUT request as client to server.
- python(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Python expression.
- python(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates Python expression
Q
- qualifier() - Element in annotation interface org.citrusframework.annotations.CitrusEndpointConfig
-
Endpoint configuration qualifier.
- query() - Method in interface org.citrusframework.actions.sql.ExecuteSqlActionBuilder
- query() - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder.BuilderFactory
- query(DataSource) - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder.BuilderFactory
- QUERY_PARAM_HEADER_NAME - Static variable in interface org.citrusframework.endpoint.resolver.EndpointUriResolver
- queryParam(String) - Method in interface org.citrusframework.actions.http.HttpClientRequestActionBuilder
-
Adds a query param to the request uri.
- queryParam(String) - Method in interface org.citrusframework.actions.http.HttpReceiveRequestMessageBuilderFactory
-
Adds a query param to the request uri.
- queryParam(String) - Method in interface org.citrusframework.actions.http.HttpSendRequestMessageBuilderFactory
-
Adds a query param to the request uri.
- queryParam(String) - Method in interface org.citrusframework.actions.http.HttpServerRequestActionBuilder
-
Adds a query param to the request uri.
- queryParam(String, String) - Method in interface org.citrusframework.actions.http.HttpClientRequestActionBuilder
-
Adds a query param to the request uri.
- queryParam(String, String) - Method in interface org.citrusframework.actions.http.HttpReceiveRequestMessageBuilderFactory
-
Adds a query param to the request uri.
- queryParam(String, String) - Method in interface org.citrusframework.actions.http.HttpSendRequestMessageBuilderFactory
-
Adds a query param to the request uri.
- queryParam(String, String) - Method in interface org.citrusframework.actions.http.HttpServerRequestActionBuilder
-
Adds a query param to the request uri.
- queue(Object) - Method in interface org.citrusframework.actions.jms.JmsPurgeQueuesActionBuilder
-
Adds a new queue to the list of queues to purge in this action.
- queue(String) - Method in interface org.citrusframework.actions.jms.JmsPurgeQueuesActionBuilder
-
Adds a queue name to the list of queues to purge in this action.
- queueNames(String...) - Method in interface org.citrusframework.actions.jms.JmsPurgeQueuesActionBuilder
-
List of queue names to purge in this action.
- queueNames(List<String>) - Method in interface org.citrusframework.actions.jms.JmsPurgeQueuesActionBuilder
-
List of queue names to purge in this action.
- queues(Object...) - Method in interface org.citrusframework.actions.jms.JmsPurgeQueuesActionBuilder
-
Queues to purge in this action.
- queues(List<?>) - Method in interface org.citrusframework.actions.jms.JmsPurgeQueuesActionBuilder
-
List of queues to purge in this action.
- quiet(Boolean) - Method in interface org.citrusframework.actions.docker.DockerImageBuildActionBuilder
-
Sets the quiet parameter.
R
- reader(BufferedReader) - Method in interface org.citrusframework.actions.InputActionBuilder
-
Sets the input reader.
- READY_FOR_REVIEW - Enum constant in enum class org.citrusframework.TestCaseMetaInfo.Status
- reasonPhrase(String) - Method in interface org.citrusframework.actions.http.HttpReceiveResponseMessageBuilderFactory
-
Sets the response reason phrase.
- reasonPhrase(String) - Method in interface org.citrusframework.actions.http.HttpSendResponseMessageBuilderFactory
-
Sets the response reason phrase.
- reasonPhrase(String) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets the response status reason phrase.
- reasonPhrase(String) - Method in interface org.citrusframework.actions.ws.SoapSendFaultMessageBuilderFactory
-
Sets the response status reason phrase.
- receive() - Method in interface org.citrusframework.actions.camel.CamelActionBuilder
-
Receive messages using Camel endpointUri and components.
- receive() - Method in interface org.citrusframework.actions.http.HttpClientActionBuilder
-
Receives Http response messages as client.
- receive() - Method in interface org.citrusframework.actions.http.HttpServerActionBuilder
-
Receive Http requests as server.
- receive() - Method in interface org.citrusframework.actions.knative.KnativeEventActionBuilder
-
Receive event from the Knative broker.
- receive() - Method in interface org.citrusframework.actions.ReceiveActionBuilder.BuilderFactory
- receive() - Method in interface org.citrusframework.actions.ws.SoapClientActionBuilder
-
Generic response builder for expecting response messages on client.
- receive() - Method in interface org.citrusframework.actions.ws.SoapServerActionBuilder
-
Generic request builder for receiving SOAP messages on server.
- receive() - Method in interface org.citrusframework.message.MessageQueue
-
Receive any message on the queue.
- receive(long) - Method in interface org.citrusframework.message.MessageQueue
-
Receive any message on the queue.
- receive(String) - Method in interface org.citrusframework.actions.openapi.OpenApiClientActionBuilder
-
Receives Http response messages as client.
- receive(String) - Method in interface org.citrusframework.actions.openapi.OpenApiServerActionBuilder
-
Receive Http requests as server.
- receive(String) - Method in interface org.citrusframework.actions.ReceiveActionBuilder.BuilderFactory
- receive(String, int) - Method in interface org.citrusframework.actions.openapi.OpenApiClientActionBuilder
-
Receives Http response messages as client with given status code.
- receive(String, Object) - Method in interface org.citrusframework.actions.openapi.OpenApiClientActionBuilder
-
Receives Http response messages as client with given status code.
- receive(String, String) - Method in interface org.citrusframework.actions.openapi.OpenApiClientActionBuilder
-
Receives Http response messages as client with given status.
- receive(String, TestContext) - Method in class org.citrusframework.messaging.AbstractSelectiveMessageConsumer
- receive(String, TestContext) - Method in interface org.citrusframework.messaging.SelectiveConsumer
-
Receive message with a message selector and default timeout.
- receive(String, TestContext, long) - Method in interface org.citrusframework.messaging.SelectiveConsumer
-
Receive message with a message selector and a receive timeout.
- receive(TestContext) - Method in class org.citrusframework.messaging.AbstractMessageConsumer
- receive(TestContext) - Method in interface org.citrusframework.messaging.Consumer
-
Receive message with default timeout.
- receive(TestContext, long) - Method in class org.citrusframework.messaging.AbstractSelectiveMessageConsumer
- receive(TestContext, long) - Method in interface org.citrusframework.messaging.Consumer
-
Receive message with a given timeout.
- receive(Endpoint) - Method in interface org.citrusframework.actions.ReceiveActionBuilder.BuilderFactory
- receive(MessageSelector) - Method in interface org.citrusframework.message.MessageQueue
-
Supports selective consumption of messages on the queue.
- receive(MessageSelector, long) - Method in interface org.citrusframework.message.MessageQueue
-
Consume messages on the queue via message selector.
- ReceiveActionBuilder<T extends TestAction,
M extends ReceiveMessageBuilderFactory<T, M>, B extends ReceiveActionBuilder<T, M, B>> - Interface in org.citrusframework.actions - ReceiveActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- ReceiveMessageBuilderFactory<T extends TestAction,
M extends ReceiveMessageBuilderFactory<T, M>> - Interface in org.citrusframework.actions - receiveTimeout() - Method in interface org.citrusframework.actions.ReceiveTimeoutActionBuilder.BuilderFactory
- receiveTimeout(String) - Method in interface org.citrusframework.actions.ReceiveTimeoutActionBuilder.BuilderFactory
- receiveTimeout(Endpoint) - Method in interface org.citrusframework.actions.ReceiveTimeoutActionBuilder.BuilderFactory
- ReceiveTimeoutActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- ReceiveTimeoutActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- redpanda() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersActionBuilder
-
Manage Redpanda testcontainers.
- ref(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an expression by looking up existing expressions from the registry
- ReferenceRegistry - Interface in org.citrusframework.spi
-
Bind objects to registry for later reference.
- referenceResolver - Variable in class org.citrusframework.spi.AbstractReferenceResolverAwareTestActionBuilder
-
Bean reference resolver
- ReferenceResolver - Interface in org.citrusframework.spi
- ReferenceResolverAware - Interface in org.citrusframework.spi
- ReferenceResolverAwareBuilder<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions - ReflectionHelper - Class in org.citrusframework.util
-
Helper for working with reflection on classes.
- ReflectionHelper.ClassCallback - Interface in org.citrusframework.util
-
Action to take on each class.
- ReflectionHelper.FieldCallback - Interface in org.citrusframework.util
-
Callback interface invoked on each field in the hierarchy.
- ReflectionHelper.MethodCallback - Interface in org.citrusframework.util
-
Action to take on each method.
- registerTimer(String, StopTimer) - Method in class org.citrusframework.context.TestContext
-
Registers a StopTimer in the test context, so that the associated timer can be stopped later on.
- registry(String) - Method in interface org.citrusframework.actions.docker.DockerImagePullActionBuilder
-
Sets the registry command parameter.
- registry(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesAgentConnectActionBuilder
- remove() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a remove command.
- remove(Boolean) - Method in interface org.citrusframework.actions.docker.DockerImageBuildActionBuilder
-
Sets the remove parameter.
- remove(String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a remove command.
- remove(String) - Method in interface org.citrusframework.message.correlation.ObjectStore
-
Removes object with correlation key.
- remove(String...) - Method in interface org.citrusframework.actions.camel.CamelRouteActionBuilder
-
Remove these Camel routes.
- removeHeader(String) - Method in interface org.citrusframework.message.Message
-
Removes the message header if it not a reserved message header such as unique message id.
- removeImage() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a remove image command.
- removeImage(String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a remove image command.
- removeTypeDefinition(String) - Static method in enum class org.citrusframework.message.MessageHeaderType
-
Removes the type definition form a typed header value.
- repeat() - Method in interface org.citrusframework.container.RepeatUntilTrueContainerBuilder.BuilderFactory
- repeatCount(int) - Method in interface org.citrusframework.container.TimerContainerBuilder
-
The maximum number of times the timer event is fired.
- repeatOnError() - Method in interface org.citrusframework.container.RepeatOnErrorUntilTrueContainerBuilder.BuilderFactory
- RepeatOnErrorUntilTrueContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - RepeatOnErrorUntilTrueContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- RepeatUntilTrueContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - RepeatUntilTrueContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- replaceDynamicContentInString(String) - Method in class org.citrusframework.context.TestContext
-
Method replacing variable declarations and place holders as well as function expressions in a string
- replaceDynamicContentInString(String, boolean) - Method in class org.citrusframework.context.TestContext
-
Method replacing variable declarations and functions in a string, optionally the variable values get surrounded with single quotes.
- replaceFunctionsInString(String, TestContext) - Static method in class org.citrusframework.functions.FunctionUtils
-
Search for functions in string and replace with respective function result.
- replaceFunctionsInString(String, TestContext, boolean) - Static method in class org.citrusframework.functions.FunctionUtils
-
Search for functions in string and replace with respective function result.
- replaceVariablesInString(String, TestContext, boolean) - Static method in class org.citrusframework.variable.VariableUtils
-
Replace all variable expression in a string with its respective value.
- replicationControllers() - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
ReplicationControllers action builder.
- reply(boolean) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
- ReplyConsumer - Interface in org.citrusframework.messaging
-
Consumer that explicitly receives reply messages synchronously.
- ReplyMessageTimeoutException - Exception in org.citrusframework.exceptions
- ReplyMessageTimeoutException(long, String) - Constructor for exception org.citrusframework.exceptions.ReplyMessageTimeoutException
-
Constructor using fields.
- ReplyMessageTimeoutException(long, String, Throwable) - Constructor for exception org.citrusframework.exceptions.ReplyMessageTimeoutException
-
Constructor using fields.
- ReplyProducer - Interface in org.citrusframework.messaging
- repository(String) - Method in interface org.citrusframework.actions.docker.DockerImagePullActionBuilder
-
Sets the repository command parameter.
- request(String, String) - Method in interface org.citrusframework.actions.http.HttpClientActionBuilder
-
Generic request builder with request method and path.
- request(String, String) - Method in interface org.citrusframework.actions.http.HttpServerActionBuilder
-
Generic request builder with request method and path.
- REQUEST_PATH_HEADER_NAME - Static variable in interface org.citrusframework.endpoint.resolver.EndpointUriResolver
- REQUIRED - Enum constant in enum class org.citrusframework.openapi.AutoFillType
-
Autofill will be applied only to required parameters/body that are missing.
- requiresValidator() - Method in interface org.citrusframework.validation.context.ValidationContext
-
Indicates whether this validation context requires a validator.
- resolve(Class<T>) - Method in interface org.citrusframework.spi.ReferenceResolver
-
Resolve reference of type.
- resolve(Class<T>) - Method in class org.citrusframework.spi.SimpleReferenceResolver
- resolve(Class<T>, String...) - Method in interface org.citrusframework.spi.ReferenceResolver
-
Resolve all references of type and given names.
- resolve(String) - Method in interface org.citrusframework.spi.ReferenceResolver
-
Resolves reference by given name to any object.
- resolve(String) - Method in class org.citrusframework.spi.SimpleReferenceResolver
- resolve(String[], Class<T>) - Method in interface org.citrusframework.spi.ReferenceResolver
-
Resolve all references of type and given names.
- resolve(String, Class<T>) - Method in interface org.citrusframework.spi.ReferenceResolver
-
Resolve reference of type and name.
- resolve(String, Class<T>) - Method in class org.citrusframework.spi.SimpleReferenceResolver
- resolve(String, Object...) - Method in interface org.citrusframework.spi.TypeResolver
-
Load default type information from given resource path property file and create new instance of given type.
- resolve(String, String, Object...) - Method in class org.citrusframework.spi.ResourcePathTypeResolver
- resolve(String, String, Object...) - Method in interface org.citrusframework.spi.TypeResolver
-
Load given property from given resource path property file and create new instance of given type.
- resolveAll() - Method in interface org.citrusframework.spi.TypeResolver
-
Load all resources and create new instance of given type.
- resolveAll(Class<T>) - Method in interface org.citrusframework.spi.ReferenceResolver
-
Resolves all references of given type returning a map of names and type instances.
- resolveAll(Class<T>) - Method in class org.citrusframework.spi.SimpleReferenceResolver
- resolveAll(String) - Method in interface org.citrusframework.spi.TypeResolver
-
Load all resources in given resource path and create new instance of given type.
- resolveAll(String, String) - Method in interface org.citrusframework.spi.TypeResolver
-
Load all resources in given resource path and create new instance of given type.
- resolveAll(String, String, String) - Method in class org.citrusframework.spi.ResourcePathTypeResolver
- resolveAll(String, String, String) - Method in interface org.citrusframework.spi.TypeResolver
-
Load all resources in given resource path and create new instance of given type.
- resolveDynamicValue(String) - Method in class org.citrusframework.context.TestContext
-
Checks weather the given expression is a variable or function and resolves the value accordingly
- resolveDynamicValuesInArray(T[]) - Method in class org.citrusframework.context.TestContext
-
Replaces variables and functions in array with respective values and returns the new array representation.
- resolveDynamicValuesInList(List<T>) - Method in class org.citrusframework.context.TestContext
-
Replaces variables and functions in a list with respective values and returns the new list representation.
- resolveDynamicValuesInMap(Map<String, T>) - Method in class org.citrusframework.context.TestContext
-
Replaces variables and functions inside a map with respective values and returns a new map representation.
- resolveEndpointUri(Message, String) - Method in interface org.citrusframework.endpoint.resolver.EndpointUriResolver
-
Get the dedicated message endpoint uri for this message.
- resolveFunction(String, TestContext) - Static method in class org.citrusframework.functions.FunctionUtils
-
This method resolves a custom function to its respective result.
- resolveProperty(String, String) - Method in class org.citrusframework.spi.ResourcePathTypeResolver
- resolveProperty(String, String) - Method in interface org.citrusframework.spi.TypeResolver
-
Resolve resource path property file with given name and load given property.
- resolvers - Static variable in interface org.citrusframework.context.resolver.TypeAliasResolver
- resolveValidationMatcher(String, String, String, TestContext) - Static method in class org.citrusframework.validation.matcher.ValidationMatcherUtils
-
This method resolves a custom validationMatcher to its respective result.
- resource(File) - Method in interface org.citrusframework.container.WaitContainerBuilder.FileConditionBuilder
-
Wait for given file resource.
- resource(Object) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceCreateActionBuilder
- resource(String) - Method in interface org.citrusframework.actions.knative.KnativeResourceDeleteActionBuilder
- resource(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateAnnotationsActionBuilder
- resource(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateLabelsActionBuilder
- resource(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesResourceCreateActionBuilder
- resource(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesResourceDeleteActionBuilder
- resource(Resource) - Method in interface org.citrusframework.actions.kubernetes.KubernetesResourceCreateActionBuilder
- resource(Resource) - Method in interface org.citrusframework.actions.kubernetes.KubernetesResourceDeleteActionBuilder
- Resource - Interface in org.citrusframework.spi
-
Describe a resource, such as a file or class path resource.
- RESOURCE_PATH - Static variable in interface org.citrusframework.common.TestLoader
-
Test loader resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.config.annotation.AnnotationConfigParser
-
Endpoint parser resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.container.TemplateLoader
-
Function resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.context.resolver.TypeAliasResolver
-
Type alias resolver resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.endpoint.EndpointBuilder
-
Endpoint builder resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.endpoint.EndpointComponent
-
Endpoint component resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.functions.Function
-
Function resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.main.TestEngine
-
Endpoint parser resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.message.MessageProcessor
-
Message processor resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.message.MessageSelector
-
Message selector resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.message.ScriptPayloadBuilder
-
Message processor resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.TestActionBuilder
-
Endpoint builder resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.util.TypeConverter
-
Type converter resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.validation.context.ValidationContext
-
Endpoint builder resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.validation.HeaderValidator
-
Header validator resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.validation.matcher.ValidationMatcher
-
Message validator resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.validation.MessageValidator
-
Message validator resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.validation.SchemaValidator
-
Schema validator resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.validation.script.sql.SqlResultSetScriptValidator
-
Message validator resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.validation.ValueMatcher
-
Message validator resource lookup path
- RESOURCE_PATH - Static variable in interface org.citrusframework.variable.VariableExtractor
-
Variable extractor resource lookup path
- resourceName(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceDeleteActionBuilder
- resourceName(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- ResourcePathTypeResolver - Class in org.citrusframework.spi
-
Type resolver resolves references via resource path lookup.
- ResourcePathTypeResolver() - Constructor for class org.citrusframework.spi.ResourcePathTypeResolver
-
Default constructor using META-INF resource base path.
- ResourcePathTypeResolver(String) - Constructor for class org.citrusframework.spi.ResourcePathTypeResolver
-
Default constructor initializes with given resource path.
- resources() - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder
-
Performs actions on Kubernetes resources.
- Resources - Class in org.citrusframework.spi
-
Helps with resources of type classpath or file system.
- Resources.ByteArrayResource - Class in org.citrusframework.spi
-
Resource with given byte array content.
- Resources.ClasspathResource - Class in org.citrusframework.spi
-
Resource loaded from classpath.
- Resources.FileSystemResource - Class in org.citrusframework.spi
-
Resource on the file system.
- Resources.UrlResource - Class in org.citrusframework.spi
- resourceType(Class<?>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceCreateActionBuilder
- resourceType(Class<?>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceDeleteActionBuilder
- resourceType(Class<?>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- respond() - Method in interface org.citrusframework.actions.http.HttpServerActionBuilder
-
Generic response builder for sending response messages to client.
- respond(int) - Method in interface org.citrusframework.actions.http.HttpServerActionBuilder
-
Generic response builder for sending response messages to client with response status code.
- respond(Object) - Method in interface org.citrusframework.actions.http.HttpServerActionBuilder
-
Generic response builder for sending response messages to client with response status code.
- respondOkJson(Object) - Method in interface org.citrusframework.actions.http.HttpServerActionBuilder
-
Generic response builder for sending JSON response messages to client with response status 200 (OK).
- respondOkJson(String) - Method in interface org.citrusframework.actions.http.HttpServerActionBuilder
-
Generic response builder for sending JSON response messages to client with response status 200 (OK).
- response() - Method in interface org.citrusframework.actions.http.HttpClientReceiveActionBuilder
-
Generic response builder for expecting response messages on client.
- response() - Method in interface org.citrusframework.actions.http.HttpServerSendActionBuilder
-
Generic response builder for expecting response messages on client.
- response(int) - Method in interface org.citrusframework.actions.http.HttpClientReceiveActionBuilder
-
Generic response builder for expecting response messages on client with response status code.
- response(int) - Method in interface org.citrusframework.actions.http.HttpServerSendActionBuilder
-
Generic response builder for expecting response messages on client with response status code.
- response(Object) - Method in interface org.citrusframework.actions.http.HttpClientReceiveActionBuilder
-
Generic response builder for expecting response messages on client with response status code.
- response(Object) - Method in interface org.citrusframework.actions.http.HttpServerSendActionBuilder
-
Generic response builder for expecting response messages on client.
- result(Enum<?>) - Method in interface org.citrusframework.actions.camel.CamelControlBusActionBuilder
-
Sets the expected result.
- result(String) - Method in interface org.citrusframework.actions.camel.CamelControlBusActionBuilder
-
Sets the expected result.
- result(String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds expected command result.
- result(String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilderBase
- result(String) - Method in interface org.citrusframework.actions.InputActionBuilder
-
Stores the result to a test variable.
- result(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandActionBuilder
-
Adds expected command result.
- result(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
Adds expected command result.
- result(String) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the target variable for the result
- ROOT - Static variable in class org.citrusframework.spi.ResourcePathTypeResolver
- route() - Method in interface org.citrusframework.actions.camel.CamelActionBuilder
-
Perform actions on a Camel route such as start/stop/create and process.
- route() - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessors
- route(Object) - Method in interface org.citrusframework.actions.camel.CamelCreateRouteActionBuilder
-
Adds route as a RouteBuilder or RouteDefinition using one of the supported languages XML or Groovy.
- route(String) - Method in interface org.citrusframework.actions.camel.CamelControlBusActionBuilder
-
Sets route action to execute.
- route(String) - Method in interface org.citrusframework.actions.camel.CamelCreateRouteActionBuilder
-
Adds route using one of the supported languages XML or Groovy.
- route(String, String) - Method in interface org.citrusframework.actions.camel.CamelControlBusActionBuilder
-
Sets route action to execute.
- route(String, String) - Method in interface org.citrusframework.actions.camel.CamelCreateRouteActionBuilder
-
Adds route using one of the supported languages XML or Groovy.
- route(Resource) - Method in interface org.citrusframework.actions.camel.CamelCreateRouteActionBuilder
-
Adds route using the content of the given resource.
- routeBuilder(Object) - Method in interface org.citrusframework.message.processor.camel.CamelRouteProcessorBuilder
- routeContext(String) - Method in interface org.citrusframework.actions.camel.CamelCreateRouteActionBuilder
-
Deprecated.
- routeId(String) - Method in interface org.citrusframework.actions.camel.CamelCreateRouteActionBuilder
-
Sets the route id.
- routeId(String) - Method in interface org.citrusframework.message.processor.camel.CamelRouteProcessorBuilder
- routeIds(List<String>) - Method in interface org.citrusframework.actions.camel.CamelRouteActionBuilderBase
-
Add list of route ids.
- routes(String...) - Method in interface org.citrusframework.actions.camel.CamelRouteActionBuilderBase
-
Adds route ids.
- routes(List<?>) - Method in interface org.citrusframework.actions.camel.CamelCreateRouteActionBuilder
-
Adds route definitions.
- rss() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the RSS data format
- run() - Method in interface org.citrusframework.actions.agent.AgentActionBuilder
- run() - Method in interface org.citrusframework.actions.camel.CamelInfraActionBuilder
-
Runs an available Camel infra service.
- run() - Method in interface org.citrusframework.actions.camel.CamelJBangActionBuilder
-
Runs Camel integration.
- run() - Method in interface org.citrusframework.actions.camel.CamelJBangKubernetesActionBuilder
-
Build and deploy a Camel project to Kubernetes
- run() - Method in interface org.citrusframework.actions.groovy.GroovyActionBuilder
-
Run Groovy script.
- run() - Method in interface org.citrusframework.main.TestEngine
-
Runs all tests with the given engine.
- run(String, String) - Method in interface org.citrusframework.actions.camel.CamelJBangActionBuilder
-
Runs Camel integration from given source code.
- run(List<TestActionBuilder<?>>) - Method in interface org.citrusframework.TestActionRunner
-
Builds and runs given test action.
- run(TestActionBuilder<T>) - Method in interface org.citrusframework.TestActionRunner
-
Builds and runs given test action.
- run(T) - Method in interface org.citrusframework.TestActionRunner
-
Runs given test action.
- runtime(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Define runtime.
S
- S3 - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- saveCorrelationKey(String, String, TestContext) - Method in interface org.citrusframework.message.correlation.CorrelationManager
-
Creates new correlation key in test context by saving as test variable.
- saveOutput(String) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- savePid(String) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- schema - Variable in class org.citrusframework.validation.context.MessageValidationContext.Builder
- schema(String) - Method in interface org.citrusframework.actions.SendMessageBuilderFactory
-
Sets explicit schema instance name to use for schema validation.
- schema(String) - Method in class org.citrusframework.validation.context.MessageValidationContext.Builder
- schema(String) - Method in interface org.citrusframework.validation.context.SchemaValidationContextBuilder
-
Sets explicit schema instance name to use for schema validation.
- schemaRepository - Variable in class org.citrusframework.validation.context.MessageValidationContext.Builder
- schemaRepository(String) - Method in interface org.citrusframework.actions.SendMessageBuilderFactory
-
Sets explicit schema repository instance to use for validation.
- schemaRepository(String) - Method in class org.citrusframework.validation.context.MessageValidationContext.Builder
- schemaRepository(String) - Method in interface org.citrusframework.validation.context.SchemaValidationContextBuilder
-
Sets explicit xsd schema repository instance to use for validation.
- schemaValidation - Variable in class org.citrusframework.validation.context.MessageValidationContext.Builder
- schemaValidation(boolean) - Method in interface org.citrusframework.actions.openapi.OpenApiClientRequestActionBuilder
- schemaValidation(boolean) - Method in interface org.citrusframework.actions.openapi.OpenApiClientResponseActionBuilder
- schemaValidation(boolean) - Method in interface org.citrusframework.actions.openapi.OpenApiServerRequestActionBuilder
- schemaValidation(boolean) - Method in interface org.citrusframework.actions.openapi.OpenApiServerResponseActionBuilder
- schemaValidation(boolean) - Method in interface org.citrusframework.actions.SendMessageBuilderFactory
-
Sets schema validation enabled/disabled for this message.
- schemaValidation(boolean) - Method in class org.citrusframework.validation.context.MessageValidationContext.Builder
- schemaValidation(boolean) - Method in interface org.citrusframework.validation.context.SchemaValidationContextBuilder
-
Sets schema validation enabled/disabled for this message.
- SchemaValidationContext - Interface in org.citrusframework.validation.context
-
This context holds the basic information for the validation of messages against schemas
- SchemaValidationContextBuilder<B> - Interface in org.citrusframework.validation.context
-
Fluent builder
- SchemaValidator<T extends SchemaValidationContext> - Interface in org.citrusframework.validation
- Scoped - Interface in org.citrusframework
- screenshot() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Make screenshot.
- screenshot(String) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Make screenshot with custom output directory.
- script() - Method in interface org.citrusframework.actions.script.ScriptActionBuilder.BuilderFactory
- script() - Method in interface org.citrusframework.validation.script.ScriptValidationContextBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- script(String) - Method in interface org.citrusframework.actions.groovy.GroovyActionBuilder
-
Run given Groovy script.
- script(String) - Method in interface org.citrusframework.actions.groovy.GroovyCreateBeansActionBuilder
-
Sets the Groovy script to execute.
- script(String) - Method in interface org.citrusframework.actions.groovy.GroovyCreateEndpointsActionBuilder
-
Sets the Groovy script to execute.
- script(String) - Method in interface org.citrusframework.actions.groovy.GroovyRunActionBuilder
-
Sets the Groovy script to execute.
- script(String) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- script(String) - Method in interface org.citrusframework.actions.selenium.SeleniumJavaScriptActionBuilder
-
Add script.
- script(String) - Method in interface org.citrusframework.validation.script.ScriptValidationContextBuilder
-
Adds script validation.
- script(Resource) - Method in interface org.citrusframework.actions.groovy.GroovyActionBuilder
-
Run given Groovy script resource.
- script(Resource) - Method in interface org.citrusframework.actions.groovy.GroovyCreateBeansActionBuilder
-
Sets the Groovy script to execute.
- script(Resource) - Method in interface org.citrusframework.actions.groovy.GroovyCreateEndpointsActionBuilder
-
Sets the Groovy script to execute.
- script(Resource) - Method in interface org.citrusframework.actions.groovy.GroovyRunActionBuilder
-
Sets the Groovy script to execute.
- script(Resource) - Method in interface org.citrusframework.actions.selenium.SeleniumJavaScriptActionBuilder
- script(Resource) - Method in interface org.citrusframework.validation.script.ScriptValidationContextBuilder
-
Reads validation script file resource and sets content as validation script.
- script(Resource, Charset) - Method in interface org.citrusframework.actions.groovy.GroovyCreateBeansActionBuilder
-
Sets the Groovy script to execute.
- script(Resource, Charset) - Method in interface org.citrusframework.actions.groovy.GroovyCreateEndpointsActionBuilder
-
Sets the Groovy script to execute.
- script(Resource, Charset) - Method in interface org.citrusframework.actions.groovy.GroovyRunActionBuilder
-
Sets the Groovy script to execute.
- script(Resource, Charset) - Method in interface org.citrusframework.actions.selenium.SeleniumJavaScriptActionBuilder
- script(Resource, Charset) - Method in interface org.citrusframework.validation.script.ScriptValidationContextBuilder
-
Reads validation script file resource and sets content as validation script.
- ScriptActionBuilder - Interface in org.citrusframework.actions.script
- ScriptActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.script
- ScriptPayloadBuilder - Interface in org.citrusframework.message
- scriptResource(String) - Method in interface org.citrusframework.validation.script.ScriptValidationContextBuilder
-
Adds script validation file resource.
- scriptResourceCharset(String) - Method in interface org.citrusframework.validation.script.ScriptValidationContextBuilder
-
Adds charset of script validation file resource.
- scriptResourcePath(String) - Method in interface org.citrusframework.actions.groovy.GroovyCreateBeansActionBuilder
-
Sets the Groovy script to execute.
- scriptResourcePath(String) - Method in interface org.citrusframework.actions.groovy.GroovyCreateEndpointsActionBuilder
-
Sets the Groovy script to execute.
- scriptResourcePath(String) - Method in interface org.citrusframework.actions.groovy.GroovyRunActionBuilder
-
Sets the Groovy script to execute.
- ScriptTestActions - Interface in org.citrusframework.actions.script
-
Interface combines domain specific language methods for all test actions available in Citrus.
- scriptType(String) - Method in interface org.citrusframework.validation.script.ScriptValidationContextBuilder
-
Adds custom validation script type.
- ScriptTypes - Class in org.citrusframework.script
-
Script type constants representing possible script languages used in test cases.
- ScriptValidationContext - Interface in org.citrusframework.validation.script
- ScriptValidationContextBuilder<T extends ScriptValidationContext,
B extends ScriptValidationContextBuilder<T, B>> - Interface in org.citrusframework.validation.script -
Fluent builder
- ScriptValidationContextBuilder.Factory - Interface in org.citrusframework.validation.script
- ScriptValidations - Interface in org.citrusframework.validation.script
- seconds(double) - Method in interface org.citrusframework.container.WaitContainerBuilder.ConditionBuilder
- seconds(double) - Method in interface org.citrusframework.container.WaitContainerBuilder
- seconds(Double) - Method in interface org.citrusframework.actions.SleepActionBuilder
- seconds(Integer) - Method in interface org.citrusframework.actions.SleepActionBuilder
- seconds(Long) - Method in interface org.citrusframework.actions.SleepActionBuilder
- seconds(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodWatchLogsActionBuilder
- secret(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateAnnotationsActionBuilder
- secret(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateLabelsActionBuilder
- secret(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesSecretCreateActionBuilder
- secret(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesSecretDeleteActionBuilder
- SECRET - Enum constant in enum class org.citrusframework.kubernetes.KubernetesResourceType
- secrets() - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder
-
Performs actions on Kubernetes secrets.
- SECRETS_MANAGER - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- SegmentVariableExtractor - Interface in org.citrusframework.variable
-
Class extracting values of segments of VariableExpressions.
- SegmentVariableExtractorRegistry - Class in org.citrusframework.variable
-
Simple registry holding all available segment variable extractor implementations.
- SegmentVariableExtractorRegistry() - Constructor for class org.citrusframework.variable.SegmentVariableExtractorRegistry
- SegmentVariableExtractorRegistry.AbstractSegmentVariableExtractor - Class in org.citrusframework.variable
-
Base class for segment variable extractors that ensures that an exception is thrown upon no match.
- SegmentVariableExtractorRegistry.IndexedSegmentVariableExtractor - Class in org.citrusframework.variable
-
Base class for extractors that can operate on indexed values.
- SegmentVariableExtractorRegistry.MapVariableExtractor - Class in org.citrusframework.variable
-
SegmentVariableExtractor that accesses the segment value from a
Map. - SegmentVariableExtractorRegistry.ObjectFieldValueExtractor - Class in org.citrusframework.variable
-
SegmentVariableExtractor that accesses the segment value by a
Fieldof the parentObject - select() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Dropdown select single option action.
- select(String) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Dropdown select single option action.
- select(String...) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Dropdown select multiple options action.
- SelectiveConsumer - Interface in org.citrusframework.messaging
-
Consumer implementation able to select messages available on a message destination.
- selector(String) - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder
-
Sets the messageSelector.
- selector(String) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- selector(String) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Sets message selector string.
- selector(String) - Method in interface org.citrusframework.actions.ReceiveTimeoutActionBuilder
-
Adds message selector string for selective consumer.
- selector(Map<String, Object>) - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder
-
Sets the messageSelector.
- selector(Map<String, Object>) - Method in interface org.citrusframework.actions.ReceiveTimeoutActionBuilder
-
Sets the messageSelector.
- selector(Map<String, String>) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- selector(Map<String, String>) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Sets message selector elements.
- selenium() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder.BuilderFactory
- SeleniumActionBuilder<T extends TestAction,
B extends TestActionBuilder.DelegatingTestActionBuilder<T>> - Interface in org.citrusframework.actions.selenium - SeleniumActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.selenium
- SeleniumActionBuilderBase<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.selenium - SeleniumAlertActionBuilder<T extends TestAction,
B extends SeleniumAlertActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumCheckInputActionBuilder<T extends TestAction,
B extends SeleniumCheckInputActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumClearBrowserCacheActionBuilder<T extends TestAction,
B extends SeleniumClearBrowserCacheActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumClickActionBuilder<T extends TestAction,
B extends SeleniumClickActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumCloseWindowActionBuilder<T extends TestAction,
B extends SeleniumCloseWindowActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumDropDownSelectActionBuilder<T extends TestAction,
B extends SeleniumDropDownSelectActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumElementActionBuilderBase<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.selenium - SeleniumFillFormActionBuilder<T extends TestAction,
B extends SeleniumFillFormActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumFindElementActionBuilder<T extends TestAction,
B extends SeleniumFindElementActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumGetStoredFileActionBuilder<T extends TestAction,
B extends SeleniumGetStoredFileActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumHoverActionBuilder<T extends TestAction,
B extends SeleniumHoverActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumJavaScriptActionBuilder<T extends TestAction,
B extends SeleniumJavaScriptActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumMakeScreenshotActionBuilder<T extends TestAction,
B extends SeleniumMakeScreenshotActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumNavigateActionBuilder<T extends TestAction,
B extends SeleniumNavigateActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumOpenWindowActionBuilder<T extends TestAction,
B extends SeleniumOpenWindowActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumPageActionBuilder<T extends TestAction,
B extends SeleniumPageActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumSetInputActionBuilder<T extends TestAction,
B extends SeleniumSetInputActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumStartBrowserActionBuilder<T extends TestAction,
B extends SeleniumStartBrowserActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumStopBrowserActionBuilder<T extends TestAction,
B extends SeleniumStopBrowserActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumStoreFileActionBuilder<T extends TestAction,
B extends SeleniumStoreFileActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumSwitchWindowActionBuilder<T extends TestAction,
B extends SeleniumSwitchWindowActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - SeleniumTestActions - Interface in org.citrusframework.actions.selenium
-
Interface combines domain specific language methods for all test actions available in Citrus.
- SeleniumWaitUntilActionBuilder<T extends TestAction,
B extends SeleniumWaitUntilActionBuilder<T, B>> - Interface in org.citrusframework.actions.selenium - self - Variable in class org.citrusframework.validation.context.MessageValidationContext.Builder
- send() - Method in interface org.citrusframework.actions.camel.CamelActionBuilder
-
Sends message using Camel endpointUri and components.
- send() - Method in interface org.citrusframework.actions.camel.CamelJBangCmdActionBuilder
-
Runs Camel JBang send command.
- send() - Method in interface org.citrusframework.actions.http.HttpClientActionBuilder
-
Sends Http requests as client.
- send() - Method in interface org.citrusframework.actions.http.HttpServerActionBuilder
-
Send Http response messages as server to client.
- send() - Method in interface org.citrusframework.actions.knative.KnativeEventActionBuilder
-
Produce event for the Knative broker.
- send() - Method in interface org.citrusframework.actions.SendActionBuilder.BuilderFactory
- send() - Method in interface org.citrusframework.actions.ws.SoapClientActionBuilder
-
Generic request builder with request method and path.
- send() - Method in interface org.citrusframework.actions.ws.SoapServerActionBuilder
-
Generic response builder for sending SOAP response messages to client.
- send(String) - Method in interface org.citrusframework.actions.openapi.OpenApiClientActionBuilder
-
Sends Http requests as client.
- send(String) - Method in interface org.citrusframework.actions.openapi.OpenApiServerActionBuilder
-
Sends Http response messages as server.
- send(String) - Method in interface org.citrusframework.actions.SendActionBuilder.BuilderFactory
- send(String, int) - Method in interface org.citrusframework.actions.openapi.OpenApiServerActionBuilder
-
Send Http response messages as server to client.
- send(String, Object) - Method in interface org.citrusframework.actions.openapi.OpenApiServerActionBuilder
-
Send Http response messages as server to client.
- send(String, String) - Method in interface org.citrusframework.actions.openapi.OpenApiServerActionBuilder
-
Send Http response messages as server to client.
- send(String, String, String) - Method in interface org.citrusframework.actions.openapi.OpenApiServerActionBuilder
-
Send Http response messages as server to client.
- send(Endpoint) - Method in interface org.citrusframework.actions.SendActionBuilder.BuilderFactory
- send(Message) - Method in interface org.citrusframework.message.MessageQueue
-
Send new message to queue.
- send(Message, TestContext) - Method in interface org.citrusframework.messaging.Producer
-
Sends the message.
- SendActionBuilder<T extends TestAction,
M extends SendMessageBuilderFactory<T, M>, B extends SendActionBuilder<T, M, B>> - Interface in org.citrusframework.actions - SendActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- sendFault() - Method in interface org.citrusframework.actions.ws.SoapServerActionBuilder
-
Generic response builder for sending SOAP fault messages to client.
- SendMessageBuilderFactory<T extends TestAction,
M extends SendMessageBuilderFactory<T, M>> - Interface in org.citrusframework.actions - SEQUENCE_NUMBER - Static variable in class org.citrusframework.message.MessageHeaderUtils
- SEQUENCE_SIZE - Static variable in class org.citrusframework.message.MessageHeaderUtils
- sequential() - Method in interface org.citrusframework.container.SequentialContainerBuilder.BuilderFactory
- SequentialContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - SequentialContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- server() - Method in interface org.citrusframework.actions.ws.SoapActionBuilder
-
Initiate soap server action.
- server(String) - Method in interface org.citrusframework.actions.http.HttpActionBuilder
-
Initiate http server action.
- server(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- server(String) - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder
-
Initiate http server action.
- server(String) - Method in interface org.citrusframework.actions.StartServerActionBuilder
- server(String) - Method in interface org.citrusframework.actions.StopServerActionBuilder
- server(String) - Method in interface org.citrusframework.actions.ws.SoapActionBuilder
-
Initiate soap server action.
- server(String...) - Method in interface org.citrusframework.actions.StartServerActionBuilder
- server(String...) - Method in interface org.citrusframework.actions.StopServerActionBuilder
- server(List<Server>) - Method in interface org.citrusframework.actions.StartServerActionBuilder
- server(List<Server>) - Method in interface org.citrusframework.actions.StopServerActionBuilder
- server(Endpoint) - Method in interface org.citrusframework.actions.http.HttpActionBuilder
-
Initiate http server action.
- server(Endpoint) - Method in interface org.citrusframework.actions.knative.KnativeEventReceiveActionBuilder
- server(Endpoint) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- server(Endpoint) - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder
-
Initiate http server action.
- server(Endpoint) - Method in interface org.citrusframework.actions.ws.SoapActionBuilder
-
Initiate soap server action.
- server(Server) - Method in interface org.citrusframework.actions.StartServerActionBuilder
- server(Server) - Method in interface org.citrusframework.actions.StopServerActionBuilder
- server(Server...) - Method in interface org.citrusframework.actions.StartServerActionBuilder
- server(Server...) - Method in interface org.citrusframework.actions.StopServerActionBuilder
- Server - Interface in org.citrusframework.server
-
Server representation in Citrus is a runnable instance accepting client connections.
- serverNames(List<String>) - Method in interface org.citrusframework.actions.StartServerActionBuilder
- serverNames(List<String>) - Method in interface org.citrusframework.actions.StopServerActionBuilder
- service(String) - Method in interface org.citrusframework.actions.camel.CamelInfraRunActionBuilder
- service(String) - Method in interface org.citrusframework.actions.camel.CamelInfraStopActionBuilder
- service(String) - Method in interface org.citrusframework.actions.knative.KnativeSubscriptionCreateActionBuilder
- service(String) - Method in interface org.citrusframework.actions.knative.KnativeTriggerCreateActionBuilder
- service(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateAnnotationsActionBuilder
- service(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateLabelsActionBuilder
- service(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceConnectActionBuilder
- service(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- service(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceDeleteActionBuilder
- service(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceDisconnectActionBuilder
- service(String, int) - Method in interface org.citrusframework.actions.knative.KnativeEventReceiveActionBuilder
- service(String, String) - Method in interface org.citrusframework.actions.camel.CamelInfraRunActionBuilder
- service(String, String) - Method in interface org.citrusframework.actions.camel.CamelInfraStopActionBuilder
- SERVICE - Enum constant in enum class org.citrusframework.kubernetes.KubernetesResourceType
- serviceName(String) - Method in interface org.citrusframework.actions.knative.KnativeEventReceiveActionBuilder
- serviceName(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- serviceName(AwsService) - Static method in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- servicePort(int) - Method in interface org.citrusframework.actions.knative.KnativeEventReceiveActionBuilder
- services() - Method in interface org.citrusframework.actions.kubernetes.KubernetesActionBuilder
-
Performs actions on Kubernetes services.
- services() - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
Services action builder.
- setAction(A) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesWatchCommandResult
-
Sets the observed watch action.
- setActions(List<TestAction>) - Method in interface org.citrusframework.container.TestActionContainer
-
Sets the embedded test actions to execute within this container.
- setActiveAction(TestAction) - Method in interface org.citrusframework.container.TestActionContainer
-
Sets the current active action executed.
- setActor(TestActor) - Method in interface org.citrusframework.endpoint.Endpoint
-
Sets the test actor for this endpoint.
- setActor(TestActor) - Method in interface org.citrusframework.TestActorAware
-
Sets the test actor associated with a test action.
- setAfterTest(List<AfterTest>) - Method in class org.citrusframework.context.TestContext
-
Specifies the afterTest.
- setApiVersion(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesDeleteCommandResult
-
Sets the api version.
- setApiVersion(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesInfoCommandResult
-
Sets the api version.
- setApiVersion(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesListCommandResult
-
Sets the api version.
- setAuthor(String) - Method in class org.citrusframework.TestCaseMetaInfo
-
Set the test author.
- setAutoClear(boolean) - Method in class org.citrusframework.report.TestReporters
-
Specifies the autoClear.
- setBeforeTest(List<BeforeTest>) - Method in class org.citrusframework.context.TestContext
-
Specifies the beforeTest.
- setClientVersion(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesInfoCommandResult
-
Sets the clientVersion property.
- setCreationDate(Date) - Method in class org.citrusframework.TestCaseMetaInfo
-
Set the creation date.
- setDescription(String) - Method in interface org.citrusframework.common.Described
-
Description setter.
- setDirection(MessageDirection) - Method in class org.citrusframework.message.AbstractMessageProcessor
-
Sets the processor direction (inbound, outbound, unbound).
- setDisabled(boolean) - Method in class org.citrusframework.TestActor
-
Sets the disabled.
- setEndpointFactory(EndpointFactory) - Method in class org.citrusframework.context.TestContext
-
Sets the endpoint factory.
- setEngine(String) - Method in class org.citrusframework.main.TestRunConfiguration
-
Sets the engine.
- setError(RuntimeException) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandResult
-
Sets the error.
- setExecutedAction(TestAction) - Method in interface org.citrusframework.container.TestActionContainer
-
Sets the last action that has been executed.
- setFailureStack(List<FailureStackElement>) - Method in exception org.citrusframework.exceptions.CitrusRuntimeException
-
Sets the custom failure stack holding line number information inside test case.
- setField(Field, Object, Object) - Static method in class org.citrusframework.util.ReflectionHelper
- setFile(String) - Method in interface org.citrusframework.message.ScriptPayloadBuilder
- setFile(String, String) - Method in interface org.citrusframework.message.ScriptPayloadBuilder
- setFunctionLibraries(List<FunctionLibrary>) - Method in class org.citrusframework.functions.FunctionRegistry
- setFunctionRegistry(FunctionRegistry) - Method in class org.citrusframework.context.TestContext
-
Set the function registry.
- setGlobalVariables(GlobalVariables) - Method in class org.citrusframework.context.TestContext
-
Copies the passed
globalVariablesand adds them to the test context. - setGroups(String[]) - Method in interface org.citrusframework.TestGroupAware
-
Sets the test groups.
- setHeader(String, Object) - Method in interface org.citrusframework.message.Message
-
Sets new header entry in message header list.
- setHeader(Message, String, String) - Static method in class org.citrusframework.message.MessageHeaderUtils
-
Safely sets header on message builder.
- setIncludes(String[]) - Method in class org.citrusframework.main.TestRunConfiguration
-
Sets the includes.
- setIncremental(boolean) - Method in interface org.citrusframework.TestCase
-
Sets the test runner flag.
- setInput() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Set input action.
- setInput(String) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Set input action.
- setItems(List<T>) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesListCommandResult
-
Sets the items.
- setKind(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesDeleteCommandResult
-
Sets the resource kind.
- setKind(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesListCommandResult
-
Sets the resource kind.
- setLastUpdatedBy(String) - Method in class org.citrusframework.TestCaseMetaInfo
-
Set the author that recently updated this test case.
- setLastUpdatedOn(Date) - Method in class org.citrusframework.TestCaseMetaInfo
-
Set last updating date.
- setLineNumberEnd(Long) - Method in class org.citrusframework.report.FailureStackElement
-
Sets the line number where failing action ends.
- setLogModifier(LogModifier) - Method in class org.citrusframework.context.TestContext
-
Sets the logModifier.
- setMasterUrl(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesInfoCommandResult
-
Sets the masterUrl property.
- setMembers(Map<String, Function>) - Method in class org.citrusframework.functions.FunctionLibrary
-
Set the function library content.
- setMembers(Map<String, ValidationMatcher>) - Method in class org.citrusframework.validation.matcher.ValidationMatcherLibrary
-
Set the validationMatcher library content.
- setMessageListeners(MessageListeners) - Method in class org.citrusframework.context.TestContext
-
Set the message listeners.
- setMessageProcessors(List<MessageProcessor>) - Method in class org.citrusframework.message.MessageProcessors
-
Sets the messageProcessors property.
- setMessageProcessors(MessageProcessors) - Method in class org.citrusframework.context.TestContext
-
Sets the global message processors.
- setMessageStore(MessageStore) - Method in class org.citrusframework.context.TestContext
-
Sets the messageStore property.
- setMessageType(String) - Method in interface org.citrusframework.message.MessageTypeAware
-
Sets the message type.
- setMessageValidatorRegistry(MessageValidatorRegistry) - Method in class org.citrusframework.context.TestContext
-
Set the message validator registry.
- setMessageValidators(Map<String, MessageValidator<? extends ValidationContext>>) - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Sets available message validator implementations.
- setName(String) - Method in interface org.citrusframework.common.Named
-
Sets the component name.
- setName(String) - Method in class org.citrusframework.functions.FunctionLibrary
-
Get the name of the function library.
- setName(String) - Method in interface org.citrusframework.message.Message
-
Sets the message name for internal use.
- setName(String) - Method in class org.citrusframework.TestActor
-
Sets the name.
- setName(String) - Method in class org.citrusframework.validation.matcher.ValidationMatcherLibrary
-
Get the name of the validationMatcher library.
- setNamespace(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesInfoCommandResult
-
Sets the namespace property.
- setNamespaceContextBuilder(NamespaceContextBuilder) - Method in class org.citrusframework.context.TestContext
-
Sets the namespace context builder.
- setNamespaceMappings(Map<String, String>) - Method in class org.citrusframework.xml.namespace.NamespaceContextBuilder
-
Sets the default mappings for this namespace context builder.
- setNamespaces(Map<String, String>) - Method in interface org.citrusframework.validation.xml.XmlNamespaceAware
-
Sets the Xml namespaces as map where the key is the namespace prefix and value is the namespace URI.
- setObjectStore(ObjectStore<T>) - Method in interface org.citrusframework.message.correlation.CorrelationManager
-
Sets the object store implementation
- setPackageName(String) - Method in interface org.citrusframework.common.TestLoader
- setPackageName(String) - Method in interface org.citrusframework.TestCase
-
Set the package name.
- setPackages(List<String>) - Method in class org.citrusframework.main.TestRunConfiguration
-
Sets the packages.
- setParameters(String[], Object[]) - Method in interface org.citrusframework.TestParameterAware
-
Sets the parameters.
- setPayload(Object) - Method in interface org.citrusframework.message.Message
-
Sets the message payload.
- setPayloadBuilder(MessagePayloadBuilder) - Method in interface org.citrusframework.message.WithPayloadBuilder
-
Sets message payload builder.
- setPollingInterval(long) - Method in interface org.citrusframework.endpoint.PollableEndpointConfiguration
-
Sets the polling interval.
- setPrefix(String) - Method in class org.citrusframework.functions.FunctionLibrary
-
Set the library prefix.
- setPrefix(String) - Method in class org.citrusframework.validation.matcher.ValidationMatcherLibrary
-
Set the library prefix.
- setReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.context.TestContext
- setReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.spi.AbstractReferenceResolverAwareTestActionBuilder
-
Specifies the referenceResolver.
- setReferenceResolver(ReferenceResolver) - Method in interface org.citrusframework.spi.ReferenceResolverAware
-
Sets the reference resolver.
- setReportDirectory(String) - Static method in class org.citrusframework.report.TestReporterSettings
- setResult(T) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandResult
-
Sets the result model.
- setSchemaValidators(Map<String, SchemaValidator<? extends SchemaValidationContext>>) - Method in class org.citrusframework.validation.MessageValidatorRegistry
-
Sets available schema validator implementations.
- setScript(String) - Method in interface org.citrusframework.message.ScriptPayloadBuilder
- setSegmentVariableExtractorRegistry(SegmentVariableExtractorRegistry) - Method in class org.citrusframework.context.TestContext
-
Specifies the segmentVariableExtractorRegistry
- setSource(TestSource) - Method in interface org.citrusframework.common.TestSourceAware
-
Sets the test source.
- setSourceFile(Resource) - Method in class org.citrusframework.TestSource
- setStatus(TestCaseMetaInfo.Status) - Method in class org.citrusframework.TestCaseMetaInfo
-
Set the status the this test case.
- setSuccess(Boolean) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesDeleteCommandResult
-
Sets the success.
- setTestActionListeners(TestActionListeners) - Method in class org.citrusframework.context.TestContext
-
Specifies the testActionListeners.
- setTestActionListeners(TestActionListeners) - Method in interface org.citrusframework.report.TestActionListenersAware
-
Sets the test action listeners.
- setTestClass(Class<?>) - Method in interface org.citrusframework.common.TestLoader
- setTestClass(Class<?>) - Method in interface org.citrusframework.TestCase
-
Set the test class type.
- setTestJar(File) - Method in class org.citrusframework.main.TestRunConfiguration
-
Sets the testJar.
- setTestListeners(TestListeners) - Method in class org.citrusframework.context.TestContext
-
Set the test listeners.
- setTestName(String) - Method in interface org.citrusframework.common.TestLoader
- setTestResult(TestResult) - Method in interface org.citrusframework.TestCase
-
Sets the test result from outside.
- setTestSources(List<TestSource>) - Method in class org.citrusframework.main.TestRunConfiguration
-
Sets the sources.
- setTimeout(long) - Method in class org.citrusframework.endpoint.AbstractEndpointConfiguration
-
Sets the timeout for sending and receiving messages..
- setTimeout(long) - Method in interface org.citrusframework.endpoint.EndpointConfiguration
-
Sets the timeout setting for this endpoint.
- setType(String) - Method in interface org.citrusframework.message.Message
-
Sets the message type indicating the content type.
- setTypeConverter(TypeConverter) - Method in class org.citrusframework.context.TestContext
-
Specifies the typeConverter.
- setValidationMatcherLibraries(List<ValidationMatcherLibrary>) - Method in class org.citrusframework.validation.matcher.ValidationMatcherRegistry
- setValidationMatcherRegistry(ValidationMatcherRegistry) - Method in class org.citrusframework.context.TestContext
-
Set the validation matcher registry
- setVariable(String, Object) - Method in class org.citrusframework.context.TestContext
-
Creates a new variable in this test context with the respective value.
- setVariables(Map<String, Object>) - Method in class org.citrusframework.context.TestContext
-
Setter for test variables in this context.
- setVerbose(boolean) - Method in class org.citrusframework.main.TestRunConfiguration
- setWatcherError(E) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesWatchCommandResult
-
Sets the watch error.
- SHORT - Enum constant in enum class org.citrusframework.message.MessageHeaderType
- shouldExecute(String, String[]) - Method in interface org.citrusframework.container.AfterSuite
-
Checks if this suite actions should execute according to suite name and included test groups.
- shouldExecute(String, String[]) - Method in interface org.citrusframework.container.BeforeSuite
-
Checks if this suite actions should execute according to suite name and included test groups.
- shouldExecute(String, String, String[]) - Method in interface org.citrusframework.container.AfterTest
-
Checks if this suite actions should execute according to suite name and included test groups.
- shouldExecute(String, String, String[]) - Method in interface org.citrusframework.container.BeforeTest
-
Checks if this suite actions should execute according to suite name and included test groups.
- shouldFill(Boolean) - Method in enum class org.citrusframework.openapi.AutoFillType
-
Determines whether a value should be autofilled based on its required status and the given autofill strategy.
- ShutdownPhase - Interface in org.citrusframework.common
- simple(String) - Method in interface org.citrusframework.actions.camel.CamelControlBusActionBuilder
-
Sets a simple language expression to execute.
- simple(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Simple expression
- simple(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a Simple expression
- SimpleReferenceResolver - Class in org.citrusframework.spi
-
Simple object registry holding in memory key value store to bind and obtain object references by name.
- SimpleReferenceResolver() - Constructor for class org.citrusframework.spi.SimpleReferenceResolver
- SINGLETON - Enum constant in enum class org.citrusframework.CitrusInstanceStrategy
- SKIP - Enum constant in enum class org.citrusframework.TestResult.RESULT
- skipped(String, String) - Static method in class org.citrusframework.TestResult
-
Create new test result for skipped test.
- skipped(String, String, Map<String, Object>) - Static method in class org.citrusframework.TestResult
-
Create new test result with parameters for skipped test.
- skipTemplate() - Method in interface org.citrusframework.actions.groovy.GroovyRunActionBuilder
-
Prevent script template usage.
- sleep() - Method in interface org.citrusframework.actions.SleepActionBuilder.BuilderFactory
- sleep(long) - Method in interface org.citrusframework.actions.jms.JmsPurgeQueuesActionBuilder
-
Sets the sleepTime.
- sleep(long) - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder
-
Sets the sleepTime.
- SleepActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- SleepActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- smooks(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Smooks data format
- SNS - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- soap() - Method in interface org.citrusframework.actions.ws.SoapActionBuilder.BuilderFactory
- soap() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Soap v1.1 data format
- soap() - Method in interface org.citrusframework.validation.ws.SoapMessageValidationContextBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- soap(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Soap v1.1 data format
- soap(String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Soap v1.1 data format
- soap(String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Soap v1.1 data format
- soap12() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Soap v1.2 data format
- soap12(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Soap v1.2 data format
- soap12(String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Soap v1.2 data format
- soap12(String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Soap v1.2 data format
- soapAction(String) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets special SOAP action message header.
- soapAction(String) - Method in interface org.citrusframework.actions.ws.SoapSendMessageBuilderFactory
-
Sets special SOAP action message header.
- SoapActionBuilder<T extends TestAction,
B extends SoapActionBuilder<T, B>> - Interface in org.citrusframework.actions.ws - SoapActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.ws
- SoapAssertFaultActionBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.actions.ws - SoapClientActionBuilder<T extends TestAction,
B extends SoapClientActionBuilder<T, B>> - Interface in org.citrusframework.actions.ws - SoapClientReceiveMessageBuilderFactory<T extends TestAction,
M extends SoapClientReceiveMessageBuilderFactory<T, M>> - Interface in org.citrusframework.actions.ws - SoapFaultDetailValidationContextBuilder<T extends ValidationContext,
B extends SoapFaultDetailValidationContextBuilder<T, B>> - Interface in org.citrusframework.validation.ws - SoapFaultValidationContextBuilder<T extends ValidationContext,
B extends SoapFaultValidationContextBuilder<T, B, D>, D extends SoapFaultDetailValidationContextBuilder<?, ?>> - Interface in org.citrusframework.validation.ws - SoapMessageValidationContextBuilder - Interface in org.citrusframework.validation.ws
- SoapMessageValidationContextBuilder.Factory - Interface in org.citrusframework.validation.ws
- SoapReceiveActionBuilder<T extends TestAction,
M extends SoapClientReceiveMessageBuilderFactory<T, M>, B extends SoapReceiveActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.ws - SoapSendActionBuilder<T extends TestAction,
M extends SoapSendMessageBuilderFactory<T, M>, B extends SoapSendActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.ws - SoapSendActionBuilderBase<T extends TestAction,
M extends SoapSendMessageBuilderFactory<T, M>, B extends SoapSendActionBuilderBase<T, M, B>> - Interface in org.citrusframework.actions.ws - SoapSendFaultActionBuilder<T extends TestAction,
M extends SoapSendMessageBuilderFactory<T, M>, B extends SoapSendFaultActionBuilder<T, M, B>> - Interface in org.citrusframework.actions.ws - SoapSendFaultMessageBuilderFactory<T extends TestAction,
M extends SoapSendFaultMessageBuilderFactory<T, M>> - Interface in org.citrusframework.actions.ws - SoapSendMessageBuilderFactory<T extends TestAction,
M extends SoapSendMessageBuilderFactory<T, M>> - Interface in org.citrusframework.actions.ws - SoapServerActionBuilder<T extends TestAction,
B extends SoapServerActionBuilder<T, B>> - Interface in org.citrusframework.actions.ws - SoapTestActions - Interface in org.citrusframework.actions.ws
-
Interface combines domain specific language methods for all test actions available in Citrus.
- source(String) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the XML document
- source(Resource) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the XML document as resource
- source(Resource, Charset) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the XML document as resource
- sourceCode(String) - Method in interface org.citrusframework.actions.agent.AgentRunActionBuilder
- sourceCode(String) - Method in class org.citrusframework.TestSource
-
Add source code for this test source.
- sourceFile(String) - Method in interface org.citrusframework.actions.agent.AgentRunActionBuilder
- sourceFile(String) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the XML document as resource file path
- sourceFile(String, String) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the XML document as resource file path
- sourceFile(Resource) - Method in interface org.citrusframework.actions.agent.AgentRunActionBuilder
- sources() - Element in annotation interface org.citrusframework.annotations.CitrusTestSource
-
Test source file optional - fully qualified test source file path
- specification(Object) - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder
- specification(String) - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder
- specification(URL) - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder
- specification(S) - Method in interface org.citrusframework.actions.openapi.OpenApiActionBuilder
- Specification - Interface in org.citrusframework.openapi
- spel(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an SpEL expression
- SPRING - Static variable in interface org.citrusframework.common.TestLoader
- SPRING - Static variable in interface org.citrusframework.util.TypeConverter
- sql() - Method in interface org.citrusframework.actions.sql.ExecuteSqlActionBuilder.BuilderFactory
- sql(DataSource) - Method in interface org.citrusframework.actions.sql.ExecuteSqlActionBuilder.BuilderFactory
- sqlResource(String) - Method in interface org.citrusframework.actions.sql.DatabaseConnectingActionBuilder
-
Setter for external file resource containing the SQL statements to execute.
- sqlResource(Resource) - Method in interface org.citrusframework.actions.sql.DatabaseConnectingActionBuilder
-
Setter for external file resource containing the SQL statements to execute.
- sqlResource(Resource, Charset) - Method in interface org.citrusframework.actions.sql.ExecutePlsqlActionBuilder
-
Setter for external file resource containing the SQL statements to execute.
- SqlResultSetScriptExecutor - Interface in org.citrusframework.validation.script.sql
-
Executes the sql validation script providing the result set representation.
- SqlResultSetScriptValidator - Interface in org.citrusframework.validation.script.sql
-
Validator working on SQL result sets.
- sqlScript(String) - Method in interface org.citrusframework.actions.sql.ExecutePlsqlActionBuilder
-
Setter for inline script.
- SqlTestActions - Interface in org.citrusframework.actions.sql
-
Interface combines domain specific language methods for all test actions available in Citrus.
- SQS - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- start() - Method in interface org.citrusframework.actions.camel.CamelContextActionBuilder
- start() - Method in interface org.citrusframework.actions.camel.CamelControlBusActionBuilder.CamelControlBusRouteActionBuilder
-
Start given route.
- start() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a start command.
- start() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Start browser instance.
- start() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersActionBuilder
-
Starts a generic container.
- start() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersGenericContainerActionBuilder
-
Start generic testcontainers instance.
- start() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersKafkaActionBuilder
-
Start Kafka testcontainers instance.
- start() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersLocalStackActionBuilder
-
Start LocalStack testcontainers instance.
- start() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersMongoDBActionBuilder
-
Start MongoDB testcontainers instance.
- start() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersPostgreSQLActionBuilder
-
Start PostgreSQL testcontainers instance.
- start() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersRedpandaActionBuilder
-
Start Redpanda testcontainers instance.
- start() - Method in interface org.citrusframework.server.Server
-
Start the server
- start() - Method in interface org.citrusframework.TestCaseRunner
-
Starts the test case execution.
- start(String) - Method in interface org.citrusframework.actions.camel.CamelContextActionBuilder
- start(String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a start command.
- start(String) - Method in interface org.citrusframework.actions.StartServerActionBuilder.BuilderFactory
- start(String...) - Method in interface org.citrusframework.actions.camel.CamelRouteActionBuilder
-
Start these Camel routes.
- start(String...) - Method in interface org.citrusframework.actions.StartServerActionBuilder.BuilderFactory
- start(TestContext) - Method in interface org.citrusframework.TestCase
-
Starts the test case.
- start(Endpoint) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Start explicit browser instance.
- start(Server) - Method in interface org.citrusframework.actions.StartServerActionBuilder.BuilderFactory
- start(Server...) - Method in interface org.citrusframework.actions.StartServerActionBuilder.BuilderFactory
- STARTS_WITH - Enum constant in enum class org.citrusframework.variable.dictionary.DataDictionary.PathMappingStrategy
- startServer() - Method in interface org.citrusframework.actions.StartServerActionBuilder.BuilderFactory
-
Fluent API action building entry method used in Java DSL.
- StartServerActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- StartServerActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- startsWith(int) - Method in interface org.citrusframework.container.IteratingContainerBuilder
-
Sets the index start value.
- statement(String) - Method in interface org.citrusframework.actions.sql.DatabaseConnectingActionBuilder
-
Adds a new statement to the list of SQL executions.
- statements(List<String>) - Method in interface org.citrusframework.actions.sql.DatabaseConnectingActionBuilder
-
List of statements to execute.
- status() - Method in interface org.citrusframework.actions.camel.CamelControlBusActionBuilder.CamelControlBusRouteActionBuilder
-
Retrieve status of given route.
- status(int) - Method in interface org.citrusframework.actions.http.HttpReceiveResponseMessageBuilderFactory
-
Sets the response status.
- status(int) - Method in interface org.citrusframework.actions.http.HttpSendResponseMessageBuilderFactory
-
Sets the response status.
- status(int) - Method in interface org.citrusframework.container.WaitContainerBuilder.HttpConditionBuilder
-
Sets the Http status code to check.
- status(Object) - Method in interface org.citrusframework.actions.http.HttpReceiveResponseMessageBuilderFactory
-
Sets the response status.
- status(Object) - Method in interface org.citrusframework.actions.http.HttpSendResponseMessageBuilderFactory
-
Sets the response status.
- status(Object) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets the response status.
- status(Object) - Method in interface org.citrusframework.actions.ws.SoapSendFaultMessageBuilderFactory
-
Sets the response status.
- status(TestCaseMetaInfo.Status) - Method in interface org.citrusframework.TestCaseBuilder
-
Sets test case status.
- statusCode(int) - Method in interface org.citrusframework.actions.http.HttpReceiveResponseMessageBuilderFactory
-
Sets the response status code.
- statusCode(int) - Method in interface org.citrusframework.actions.http.HttpSendResponseMessageBuilderFactory
-
Sets the response status code.
- statusCode(Integer) - Method in interface org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
-
Sets the response status code.
- statusCode(Integer) - Method in interface org.citrusframework.actions.ws.SoapSendFaultMessageBuilderFactory
-
Sets the response status code.
- step(int) - Method in interface org.citrusframework.container.IterateContainerBuilder
-
Sets the step for each iteration.
- stop() - Method in interface org.citrusframework.actions.camel.CamelContextActionBuilder
- stop() - Method in interface org.citrusframework.actions.camel.CamelControlBusActionBuilder.CamelControlBusRouteActionBuilder
-
Stop given route.
- stop() - Method in interface org.citrusframework.actions.camel.CamelInfraActionBuilder
-
Stops a running Camel infra instance.
- stop() - Method in interface org.citrusframework.actions.camel.CamelJBangActionBuilder
-
Stop the Camel integration JBang process identified by th given integration name.
- stop() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a stop command.
- stop() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Stop browser instance.
- stop() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersActionBuilder
-
Stops a generic container.
- stop() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersGenericContainerActionBuilder
-
Stop generic testcontainers instance.
- stop() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersKafkaActionBuilder
-
Stop Kafka testcontainers instance.
- stop() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersLocalStackActionBuilder
-
Stop LocalStack testcontainers instance.
- stop() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersMongoDBActionBuilder
-
Stop MongoDB testcontainers instance.
- stop() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersPostgreSQLActionBuilder
-
Stop PostgreSQL testcontainers instance.
- stop() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersRedpandaActionBuilder
-
Stop Redpanda testcontainers instance.
- stop() - Method in interface org.citrusframework.server.Server
-
Stop the server.
- stop() - Method in interface org.citrusframework.TestCaseRunner
-
Stops test case execution.
- stop(String) - Method in interface org.citrusframework.actions.camel.CamelContextActionBuilder
- stop(String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a stop command.
- stop(String) - Method in interface org.citrusframework.actions.StopServerActionBuilder.BuilderFactory
- stop(String...) - Method in interface org.citrusframework.actions.camel.CamelRouteActionBuilder
-
Stop these Camel routes.
- stop(String...) - Method in interface org.citrusframework.actions.StopServerActionBuilder.BuilderFactory
- stop(Endpoint) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Stop explicit browser instance.
- stop(Server) - Method in interface org.citrusframework.actions.StopServerActionBuilder.BuilderFactory
- stop(Server...) - Method in interface org.citrusframework.actions.StopServerActionBuilder.BuilderFactory
- stopOnErrorStatus(boolean) - Method in interface org.citrusframework.actions.camel.CamelIntegrationVerifyActionBuilder
- stopServer() - Method in interface org.citrusframework.actions.StopServerActionBuilder.BuilderFactory
-
Fluent API action building entry method used in Java DSL.
- StopServerActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- StopServerActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- stopTime() - Method in interface org.citrusframework.actions.StopTimeActionBuilder.BuilderFactory
-
Fluent API action building entry method used in Java DSL.
- stopTime(String) - Method in interface org.citrusframework.actions.StopTimeActionBuilder.BuilderFactory
- stopTime(String, String) - Method in interface org.citrusframework.actions.StopTimeActionBuilder.BuilderFactory
- StopTimeActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- StopTimeActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- stopTimer() - Method in interface org.citrusframework.actions.StopTimerActionBuilder.BuilderFactory
-
Fluent API action building entry method used in Java DSL.
- stopTimer() - Method in interface org.citrusframework.container.StopTimer
-
Sends a signal to the timer to stop.
- stopTimer(String) - Method in interface org.citrusframework.actions.StopTimerActionBuilder.BuilderFactory
- stopTimer(String) - Method in class org.citrusframework.context.TestContext
-
Stops the timer matching the supplied id
- StopTimer - Interface in org.citrusframework.container
-
Interface for stopping a timer.
- StopTimerActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- StopTimerActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- stopTimers() - Method in class org.citrusframework.context.TestContext
-
Stops all timers
- store() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Store file.
- store(String) - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Store file.
- store(String, T) - Method in interface org.citrusframework.message.correlation.CorrelationManager
-
Store object to correlation storage using the given correlation key.
- storeMessage(String, Message) - Method in class org.citrusframework.message.DefaultMessageStore
- storeMessage(String, Message) - Method in interface org.citrusframework.message.MessageStore
- STRING - Enum constant in enum class org.citrusframework.message.MessageHeaderType
- StringResult - Class in org.citrusframework.xml
-
Helper representing a stream result that is written to a String writer.
- StringResult() - Constructor for class org.citrusframework.xml.StringResult
- StringSource - Class in org.citrusframework.xml
-
A simple JAXB stream source representation of a static String content.
- StringSource(String) - Constructor for class org.citrusframework.xml.StringSource
-
Constructor using source content as String.
- StringSource(String, String) - Constructor for class org.citrusframework.xml.StringSource
-
Constructor using source content as String and encoding.
- STS - Enum constant in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
- style(String, String) - Method in interface org.citrusframework.actions.selenium.SeleniumFindElementActionBuilder
-
Add css style validation.
- submit() - Method in interface org.citrusframework.actions.selenium.SeleniumFillFormActionBuilder
- submit(Object) - Method in interface org.citrusframework.actions.selenium.SeleniumFillFormActionBuilder
- submit(String) - Method in interface org.citrusframework.actions.selenium.SeleniumFillFormActionBuilder
- subscription(String) - Method in interface org.citrusframework.actions.knative.KnativeSubscriptionCreateActionBuilder
- subscriptions() - Method in interface org.citrusframework.actions.knative.KnativeActionBuilder
-
Performs action on Knative subscriptions.
- success(String, String) - Static method in class org.citrusframework.TestResult
-
Create new test result for successful execution.
- success(String, String, Map<String, Object>) - Static method in class org.citrusframework.TestResult
-
Create new test result with parameters for successful execution.
- SUCCESS - Enum constant in enum class org.citrusframework.TestResult.RESULT
- successAction(TestAction) - Method in interface org.citrusframework.container.AsyncContainerBuilder
-
Adds a success action.
- successAction(TestActionBuilder<?>) - Method in interface org.citrusframework.container.AsyncContainerBuilder
-
Adds a success action.
- successActions(TestAction...) - Method in interface org.citrusframework.container.AsyncContainerBuilder
-
Adds one to many success actions.
- successActions(TestActionBuilder<?>...) - Method in interface org.citrusframework.container.AsyncContainerBuilder
-
Adds one to many success actions.
- suffix(String) - Method in interface org.citrusframework.actions.StopTimeActionBuilder
- supports(Class<?>) - Method in interface org.citrusframework.endpoint.EndpointBuilder
-
Evaluate if this builder supports the given type.
- supports(Class<?>) - Method in interface org.citrusframework.validation.ValueMatcher
-
Filter supported value types
- supports(String) - Method in interface org.citrusframework.message.MessageSelector.MessageSelectorFactory
-
Check if this factory is able to create a message selector for given key.
- supports(String, Class<?>) - Method in interface org.citrusframework.validation.HeaderValidator
-
Filter supported headers by name and value type
- supportsMessageType(String) - Method in class org.citrusframework.message.AbstractMessageProcessor
- supportsMessageType(String) - Method in interface org.citrusframework.message.MessageTypeSelector
-
Checks if this message processor is capable of handling the given message type.
- supportsMessageType(String, Message) - Method in class org.citrusframework.validation.DefaultMessageValidator
- supportsMessageType(String, Message) - Method in interface org.citrusframework.validation.MessageValidator
-
Checks if this message validator is capable of this message type.
- supportsMessageType(String, Message) - Method in interface org.citrusframework.validation.SchemaValidator
- swiftMt() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the SWIFT MT data format
- swiftMt(boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the SWIFT MT data format.
- swiftMx() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the SWIFT MX data format
- swiftMx(boolean) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the SWIFT MX data format.
- swiftMx(boolean, String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the SWIFT MX data format.
- swiftMx(boolean, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the SWIFT MX data format.
- swiftMx(Object, String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the SWIFT MX data format.
- swiftMx(String, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the SWIFT MX data format.
- switchWindow() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Switch window.
- syslog() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Syslog data format
- systemProperty(String, String) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
T
- tag(String) - Method in interface org.citrusframework.actions.docker.DockerImageBuildActionBuilder
-
Sets the tag parameter.
- tag(String) - Method in interface org.citrusframework.actions.docker.DockerImagePullActionBuilder
-
Sets the tag parameter.
- tagName(String) - Method in interface org.citrusframework.actions.selenium.SeleniumFindElementActionBuilder
-
Add tag name validation.
- tarFile() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Tar file data format
- target(String) - Method in interface org.citrusframework.actions.AntRunActionBuilder
-
Build target name to call.
- targetPort(int) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- targetPort(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- targetPorts(int...) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- targetPorts(String...) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- targets(String...) - Method in interface org.citrusframework.actions.AntRunActionBuilder
-
Multiple build target names to call.
- template(String) - Method in interface org.citrusframework.actions.groovy.GroovyRunActionBuilder
-
Use a script template from file path.
- template(Resource) - Method in interface org.citrusframework.actions.groovy.GroovyRunActionBuilder
-
Use a script template resource.
- template(Resource, Charset) - Method in interface org.citrusframework.actions.groovy.GroovyRunActionBuilder
-
Use a script template resource.
- TemplateLoader<T extends TestAction> - Interface in org.citrusframework.container
- templateName(String) - Method in interface org.citrusframework.container.ApplyTemplateBuilder
- test(String) - Method in class org.citrusframework.util.IsJsonPredicate
- test(String) - Method in class org.citrusframework.util.IsXmlPredicate
- test(String) - Method in class org.citrusframework.util.IsYamlPredicate
- TEST_NAME_VARIABLE - Static variable in class org.citrusframework.CitrusSettings
- TEST_NAME_VARIABLE_ENV - Static variable in class org.citrusframework.CitrusSettings
- TEST_NAME_VARIABLE_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Default variable names
- TEST_PACKAGE_VARIABLE - Static variable in class org.citrusframework.CitrusSettings
- TEST_PACKAGE_VARIABLE_ENV - Static variable in class org.citrusframework.CitrusSettings
- TEST_PACKAGE_VARIABLE_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
- TestAction - Interface in org.citrusframework
-
Interface for all test actions.
- TestActionBuilder<T extends TestAction> - Interface in org.citrusframework
-
Test action builder.
- TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> - Interface in org.citrusframework
- TestActionContainer - Interface in org.citrusframework.container
-
Container interface describing all test action containers that hold several embedded test actions to execute.
- TestActionContainerBuilder<T extends TestActionContainer,
S extends TestActionContainerBuilder<T, S>> - Interface in org.citrusframework - TestActionContainers - Interface in org.citrusframework
-
Interface combines domain specific language methods for all test action containers available in Citrus.
- TestActionListener - Interface in org.citrusframework.report
-
Listener invoked on test action execution with success and failure.
- TestActionListenerAware - Interface in org.citrusframework.report
- TestActionListeners - Class in org.citrusframework.report
-
Class broadcasting test action events to all available test action listeners injected by Spring's IoC container.
- TestActionListeners() - Constructor for class org.citrusframework.report.TestActionListeners
- TestActionListenersAware - Interface in org.citrusframework.report
- TestActionRunner - Interface in org.citrusframework
- TestActions - Interface in org.citrusframework
-
Interface combines domain specific language methods for all test actions available in Citrus.
- TestActor - Class in org.citrusframework
-
Actor performs send/receive message actions.
- TestActor() - Constructor for class org.citrusframework.TestActor
- TestActor(String) - Constructor for class org.citrusframework.TestActor
- TestActor(String, boolean) - Constructor for class org.citrusframework.TestActor
- TestActorAware - Interface in org.citrusframework
- TestBehavior - Interface in org.citrusframework
-
Behavior applies logic to given test action runner.
- TestCase - Interface in org.citrusframework
-
Test case executing a list of
TestActionin sequence. - TestCaseBuilder - Interface in org.citrusframework
- TestCaseFailedException - Exception in org.citrusframework.exceptions
-
Base exception marking failure of test case.
- TestCaseFailedException(Throwable) - Constructor for exception org.citrusframework.exceptions.TestCaseFailedException
-
Default constructor.
- TestCaseMetaInfo - Class in org.citrusframework
-
Test case meta information.
- TestCaseMetaInfo() - Constructor for class org.citrusframework.TestCaseMetaInfo
- TestCaseMetaInfo.Status - Enum Class in org.citrusframework
-
Status of testcase
- TestCaseRunner - Interface in org.citrusframework
- TestCaseRunnerProvider - Interface in org.citrusframework
-
Interface for providing TestCaseRunner.
- testClass(Class<?>) - Method in interface org.citrusframework.TestCaseBuilder
-
Set test class.
- TestClass - Class in org.citrusframework
- TestClass(Class<?>) - Constructor for class org.citrusframework.TestClass
- TestClass(Class<?>, String) - Constructor for class org.citrusframework.TestClass
- testcontainers() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersActionBuilder.BuilderFactory
- TestcontainersActionBuilder<T extends TestAction,
B extends TestActionBuilder<T>> - Interface in org.citrusframework.actions.testcontainers - TestcontainersActionBuilder.BuilderFactory - Interface in org.citrusframework.actions.testcontainers
- TestcontainersComposeActionBuilder - Interface in org.citrusframework.actions.testcontainers
- TestcontainersComposeDownActionBuilder<C extends AutoCloseable,
T extends TestAction, B extends TestcontainersComposeDownActionBuilder<C, T, B>> - Interface in org.citrusframework.actions.testcontainers - TestcontainersComposeUpActionBuilder<C extends AutoCloseable,
T extends TestAction, B extends TestcontainersComposeUpActionBuilder<C, T, B>> - Interface in org.citrusframework.actions.testcontainers - TestcontainersGenericContainerActionBuilder - Interface in org.citrusframework.actions.testcontainers
- TestcontainersKafkaActionBuilder - Interface in org.citrusframework.actions.testcontainers
- TestcontainersKafkaStartActionBuilder<C extends AutoCloseable,
T extends TestAction, B extends TestcontainersKafkaStartActionBuilder<C, T, B>> - Interface in org.citrusframework.actions.testcontainers - TestcontainersLocalStackActionBuilder - Interface in org.citrusframework.actions.testcontainers
- TestcontainersLocalStackStartActionBuilder<C extends AutoCloseable,
T extends TestAction, B extends TestcontainersLocalStackStartActionBuilder<C, T, B>> - Interface in org.citrusframework.actions.testcontainers - TestcontainersMongoDBActionBuilder - Interface in org.citrusframework.actions.testcontainers
- TestcontainersMongoDBStartActionBuilder<C extends AutoCloseable,
T extends TestAction, B extends TestcontainersMongoDBStartActionBuilder<C, T, B>> - Interface in org.citrusframework.actions.testcontainers - TestcontainersPostgreSQLActionBuilder - Interface in org.citrusframework.actions.testcontainers
- TestcontainersPostgreSQLStartActionBuilder<C extends AutoCloseable,
T extends TestAction, B extends TestcontainersPostgreSQLStartActionBuilder<C, T, B>> - Interface in org.citrusframework.actions.testcontainers - TestcontainersRedpandaActionBuilder - Interface in org.citrusframework.actions.testcontainers
- TestcontainersRedpandaStartActionBuilder<C extends AutoCloseable,
T extends TestAction, B extends TestcontainersRedpandaStartActionBuilder<C, T, B>> - Interface in org.citrusframework.actions.testcontainers - TestcontainersStartActionBuilder<C extends AutoCloseable,
T extends TestAction, B extends TestcontainersStartActionBuilder<C, T, B>> - Interface in org.citrusframework.actions.testcontainers - TestcontainersStartActionBuilderBase<C extends AutoCloseable,
T extends TestAction, B extends TestcontainersStartActionBuilderBase<C, T, B>> - Interface in org.citrusframework.actions.testcontainers - TestcontainersStopActionBuilder<T extends TestAction,
B extends TestcontainersStopActionBuilder<T, B>> - Interface in org.citrusframework.actions.testcontainers - TestcontainersTestActions - Interface in org.citrusframework.actions.testcontainers
-
Interface combines domain specific language methods for all test actions available in Citrus.
- TestContext - Class in org.citrusframework.context
-
Class holding and managing test variables.
- TestContext() - Constructor for class org.citrusframework.context.TestContext
-
Default constructor
- TestEngine - Interface in org.citrusframework.main
- TestEngineFailedException - Exception in org.citrusframework.exceptions
-
Custom RuntimeException thrown if test run failed, because some tests were not successful.
- TestEngineFailedException() - Constructor for exception org.citrusframework.exceptions.TestEngineFailedException
-
Default constructor.
- TestEngineFailedException(String) - Constructor for exception org.citrusframework.exceptions.TestEngineFailedException
-
Constructor using fields.
- TestEngineFailedException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.TestEngineFailedException
-
Constructor using fields.
- TestEngineFailedException(Throwable) - Constructor for exception org.citrusframework.exceptions.TestEngineFailedException
-
Constructor using fields.
- TestGroupAware - Interface in org.citrusframework
-
Interface marks test case to support group bindings.
- testJar(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesAgentConnectActionBuilder
- TestListener - Interface in org.citrusframework.report
-
Test listener interface.
- TestListenerAware - Interface in org.citrusframework.report
- TestListeners - Class in org.citrusframework.report
-
Class that spreads test events to all available test listeners injected by Spring's IoC container.
- TestListeners() - Constructor for class org.citrusframework.report.TestListeners
- TestLoader - Interface in org.citrusframework.common
-
Test loader interface.
- TestParameterAware - Interface in org.citrusframework
-
Interface marks test case to support test parameters.
- TestReporter - Interface in org.citrusframework.report
-
Interface for test reporters.
- TestReporterAware - Interface in org.citrusframework.report
- TestReporters - Class in org.citrusframework.report
- TestReporters() - Constructor for class org.citrusframework.report.TestReporters
- TestReporterSettings - Class in org.citrusframework.report
- TestResult - Class in org.citrusframework
-
Class representing test results (failed, successful, skipped)
- TestResult.RESULT - Enum Class in org.citrusframework
-
Possible test results
- TestResultInstanceProvider - Interface in org.citrusframework
-
Provides methods to create instances of
TestResultfor different outcomes of a test case. - TestResults - Class in org.citrusframework.report
-
Multiple
TestResultinstances combined to aTestResults. - TestResults() - Constructor for class org.citrusframework.report.TestResults
- TestResults.ResultCallback - Interface in org.citrusframework.report
-
Callback interface for synchronized access to test results in iteration.
- TestRunConfiguration - Class in org.citrusframework.main
- TestRunConfiguration() - Constructor for class org.citrusframework.main.TestRunConfiguration
- TestScanner - Interface in org.citrusframework.main.scan
- TestSource - Class in org.citrusframework
- TestSource(Class<?>) - Constructor for class org.citrusframework.TestSource
- TestSource(String, String) - Constructor for class org.citrusframework.TestSource
- TestSource(String, String, String) - Constructor for class org.citrusframework.TestSource
- TestSourceAware - Interface in org.citrusframework.common
- TestSuiteListener - Interface in org.citrusframework.report
-
Listener for events regarding a test suite (start, finish, failure, success)
- TestSuiteListenerAware - Interface in org.citrusframework.report
- TestSuiteListeners - Class in org.citrusframework.report
-
Class managing a list of injected test suite listeners.
- TestSuiteListeners() - Constructor for class org.citrusframework.report.TestSuiteListeners
- text(String) - Method in interface org.citrusframework.actions.selenium.SeleniumAlertActionBuilder
-
Add alert text validation.
- text(String) - Method in interface org.citrusframework.actions.selenium.SeleniumFindElementActionBuilder
-
Add text validation.
- then(List<TestActionBuilder<?>>) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- then(TestActionBuilder<T>) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- then(T) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- thrift() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the Thrift data format
- thrift(Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- thrift(Object, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- thrift(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- thrift(String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- THROWS_EXCEPTION - Enum constant in enum class org.citrusframework.message.ErrorHandlingStrategy
- tidyMarkup() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Return TidyMarkup in the default format as
Node - tidyMarkup(Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
- time(String, TimeUnit) - Method in interface org.citrusframework.actions.SleepActionBuilder
- time(Duration) - Method in interface org.citrusframework.actions.SleepActionBuilder
- time(Duration) - Method in interface org.citrusframework.container.WaitContainerBuilder.ConditionBuilder
- time(Duration) - Method in interface org.citrusframework.container.WaitContainerBuilder
- timeout - Variable in exception org.citrusframework.exceptions.ActionTimeoutException
- timeout(long) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
- timeout(long) - Method in interface org.citrusframework.actions.jms.JmsPurgeQueuesActionBuilder
-
Receive timeout for reading message from a destination.
- timeout(long) - Method in interface org.citrusframework.actions.knative.KnativeEventReceiveActionBuilder
- timeout(long) - Method in interface org.citrusframework.actions.knative.KnativeEventSendActionBuilder
- timeout(long) - Method in interface org.citrusframework.actions.PurgeEndpointActionBuilder
-
Receive timeout for reading message from a destination.
- timeout(long) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- timeout(long) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Adds a custom timeout to this message receiving action.
- timeout(long) - Method in interface org.citrusframework.actions.ReceiveTimeoutActionBuilder
-
Sets time to wait for messages on destination.
- timeout(Long) - Method in interface org.citrusframework.actions.selenium.SeleniumWaitUntilActionBuilder
-
Add timeout condition.
- timeout(Long) - Method in interface org.citrusframework.container.WaitContainerBuilder.HttpConditionBuilder
-
Sets the Http connection timeout.
- timeout(String) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
- timeout(String) - Method in interface org.citrusframework.container.WaitContainerBuilder.HttpConditionBuilder
-
Sets the Http connection timeout.
- timeout(Duration) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodWatchLogsActionBuilder
- timeout(Duration) - Method in interface org.citrusframework.container.IteratingContainerBuilder
-
Sets the timeout.
- timer() - Method in interface org.citrusframework.container.TimerContainerBuilder.BuilderFactory
- TimerContainerBuilder<T extends TestActionContainer,
B extends TestActionContainerBuilder<T, B>> - Interface in org.citrusframework.container - TimerContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- timerId(String) - Method in interface org.citrusframework.container.TimerContainerBuilder
-
Set the timer's id.
- timers - Variable in class org.citrusframework.context.TestContext
-
Timers registered in test context, that can be stopped
- TIMESTAMP - Static variable in class org.citrusframework.message.MessageHeaders
-
Time message was created
- toBinary() - Method in interface org.citrusframework.message.processor.BinaryMessageProcessorBuilder.Factory
- toGzip() - Method in interface org.citrusframework.message.processor.GzipMessageProcessorBuilder.Factory
- tokenize(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, boolean, int) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, boolean, int, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, boolean, String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, int) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, int, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a token expression on the message body
- tokenizePair(String, String, boolean) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a token pair expression on the message body
- tokenizeXMLPair(String, String, int) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a token pair expression on the message body with XML content
- tokenizeXMLPair(String, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates a token pair expression on the message body with XML content
- toString() - Method in class org.citrusframework.TestResult
- toString() - Method in class org.citrusframework.xml.StringResult
- toString() - Method in class org.citrusframework.xml.StringSource
- trace() - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http TRACE request as client to server.
- trace() - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http TRACE request as client to server.
- trace() - Method in interface org.citrusframework.actions.TraceVariablesActionBuilder.BuilderFactory
- trace(String) - Method in interface org.citrusframework.actions.http.HttpClientSendActionBuilder
-
Sends Http TRACE request as client to server.
- trace(String) - Method in interface org.citrusframework.actions.http.HttpServerReceiveActionBuilder
-
Receives Http TRACE request as client to server.
- traceVariables() - Method in interface org.citrusframework.actions.TraceVariablesActionBuilder.BuilderFactory
- traceVariables(String) - Method in interface org.citrusframework.actions.TraceVariablesActionBuilder.BuilderFactory
- traceVariables(String...) - Method in interface org.citrusframework.actions.TraceVariablesActionBuilder.BuilderFactory
- TraceVariablesActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- TraceVariablesActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- transactionIsolationLevel(String) - Method in interface org.citrusframework.actions.sql.DatabaseConnectingActionBuilder
-
Sets the transaction isolation level to use.
- transactionManager(Object) - Method in interface org.citrusframework.actions.sql.DatabaseConnectingActionBuilder
-
Sets the transaction manager to use.
- transactionTimeout(int) - Method in interface org.citrusframework.actions.sql.DatabaseConnectingActionBuilder
-
Sets the transaction timeout to use.
- transactionTimeout(String) - Method in interface org.citrusframework.actions.sql.DatabaseConnectingActionBuilder
-
Sets the transaction timeout to use.
- transform() - Method in interface org.citrusframework.actions.TransformActionBuilder.BuilderFactory
- transform() - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessors
- transform(MessageProcessor) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
-
Adds message processor on the message.
- transform(MessageProcessor) - Method in interface org.citrusframework.actions.SendActionBuilder
-
Adds message processor on the message.
- transform(MessageProcessor) - Method in interface org.citrusframework.actions.SendMessageBuilderFactory
-
Adds message processor on the message to be sent.
- transform(MessageProcessor.Builder<?, ?>) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
-
Adds message processor on the message as fluent builder.
- transform(MessageProcessor.Builder<?, ?>) - Method in interface org.citrusframework.actions.SendActionBuilder
-
Adds message processor on the message as fluent builder.
- transform(MessageProcessor.Builder<?, ?>) - Method in interface org.citrusframework.actions.SendMessageBuilderFactory
-
Adds message processor on the message to be sent as fluent builder.
- transform(MessageProcessorAdapter) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
-
Adds message processor on the message.
- transform(MessageProcessorAdapter) - Method in interface org.citrusframework.actions.SendActionBuilder
-
Adds message processor on the message.
- transform(Message, TestContext) - Method in interface org.citrusframework.message.MessageProcessor
-
Adapt to message transformer API.
- transform(Message, TestContext) - Method in interface org.citrusframework.message.MessageTransformer
-
Transform message with given test context and return new message.
- TransformActionBuilder<T extends TestAction> - Interface in org.citrusframework.actions
- TransformActionBuilder.BuilderFactory - Interface in org.citrusframework.actions
- translate(T, R, TestContext) - Method in interface org.citrusframework.variable.dictionary.DataDictionary
-
Translate value with given path in message content.
- trigger() - Method in interface org.citrusframework.actions.knative.KnativeActionBuilder
-
Performs action on Knative trigger.
- trigger(String) - Method in interface org.citrusframework.actions.knative.KnativeTriggerCreateActionBuilder
- trigger(String) - Method in interface org.citrusframework.actions.knative.KnativeTriggerDeleteActionBuilder
- type() - Element in annotation interface org.citrusframework.annotations.CitrusEndpointProperty
-
Property type.
- type() - Element in annotation interface org.citrusframework.annotations.CitrusTestSource
-
Test source type required - defines how source is loaded (e.g. as Groovy script, XML file or Spring bean definition
- type(Class<?>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceDeleteActionBuilder
- type(Class<?>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- type(Class<? extends WebPage>) - Method in interface org.citrusframework.actions.selenium.SeleniumPageActionBuilder
-
Sets the web page type.
- type(String) - Method in interface org.citrusframework.actions.agent.AgentRunActionBuilder
- type(String) - Method in interface org.citrusframework.actions.CreateEndpointActionBuilder
- type(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateAnnotationsActionBuilder
- type(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateLabelsActionBuilder
- type(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceCreateActionBuilder
- type(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceDeleteActionBuilder
- type(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- type(String) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Sets an explicit message type for this message.
- type(String) - Method in interface org.citrusframework.actions.selenium.SeleniumPageActionBuilder
-
Sets the web page type.
- type(KubernetesResourceType) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateAnnotationsActionBuilder
- type(KubernetesResourceType) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCreateLabelsActionBuilder
- type(MessageType) - Method in interface org.citrusframework.actions.MessageBuilderFactory
-
Sets an explicit message type for this message.
- TYPE_CONVERTER_DEFAULT - Static variable in class org.citrusframework.CitrusSettings
- TYPE_CONVERTER_ENV - Static variable in class org.citrusframework.CitrusSettings
- TYPE_CONVERTER_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
-
Default type converter
- TYPE_PREFIX - Static variable in enum class org.citrusframework.message.MessageHeaderType
-
Identifying prefix and suffix for typed header values
- TYPE_PROPERTY_WILDCARD - Static variable in interface org.citrusframework.spi.TypeResolver
-
Property name to mark that multiple types will be present all types are loaded
- TYPE_RESOLVER - Static variable in interface org.citrusframework.common.TestLoader
-
Default Citrus test loader from classpath resource properties
- TYPE_RESOLVER - Static variable in interface org.citrusframework.config.annotation.AnnotationConfigParser
-
Default Citrus annotation config parsers from classpath resource properties
- TYPE_RESOLVER - Static variable in interface org.citrusframework.container.TemplateLoader
-
Type resolver to find custom message validators on classpath via resource path lookup
- TYPE_RESOLVER - Static variable in interface org.citrusframework.context.resolver.TypeAliasResolver
-
Type resolver to find custom type alias resolvers on classpath via resource path lookup
- TYPE_RESOLVER - Static variable in interface org.citrusframework.endpoint.EndpointBuilder
-
Default Citrus endpoint builders from classpath resource properties
- TYPE_RESOLVER - Static variable in interface org.citrusframework.endpoint.EndpointComponent
-
Default Citrus endpoint components from classpath resource properties
- TYPE_RESOLVER - Static variable in interface org.citrusframework.main.TestEngine
-
Default Citrus engine from classpath resource properties
- TYPE_RESOLVER - Static variable in interface org.citrusframework.message.MessageProcessor
-
Type resolver to find custom message processors on classpath via resource path lookup
- TYPE_RESOLVER - Static variable in interface org.citrusframework.message.MessageSelector
-
Type resolver to find custom message selectors on classpath via resource path lookup
- TYPE_RESOLVER - Static variable in interface org.citrusframework.message.ScriptPayloadBuilder
-
Type resolver to find custom message processors on classpath via resource path lookup
- TYPE_RESOLVER - Static variable in interface org.citrusframework.TestActionBuilder
-
Default Citrus test action builders from classpath resource properties
- TYPE_RESOLVER - Static variable in interface org.citrusframework.validation.context.ValidationContext
-
Default Citrus validation context builders from classpath resource properties
- TYPE_RESOLVER - Static variable in interface org.citrusframework.validation.HeaderValidator
-
Type resolver to find custom message validators on classpath via resource path lookup
- TYPE_RESOLVER - Static variable in interface org.citrusframework.validation.MessageValidator
-
Type resolver to find custom message validators on classpath via resource path lookup
- TYPE_RESOLVER - Static variable in interface org.citrusframework.validation.SchemaValidator
-
Type resolver to find custom schema validators on classpath via resource path lookup
- TYPE_RESOLVER - Static variable in interface org.citrusframework.validation.script.sql.SqlResultSetScriptValidator
-
Type resolver to find custom SQL result set validators on classpath via resource path lookup
- TYPE_RESOLVER - Static variable in interface org.citrusframework.validation.ValueMatcher
-
Type resolver to find custom message validators on classpath via resource path lookup
- TYPE_RESOLVER - Static variable in interface org.citrusframework.variable.VariableExtractor
-
Type resolver to find custom variable extractors on classpath via resource path lookup
- TYPE_SUFFIX - Static variable in enum class org.citrusframework.message.MessageHeaderType
- TypeAliasResolver<S,
A> - Interface in org.citrusframework.context.resolver -
Type resolver able to adapt an alias type to a given source type.
- TypeConversionUtils - Class in org.citrusframework.util
- TypeConverter - Interface in org.citrusframework.util
- TypeResolver - Interface in org.citrusframework.spi
-
Resolves types by searching for classpath resource mapping files in order to resolve class references at runtime.
U
- UNBOUND - Enum constant in enum class org.citrusframework.message.MessageDirection
- UNKNOWN - Enum constant in enum class org.citrusframework.validation.context.ValidationStatus
- UnknownElementException - Exception in org.citrusframework.exceptions
-
Thrown in case an element is not found.
- UnknownElementException() - Constructor for exception org.citrusframework.exceptions.UnknownElementException
-
Default constructor.
- UnknownElementException(String) - Constructor for exception org.citrusframework.exceptions.UnknownElementException
-
Constructor using fields.
- UnknownElementException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.UnknownElementException
-
Constructor using fields.
- UnknownElementException(Throwable) - Constructor for exception org.citrusframework.exceptions.UnknownElementException
-
Constructor using fields.
- unmarshal() - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessors
- unmarshal(Source) - Method in interface org.citrusframework.xml.Unmarshaller
- unmarshaller(Object) - Method in interface org.citrusframework.message.processor.xml.XmlMarshallingValidationProcessorBuilder
- Unmarshaller - Interface in org.citrusframework.xml
- UNSPECIFIED - Enum constant in enum class org.citrusframework.message.MessageType
- until(String) - Method in interface org.citrusframework.container.RepeatOnErrorUntilTrueContainerBuilder
-
Adds a condition to this iterate container.
- until(String) - Method in interface org.citrusframework.container.RepeatUntilTrueContainerBuilder
-
Adds a condition to this iterate container.
- until(IteratingConditionExpression) - Method in interface org.citrusframework.container.RepeatOnErrorUntilTrueContainerBuilder
-
Adds a condition expression to this iterate container.
- until(IteratingConditionExpression) - Method in interface org.citrusframework.container.RepeatUntilTrueContainerBuilder
-
Adds a condition expression to this iterate container.
- up() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeActionBuilder
-
Start compose testcontainers instance.
- up(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeActionBuilder
-
Start compose testcontainers instance.
- up(Resource) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeActionBuilder
-
Start compose testcontainers instance.
- updateStatus(ValidationStatus) - Method in class org.citrusframework.validation.context.DefaultValidationContext
-
Updates the validation status if update is allowed according to the current status.
- updateStatus(ValidationStatus) - Method in class org.citrusframework.validation.context.HeaderValidationContext
- updateStatus(ValidationStatus) - Method in interface org.citrusframework.validation.context.ValidationContext
-
Update the validation status if it is allowed.
- uri(String) - Method in interface org.citrusframework.actions.CreateEndpointActionBuilder
- uri(String) - Method in interface org.citrusframework.actions.http.HttpClientRequestActionBuilder
-
Set the endpoint URI for the request.
- uri(String) - Method in interface org.citrusframework.actions.http.HttpSendRequestMessageBuilderFactory
-
Set the endpoint URI for the request.
- uri(String) - Method in interface org.citrusframework.actions.ws.SoapSendMessageBuilderFactory
-
Set the endpoint URI for the request.
- url(String) - Method in interface org.citrusframework.actions.agent.AgentConnectActionBuilder
- url(String) - Method in interface org.citrusframework.container.WaitContainerBuilder.HttpConditionBuilder
-
Sets the Http endpoint URL.
- UrlResource(URL) - Constructor for class org.citrusframework.spi.Resources.UrlResource
- useComposeBinary(boolean) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- username(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersPostgreSQLStartActionBuilder
- useScriptTemplate(boolean) - Method in interface org.citrusframework.actions.groovy.GroovyRunActionBuilder
-
Enable/disable script template usage.
V
- validate() - Method in interface org.citrusframework.actions.selenium.SeleniumPageActionBuilder
-
Perform page validation.
- validate(Class<T>) - Method in interface org.citrusframework.message.processor.json.JsonMessageProcessors
- validate(Object, Object, TestContext) - Method in interface org.citrusframework.validation.ValueMatcher
-
Value matcher verifies the match of given received and control values.
- validate(String, Object) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandActionBuilder
-
Adds JsonPath command result validation.
- validate(String, Object) - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
-
Adds JsonPath command result validation.
- validate(String, String...) - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder
-
Set expected control result set.
- validate(String, String, List<String>, TestContext) - Method in interface org.citrusframework.validation.matcher.ValidationMatcher
-
Method called on validation.
- validate(List<Map<String, Object>>, TestContext) - Method in interface org.citrusframework.validation.script.sql.SqlResultSetScriptExecutor
-
Validates the SQL result set.
- validate(List<ValidationContext.Builder<?, ?>>) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validate(List<ValidationContext.Builder<?, ?>>) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Sets validation contexts.
- validate(KubernetesCommandResultCallback<O>) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandActionBuilder
-
Adds command result callback.
- validate(KubernetesCommandResultCallback<R>) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Adds validation callback with command result.
- validate(Message, TestContext) - Method in interface org.citrusframework.validation.script.GroovyScriptExecutor
- validate(Message, TestContext) - Method in interface org.citrusframework.validation.ValidationProcessor
-
Validate callback method with received message.
- validate(Message, TestContext, String, String) - Method in interface org.citrusframework.validation.SchemaValidator
-
Validate the message against the given schemaRepository and schema.
- validate(Message, TestContext, T) - Method in interface org.citrusframework.validation.SchemaValidator
-
Validates the given message against schemas
- validate(ValidationContext) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validate(ValidationContext) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Adds a validation context.
- validate(ValidationContext.Builder<?, ?>) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validate(ValidationContext.Builder<?, ?>) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Adds a validation context.
- validate(ValidationContext.Builder<?, ?>) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Specifies the validationContext.
- validate(ValidationContext.Builder<?, ?>...) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validate(ValidationContext.Builder<?, ?>...) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Sets validation contexts.
- validate(GenericValidationProcessor<T>) - Method in interface org.citrusframework.message.processor.xml.XmlMessageProcessors
- validate(ScriptValidationContext) - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder
-
Use this validation context.
- validate(ValidationContextAdapter) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validate(ValidationContextAdapter) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Adds a validation context.
- validate(ValidationProcessor) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
-
Adds validation processor to the action for validating the received message with Java code.
- validate(ValidationProcessor) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Adds validation processor to the action for validating the received message with Java code.
- validate(T, B, TestContext) - Method in interface org.citrusframework.actions.selenium.PageValidator
-
Validate page contents.
- validate(T, Map<String, Object>, TestContext) - Method in interface org.citrusframework.validation.GenericValidationProcessor
-
Subclasses do override this method for validation purpose.
- validateCommandResult(Object) - Method in interface org.citrusframework.actions.docker.DockerActionBuilderBase
- validateCommandResult(CommandResultCallback<R>) - Method in interface org.citrusframework.actions.docker.DockerActionBuilderBase
-
Adds validation callback with command result.
- validateCommandResult(KubernetesCommandResult<T>, TestContext) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandResultCallback
-
Callback method called with command result for validation.
- validateCommandResult(TestContext) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Validate command result using the specified command result callback.
- validateDetail(ValidationContext.Builder<?, ?>) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Specifies the validationContext.
- validateHeader(String, Object, Object, TestContext, HeaderValidationContext) - Method in interface org.citrusframework.validation.HeaderValidator
-
Validate header values with received value and control value.
- validateMessage(Message, Message, TestContext, List<ValidationContext>) - Method in class org.citrusframework.validation.AbstractMessageValidator
- validateMessage(Message, Message, TestContext, List<ValidationContext>) - Method in interface org.citrusframework.validation.MessageValidator
-
Validates a message with given test context and validation context.
- validateMessage(Message, Message, TestContext, ValidationContext) - Method in class org.citrusframework.validation.DefaultEmptyMessageValidator
- validateMessage(Message, Message, TestContext, ValidationContext) - Method in class org.citrusframework.validation.DefaultTextEqualsMessageValidator
- validateMessage(Message, Message, TestContext, T) - Method in class org.citrusframework.validation.AbstractMessageValidator
-
Validates message with most appropriate validation context.
- validateScript(String, String) - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder
-
Validate SQL result set via validation script, for instance Groovy.
- validateScript(Resource, String) - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder
-
Validate SQL result set via validation script, for instance Groovy.
- validateScript(Resource, String, Charset) - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder
-
Validate SQL result set via validation script, for instance Groovy.
- validateScriptResource(String, String, Charset) - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder
-
Validate SQL result set via validation script resource.
- validateSqlResultSet(List<Map<String, Object>>, ScriptValidationContext, TestContext) - Method in interface org.citrusframework.validation.script.sql.SqlResultSetScriptValidator
-
Validates the SQL result set.
- validation() - Method in interface org.citrusframework.TestActionRunner
-
Provide access to all available test validations.
- VALIDATION_MATCHER_PREFIX - Static variable in class org.citrusframework.CitrusSettings
-
Prefix/suffix used to identify validation matchers
- VALIDATION_MATCHER_SUFFIX - Static variable in class org.citrusframework.CitrusSettings
- ValidationContext - Interface in org.citrusframework.validation.context
-
Basic validation context holding validation specific information.
- ValidationContext.Builder<T extends ValidationContext,
B extends ValidationContext.Builder<T, B>> - Interface in org.citrusframework.validation.context -
Fluent builder
- ValidationContextAdapter - Interface in org.citrusframework.validation
-
Adapter interface marks that a class is able to act as a validation context.
- ValidationException - Exception in org.citrusframework.exceptions
-
This exception marks errors during validation in Citrus.
- ValidationException(String) - Constructor for exception org.citrusframework.exceptions.ValidationException
-
Constructor using fields.
- ValidationException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.ValidationException
-
Constructor using fields.
- ValidationMatcher - Interface in org.citrusframework.validation.matcher
-
General validation matcher interface.
- ValidationMatcherLibrary - Class in org.citrusframework.validation.matcher
-
Library holding a set of validation matchers.
- ValidationMatcherLibrary() - Constructor for class org.citrusframework.validation.matcher.ValidationMatcherLibrary
- ValidationMatcherRegistry - Class in org.citrusframework.validation.matcher
-
ValidationMatcher registry holding all available validation matcher libraries.
- ValidationMatcherRegistry() - Constructor for class org.citrusframework.validation.matcher.ValidationMatcherRegistry
- ValidationMatcherUtils - Class in org.citrusframework.validation.matcher
-
Utility class for validation matchers.
- ValidationProcessor - Interface in org.citrusframework.validation
-
Callback called by receive message action for validation purpose.
- Validations - Interface in org.citrusframework.validation
- ValidationStatus - Enum Class in org.citrusframework.validation.context
-
Status that marks that the validation result for a specific validation context.
- validator(Object) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Set explicit SOAP fault validator implementation.
- validator(String) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validator(String) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Sets explicit message validator by name.
- validator(String) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Set explicit SOAP fault validator implementation by bean name.
- validator(String) - Method in class org.citrusframework.validation.context.HeaderValidationContext.Builder
- validator(String) - Method in interface org.citrusframework.validation.context.HeaderValidationContextBuilder
-
Adds header validator reference.
- validator(PageValidator<?, ?>) - Method in interface org.citrusframework.actions.selenium.SeleniumPageActionBuilder
-
Set page validator.
- validator(GenericValidationProcessor<M>) - Method in interface org.citrusframework.message.processor.json.JsonMappingValidationProcessorBuilder
- validator(HeaderValidator) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validator(HeaderValidator) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Sets explicit header validator for this receive action.
- validator(HeaderValidator) - Method in class org.citrusframework.validation.context.HeaderValidationContext.Builder
- validator(HeaderValidator) - Method in interface org.citrusframework.validation.context.HeaderValidationContextBuilder
-
Adds header validator.
- validator(MessageValidator<? extends ValidationContext>) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
- validator(MessageValidator<? extends ValidationContext>) - Method in interface org.citrusframework.actions.docker.DockerActionBuilderBase
- validator(MessageValidator<? extends ValidationContext>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesExecuteActionBuilder
- validator(MessageValidator<? extends ValidationContext>) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validator(MessageValidator<? extends ValidationContext>) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Sets explicit message validators for this receive action.
- validator(SqlResultSetScriptValidator) - Method in interface org.citrusframework.actions.sql.ExecuteSqlQueryActionBuilder
-
Sets an explicit validator implementation for this action.
- validatorNames(List<String>) - Method in class org.citrusframework.validation.context.HeaderValidationContext.Builder
- validatorNames(List<String>) - Method in interface org.citrusframework.validation.context.HeaderValidationContextBuilder
-
Sets the validatorNames.
- validators - Static variable in interface org.citrusframework.validation.HeaderValidator
- validators - Static variable in interface org.citrusframework.validation.ValueMatcher
- validators(String...) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validators(String...) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Sets explicit message validator names for this receive action.
- validators(List<HeaderValidator>) - Method in class org.citrusframework.validation.context.HeaderValidationContext.Builder
- validators(List<HeaderValidator>) - Method in interface org.citrusframework.validation.context.HeaderValidationContextBuilder
-
Sets the validators.
- validators(List<MessageValidator<? extends ValidationContext>>) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validators(List<MessageValidator<? extends ValidationContext>>) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Sets explicit message validators for this receive action.
- validators(HeaderValidator...) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validators(HeaderValidator...) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Sets explicit header validators for this receive action.
- validators(MessageValidator<? extends ValidationContext>...) - Method in interface org.citrusframework.actions.ReceiveActionBuilder
- validators(MessageValidator<? extends ValidationContext>...) - Method in interface org.citrusframework.actions.ReceiveMessageBuilderFactory
-
Sets explicit message validators for this receive action.
- value() - Element in annotation interface org.citrusframework.annotations.CitrusEndpointProperty
-
Property value.
- value() - Element in annotation interface org.citrusframework.message.MessagePayload
-
The message type produced
- value(String) - Method in interface org.citrusframework.actions.selenium.SeleniumSetInputActionBuilder
- ValueMatcher - Interface in org.citrusframework.validation
- valueOf(String) - Static method in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.CitrusInstanceStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.kubernetes.ClusterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.kubernetes.KubernetesResourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.message.ErrorHandlingStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.message.MessageDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.message.MessageHeaderType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.message.MessageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.openapi.AutoFillType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.TestCaseMetaInfo.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.TestResult.RESULT
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.validation.context.ValidationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.citrusframework.variable.dictionary.DataDictionary.PathMappingStrategy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.citrusframework.actions.testcontainers.aws2.AwsService
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.CitrusInstanceStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.kubernetes.ClusterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.kubernetes.KubernetesResourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.message.ErrorHandlingStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.message.MessageDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.message.MessageHeaderType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.message.MessageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.openapi.AutoFillType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.TestCaseMetaInfo.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.TestResult.RESULT
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.validation.context.ValidationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.citrusframework.variable.dictionary.DataDictionary.PathMappingStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variable(String) - Method in interface org.citrusframework.actions.TraceVariablesActionBuilder
- variable(String) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the target variable for the result
- variable(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
An expression of a variable with the given name
- variable(String, Object) - Method in interface org.citrusframework.actions.CreateVariablesActionBuilder
- variable(String, Object) - Method in class org.citrusframework.variable.GlobalVariables.Builder
- variable(String, T) - Method in interface org.citrusframework.TestCaseBuilder
-
Adds a new variable definition to the set of test variables for this test case and return its value.
- VARIABLE_ESCAPE - Static variable in class org.citrusframework.CitrusSettings
- VARIABLE_PREFIX - Static variable in class org.citrusframework.CitrusSettings
-
Prefix/sufix used to identify variable expressions
- VARIABLE_SUFFIX - Static variable in class org.citrusframework.CitrusSettings
- VariableExpressionIterator - Class in org.citrusframework.variable
-
This
Iteratoruses a regular expression pattern to match individual segments of a variableExpression. - VariableExpressionIterator(String, TestContext, List<SegmentVariableExtractor>) - Constructor for class org.citrusframework.variable.VariableExpressionIterator
- VariableExpressionIterator.VariableSegment - Class in org.citrusframework.variable
- VariableExpressionSegmentMatcher - Class in org.citrusframework.variable
-
Matcher that matches segments of variable expressions.
- VariableExpressionSegmentMatcher(String) - Constructor for class org.citrusframework.variable.VariableExpressionSegmentMatcher
- VariableExtractor - Interface in org.citrusframework.variable
-
Class extracting variables form messages.
- VariableExtractor.Builder<T extends VariableExtractor,
B extends VariableExtractor.Builder<T, B>> - Interface in org.citrusframework.variable -
Fluent builder
- VariableExtractorAdapter - Interface in org.citrusframework.variable
-
Adapter interface marks that a class is able to act as a variable extractor.
- VariableExtractors - Interface in org.citrusframework.variable
- VariableNullValueException - Exception in org.citrusframework.exceptions
-
Variable value evaluates to null.
- VariableNullValueException() - Constructor for exception org.citrusframework.exceptions.VariableNullValueException
-
Default constructor.
- VariableNullValueException(String) - Constructor for exception org.citrusframework.exceptions.VariableNullValueException
-
Constructor using fields.
- VariableNullValueException(String, Throwable) - Constructor for exception org.citrusframework.exceptions.VariableNullValueException
-
Constructor using fields.
- VariableNullValueException(Throwable) - Constructor for exception org.citrusframework.exceptions.VariableNullValueException
-
Constructor using fields.
- variables - Variable in class org.citrusframework.context.TestContext
-
Local variables
- variables(String...) - Method in interface org.citrusframework.actions.TraceVariablesActionBuilder
- variables(Map<String, Object>) - Method in class org.citrusframework.variable.GlobalVariables.Builder
- VariableSegment(String, int, Object) - Constructor for class org.citrusframework.variable.VariableExpressionIterator.VariableSegment
- variableSend(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
To use a variable as the source for the message body to send.
- VariableUtils - Class in org.citrusframework.variable
-
Utility class manipulating test variables.
- verbose(boolean) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
- verify() - Method in interface org.citrusframework.actions.camel.CamelJBangActionBuilder
-
Verify that given Camel integration is running.
- verify() - Method in interface org.citrusframework.actions.camel.CamelJBangKubernetesActionBuilder
-
Verify the Kubernetes pod status and logs of a deployed Camel integration.
- verify() - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceActionBuilder
-
Verify that given custom resource matches a condition.
- verify(Class<?>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceActionBuilder
-
Verify that given custom resource matches a condition.
- verify(String) - Method in interface org.citrusframework.actions.knative.KnativeBrokerActionBuilder
-
Verify given broker instance is running.
- verify(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceActionBuilder
-
Verify that given custom resource matches a condition.
- verify(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodActionBuilder
-
Verify that given pod is running.
- verify(String, Class<?>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceActionBuilder
-
Verify that given custom resource matches a condition.
- verify(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceActionBuilder
-
Verify that given custom resource matches a condition.
- verify(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodActionBuilder
-
Verify that given pod is running.
- verifyOutput(String) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- verifyOutput(ValidationProcessor) - Method in interface org.citrusframework.actions.jbang.JBangActionBuilder
- version() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a version command.
- version() - Static method in class org.citrusframework.CitrusVersion
-
Gets the Citrus version.
- version(String) - Method in interface org.citrusframework.actions.http.HttpReceiveRequestMessageBuilderFactory
-
Sets the http version.
- version(String) - Method in interface org.citrusframework.actions.http.HttpReceiveResponseMessageBuilderFactory
-
Sets the http version.
- version(String) - Method in interface org.citrusframework.actions.http.HttpSendRequestMessageBuilderFactory
-
Sets the http version.
- version(String) - Method in interface org.citrusframework.actions.http.HttpSendResponseMessageBuilderFactory
-
Sets the http version.
- version(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceCreateActionBuilder
- version(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceDeleteActionBuilder
- version(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesCustomResourceVerifyActionBuilder
- version(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersKafkaStartActionBuilder
- version(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersLocalStackStartActionBuilder
- version(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersMongoDBStartActionBuilder
- version(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersPostgreSQLStartActionBuilder
- version(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersRedpandaStartActionBuilder
- visible() - Method in interface org.citrusframework.actions.selenium.SeleniumWaitUntilActionBuilder
-
Add visible condition.
- volumes(Object...) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Adds volumes variables as command parameter.
W
- WaitContainerBuilder<T extends TestAction,
B extends TestActionBuilder<T>, C extends Condition> - Interface in org.citrusframework.container - WaitContainerBuilder.ActionConditionBuilder<T extends TestAction,
C extends Condition, B extends WaitContainerBuilder.ActionConditionBuilder<T, C, B>> - Interface in org.citrusframework.container - WaitContainerBuilder.BuilderFactory - Interface in org.citrusframework.container
- WaitContainerBuilder.ConditionBuilder<T extends TestAction,
C extends Condition, B extends WaitContainerBuilder.ConditionBuilder<T, C, B>> - Interface in org.citrusframework.container - WaitContainerBuilder.FileConditionBuilder<T extends TestAction,
C extends Condition, B extends WaitContainerBuilder.FileConditionBuilder<T, C, B>> - Interface in org.citrusframework.container - WaitContainerBuilder.HttpConditionBuilder<T extends TestAction,
C extends Condition, B extends WaitContainerBuilder.HttpConditionBuilder<T, C, B>> - Interface in org.citrusframework.container - WaitContainerBuilder.MessageConditionBuilder<T extends TestAction,
C extends Condition, B extends WaitContainerBuilder.MessageConditionBuilder<T, C, B>> - Interface in org.citrusframework.container - waitFor() - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a wait command.
- waitFor() - Method in interface org.citrusframework.container.WaitContainerBuilder.BuilderFactory
- waitFor(Object) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- waitFor(String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilder
-
Adds a wait command.
- waitFor(String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- waitFor(String, int) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- waitFor(URL) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- waitForLogMessage(String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationVerifyActionBuilder
- waitForLogMessage(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
- waitForLogMessage(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodVerifyActionBuilder
- waitForRunningState(boolean) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
- waitForRunningState(boolean) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
- waitStrategyDisabled() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- waitUntil() - Method in interface org.citrusframework.actions.selenium.SeleniumActionBuilder
-
Wait until element meets condition.
- wasm(String, String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates Wasm expression
- wasm(String, String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates Wasm expression
- watch() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesNamespaceCommandActionBuilder
-
Watch services.
- watch() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesNodeCommandActionBuilder
-
Watch nodes.
- watch() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesPodCommandActionBuilder
-
Watch pods.
- watch() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesReplicationControllerCommandActionBuilder
-
Watch replication controllers.
- watch() - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesServiceCommandActionBuilder
-
Watch services.
- watchLogs(String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodActionBuilder
-
Watch pod logs for given pod identified by its name.
- watchLogs(String, String) - Method in interface org.citrusframework.actions.kubernetes.KubernetesPodActionBuilder
-
Watch pod logs for given pod identified by label selector.
- WebPage - Interface in org.citrusframework.actions.selenium
- when(String) - Method in interface org.citrusframework.container.ConditionalContainerBuilder
-
Condition which allows execution if true.
- when(List<TestActionBuilder<?>>) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- when(ConditionExpression) - Method in interface org.citrusframework.container.ConditionalContainerBuilder
-
Condition which allows execution if evaluates to true.
- when(TestAction) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Action producing the SOAP fault.
- when(TestAction...) - Method in interface org.citrusframework.container.ExceptionContainerBuilder
-
Fills container with actions.
- when(TestActionBuilder<?>) - Method in interface org.citrusframework.actions.ws.SoapAssertFaultActionBuilder
-
Action producing the SOAP fault.
- when(TestActionBuilder<?>...) - Method in interface org.citrusframework.container.ExceptionContainerBuilder
-
Fills container with actions.
- when(TestActionBuilder<T>) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- when(T) - Method in interface org.citrusframework.GherkinTestActionRunner
-
Behavior driven style alias for run method.
- window(String) - Method in interface org.citrusframework.actions.selenium.SeleniumCloseWindowActionBuilder
-
Set window name.
- window(String) - Method in interface org.citrusframework.actions.selenium.SeleniumOpenWindowActionBuilder
-
Set window name.
- window(String) - Method in interface org.citrusframework.actions.selenium.SeleniumSwitchWindowActionBuilder
-
Set window name.
- withArg(String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Adds a command argument.
- withArg(String) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
-
Adds a command argument.
- withArg(String) - Method in interface org.citrusframework.actions.camel.CamelJBangPluginAddActionBuilder
-
Adds a command argument.
- withArg(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Adds a command argument.
- withArg(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
-
Adds a command argument.
- withArg(String, String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Adds a command argument with name and value.
- withArg(String, String) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
-
Adds a command argument with name and value.
- withArg(String, String) - Method in interface org.citrusframework.actions.camel.CamelJBangPluginAddActionBuilder
-
Adds a command argument with name and value.
- withArg(String, String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Adds a command argument with name and value.
- withArg(String, String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
-
Adds a command argument with name and value.
- withArgs(String...) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Adds command arguments.
- withArgs(String...) - Method in interface org.citrusframework.actions.camel.CamelJBangCmdSendActionBuilder
-
Adds command arguments.
- withArgs(String...) - Method in interface org.citrusframework.actions.camel.CamelJBangPluginAddActionBuilder
-
Adds command arguments.
- withArgs(String...) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Adds command arguments.
- withArgs(String...) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationVerifyActionBuilder
-
Adds command arguments.
- withBuildProperties(String...) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Adds command build properties.
- withBuildProperty(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Adds a command build property.
- withCommand(String...) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withDuration(Duration) - Method in class org.citrusframework.TestResult
- withEnv(String, String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Adds an environment variable.
- withEnv(String, String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withEnv(Map<String, String>) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withEnvs(Map<String, String>) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Adds environment variables.
- withEnvs(Resource) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Adds environment variables from given file resource.
- withExposedService(String, int) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- withExposedService(String, int, Object) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- withExposedServices(Map<String, Integer>) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- WithExpressions<B> - Interface in org.citrusframework.builder
- withFailureType(String) - Method in class org.citrusframework.TestResult
- WithHeaderBuilder - Interface in org.citrusframework.message
- withLabel(String, String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withLabels(Map<String, String>) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withNetwork() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withNetwork(Object) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withOption(String, String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersLocalStackStartActionBuilder
- withOptions(Map<String, String>) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersLocalStackStartActionBuilder
- withoutLabel(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Sets the without label parameter.
- withoutLabel(String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandActionBuilder
-
Sets the without label parameter.
- withoutLabel(String, String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommand
-
Sets the without label parameter.
- withoutLabel(String, String) - Method in interface org.citrusframework.actions.kubernetes.command.KubernetesCommandActionBuilder
-
Sets the without label parameter.
- withoutNetwork() - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withParam(String, String) - Method in interface org.citrusframework.actions.docker.DockerActionBuilderBase
-
Adds command parameter to current command.
- WithPayloadBuilder - Interface in org.citrusframework.message
- withPodSelector(Map<String, String>) - Method in interface org.citrusframework.actions.kubernetes.KubernetesServiceCreateActionBuilder
- withProperties(String...) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Adds command properties.
- withProperty(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Adds a command property.
- withReferenceResolver(ReferenceResolver) - Method in interface org.citrusframework.actions.ReferenceResolverAwareBuilder
-
Sets the bean reference resolver for using endpoint names.
- withReferenceResolver(ReferenceResolver) - Method in interface org.citrusframework.message.processor.camel.CamelMessageProcessorBuilderBase
-
Sets the bean reference resolver for using endpoint names.
- withReferenceResolver(ReferenceResolver) - Method in interface org.citrusframework.message.processor.camel.CamelRouteProcessorBuilder
-
Sets the bean reference resolver for using endpoint names.
- withReferenceResolver(ReferenceResolver) - Method in interface org.citrusframework.message.processor.json.JsonMappingValidationProcessorBuilder
-
Sets the bean reference resolver for using endpoint names.
- withReferenceResolver(ReferenceResolver) - Method in interface org.citrusframework.message.processor.xml.XmlMarshallingValidationProcessorBuilder
-
Sets the bean reference resolver for using endpoint names.
- withService(AwsService) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersLocalStackStartActionBuilder
- withServices(Set<AwsService>) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersLocalStackStartActionBuilder
- withServices(AwsService[]) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersLocalStackStartActionBuilder
- withStartupTimeout(int) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- withStartupTimeout(int) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withStartupTimeout(Duration) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- withStartupTimeout(Duration) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withSystemProperties(Map<String, String>) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Adds system properties.
- withSystemProperties(Resource) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Adds system properties from given file resource.
- withSystemProperty(String, String) - Method in interface org.citrusframework.actions.camel.CamelIntegrationRunActionBuilder
-
Adds a system properties.
- withTrait(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Adds a command trait.
- withTraits(String...) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationRunActionBuilder
-
Adds command traits.
- withVolumeMount(Object, String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withVolumeMount(String, String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withVolumeMount(Resource, String) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilderBase
- withWaitStrategies(Map<String, Object>) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- withWaitStrategy(String, Object) - Method in interface org.citrusframework.actions.testcontainers.TestcontainersComposeUpActionBuilder
- workingDir(String) - Method in interface org.citrusframework.actions.camel.CamelKubernetesIntegrationDeleteActionBuilder
-
The working directory where to find exported project sources.
- workingDir(String) - Method in interface org.citrusframework.actions.docker.DockerContainerCreateActionBuilder
-
Sets the working-dir parameter.
X
- XHTML - Enum constant in enum class org.citrusframework.message.MessageType
- xml() - Method in interface org.citrusframework.message.processor.xml.XmlMessageProcessors.Factory
-
Fluent API action building entry method used in Java DSL.
- xml() - Method in interface org.citrusframework.validation.xml.XmlMessageValidationContextBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- XML - Enum constant in enum class org.citrusframework.message.MessageType
- XML - Static variable in interface org.citrusframework.common.TestLoader
- XML_TEST_FILE_NAME_PATTERN - Static variable in class org.citrusframework.CitrusSettings
- XML_TEST_FILE_NAME_PATTERN_ENV - Static variable in class org.citrusframework.CitrusSettings
- XML_TEST_FILE_NAME_PATTERN_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
- XmlMarshallingValidationProcessorBuilder<M,
T extends MessageProcessor, B extends XmlMarshallingValidationProcessorBuilder<M, T, B>> - Interface in org.citrusframework.message.processor.xml - XmlMessageProcessors - Interface in org.citrusframework.message.processor.xml
- XmlMessageProcessors.Factory - Interface in org.citrusframework.message.processor.xml
- XmlMessageValidationContextBuilder<T extends ValidationContext,
B extends XmlMessageValidationContextBuilder<T, B>> - Interface in org.citrusframework.validation.xml - XmlMessageValidationContextBuilder.Factory - Interface in org.citrusframework.validation.xml
- XmlNamespaceAware - Interface in org.citrusframework.validation.xml
- xmlSecurity(byte[]) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, byte[]) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, byte[], String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String, String, String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String, String, String, Object, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String, String, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String, String, String, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, byte[]) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, byte[], String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String, String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String, String, Object, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String, String, Object, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String, String, String, String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the XML Security data format
- XmlValidationContextBuilderBase<T extends ValidationContext,
B extends XmlValidationContextBuilderBase<T, B>> - Interface in org.citrusframework.validation.xml - xpath() - Method in interface org.citrusframework.message.processor.xml.XmlMessageProcessors.Factory
- xpath() - Method in interface org.citrusframework.message.processor.xml.XmlMessageProcessors
- xpath() - Method in interface org.citrusframework.validation.ws.SoapFaultDetailValidationContextBuilder
-
Convert to Xpath message validation context builder.
- xpath() - Method in interface org.citrusframework.validation.xml.XmlMessageValidationContextBuilder.Factory
- xpath() - Method in interface org.citrusframework.validation.xml.XmlMessageValidationContextBuilder
-
Convert to Xpath message validation context builder.
- xpath() - Method in interface org.citrusframework.variable.xml.XpathPayloadVariableExtractorBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- xpath(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XPath expression
- xpath(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XPath expression with the specified result type
- xpath(String, Class<?>, Object) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
- xpath(String, Class<?>, Map<String, String>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
- xpath(String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XPath expression with the specified set of namespace prefixes and URIs
- xpath(String, Object) - Method in interface org.citrusframework.validation.expression.PathExpressionValidationContextBuilder
- xpath(String, Map<String, String>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XPath expression with the specified set of namespace prefixes and URIs
- XpathMessageProcessorBuilder<T extends MessageProcessor,
B extends XpathMessageProcessorBuilder<T, B>> - Interface in org.citrusframework.message.processor.xml - XpathMessageValidationContextBuilder<T extends ValidationContext,
B extends XpathMessageValidationContextBuilder<T, B>> - Interface in org.citrusframework.validation.xml - XpathPayloadVariableExtractorBuilder<T extends VariableExtractor,
B extends XpathPayloadVariableExtractorBuilder<T, B>> - Interface in org.citrusframework.variable.xml - XpathPayloadVariableExtractorBuilder.Factory - Interface in org.citrusframework.variable.xml
- xquery(String) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XQuery expression
- xquery(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XQuery expression with the specified result type
- xquery(String, Class<?>, Object) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
- xquery(String, Class<?>, Map<String, String>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
- xquery(String, Object) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
- xquery(String, Map<String, String>) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
- xslt(String) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the XSLT document
- xslt(Resource) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the XSLT document as resource
- xslt(Resource, Charset) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the XSLT document as resource
- xsltFile(String) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the XML document as resource file path
- xsltFile(String, String) - Method in interface org.citrusframework.actions.TransformActionBuilder
-
Set the XML document as resource file path
- xtokenize(String, char, Object, int) - Method in interface org.citrusframework.message.processor.camel.CamelExpressionClause
-
Evaluates an XML token expression on the message body with XML content
Y
- yaml() - Method in interface org.citrusframework.validation.yaml.YamlMessageValidationContextBuilder.Factory
-
Fluent API action building entry method used in Java DSL.
- yaml(String) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the YAML data format
- yaml(String, Class<?>) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the YAML data format
- YAML - Enum constant in enum class org.citrusframework.message.MessageType
- YAML - Static variable in interface org.citrusframework.common.TestLoader
- YAML_TEST_FILE_NAME_PATTERN - Static variable in class org.citrusframework.CitrusSettings
- YAML_TEST_FILE_NAME_PATTERN_ENV - Static variable in class org.citrusframework.CitrusSettings
- YAML_TEST_FILE_NAME_PATTERN_PROPERTY - Static variable in class org.citrusframework.CitrusSettings
- YamlMessageValidationContextBuilder<T extends ValidationContext,
B extends YamlMessageValidationContextBuilder<T, B>> - Interface in org.citrusframework.validation.yaml - YamlMessageValidationContextBuilder.Factory - Interface in org.citrusframework.validation.yaml
Z
- zipDeflater() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the ZIP deflater data format
- zipDeflater(int) - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the ZIP deflater data format
- zipFile() - Method in interface org.citrusframework.message.processor.camel.CamelDataFormatClause
-
Uses the ZIP file data format
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
RepeatOnErrorUntilTrueContainerBuilder.autoSleep(Duration)instead