Uses of Interface
org.citrusframework.spi.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in org.citrusframework
Methods in org.citrusframework that return ResourceModifier and TypeMethodDescriptionTestSource.getSourceFile()Gets the file resource for this test source.TestSource.getSourceFile(TestContext context) Gets the file resource for this test source and uses given test context to resolve the file path with test variables.Methods in org.citrusframework with parameters of type Resource -
Uses of Resource in org.citrusframework.actions
Methods in org.citrusframework.actions with parameters of type ResourceModifier and TypeMethodDescriptionAdds message payload resource to this builder.Adds message payload resource to this builder.Adds message header data as file resource to this builder's message.Adds message header data as file resource to this builder's message.Set the XML document as resourceSet the XML document as resourceSet the XSLT document as resourceSet the XSLT document as resource -
Uses of Resource in org.citrusframework.actions.agent
Methods in org.citrusframework.actions.agent with parameters of type Resource -
Uses of Resource in org.citrusframework.actions.camel
Methods in org.citrusframework.actions.camel with parameters of type ResourceModifier and TypeMethodDescriptionCamelIntegrationRunActionBuilder.addResource(Resource resource) Add resource file to the integration run.CamelIntegrationRunActionBuilder.integration(Resource resource) Runs given Camel integration resource.CamelKubernetesIntegrationDeleteActionBuilder.integration(Resource resource) Delete Camel JBang kubernetes resources integration resource.CamelKubernetesIntegrationRunActionBuilder.integration(Resource resource) Export given Camel integration resource.CamelKubernetesIntegrationVerifyActionBuilder.integration(Resource resource) Export given Camel integration resource.Adds route using the content of the given resource.Adds environment variables from given file resource.CamelIntegrationRunActionBuilder.withSystemProperties(Resource systemPropertiesFile) Adds system properties from given file resource. -
Uses of Resource in org.citrusframework.actions.docker
Methods in org.citrusframework.actions.docker with parameters of type ResourceModifier and TypeMethodDescriptionDockerImageBuildActionBuilder.dockerFile(Resource fileResource) Sets the docker file parameter. -
Uses of Resource in org.citrusframework.actions.groovy
Methods in org.citrusframework.actions.groovy with parameters of type ResourceModifier and TypeMethodDescriptiondefault GroovyRunActionBuilder<?,?> Run given Groovy script resource.Sets the Groovy script to execute.Sets the Groovy script to execute.Sets the Groovy script to execute.Sets the Groovy script to execute.Sets the Groovy script to execute.Sets the Groovy script to execute.Use a script template resource.Use a script template resource. -
Uses of Resource in org.citrusframework.actions.jbang
Methods in org.citrusframework.actions.jbang with parameters of type Resource -
Uses of Resource in org.citrusframework.actions.kubernetes
Methods in org.citrusframework.actions.kubernetes with parameters of type Resource -
Uses of Resource in org.citrusframework.actions.kubernetes.command
Methods in org.citrusframework.actions.kubernetes.command with parameters of type ResourceModifier and TypeMethodDescriptionCreate new pod from template.Create new service from template. -
Uses of Resource in org.citrusframework.actions.script
Methods in org.citrusframework.actions.script with parameters of type Resource -
Uses of Resource in org.citrusframework.actions.selenium
Methods in org.citrusframework.actions.selenium with parameters of type ResourceModifier and TypeMethodDescriptiondefault SeleniumJavaScriptActionBuilder<?,?> SeleniumActionBuilder.javascript(Resource scriptResource) Execute JavaScript.default SeleniumJavaScriptActionBuilder<?,?> SeleniumActionBuilder.javascript(Resource scriptResource, Charset charset) Execute JavaScript. -
Uses of Resource in org.citrusframework.actions.sql
Methods in org.citrusframework.actions.sql with parameters of type ResourceModifier and TypeMethodDescriptionValidate SQL result set via validation script, for instance Groovy.DatabaseConnectingActionBuilder.sqlResource(Resource sqlResource) Setter for external file resource containing the SQL statements to execute.ExecutePlsqlActionBuilder.sqlResource(Resource sqlResource, Charset charset) Setter for external file resource containing the SQL statements to execute.ExecuteSqlQueryActionBuilder.validateScript(Resource scriptResource, String type) Validate SQL result set via validation script, for instance Groovy.ExecuteSqlQueryActionBuilder.validateScript(Resource scriptResource, String type, Charset charset) Validate SQL result set via validation script, for instance Groovy. -
Uses of Resource in org.citrusframework.actions.testcontainers
Methods in org.citrusframework.actions.testcontainers with parameters of type ResourceModifier and TypeMethodDescriptionTestcontainersPostgreSQLStartActionBuilder.initScript(Resource resource) default TestcontainersComposeUpActionBuilder<?,?, ?> Start compose testcontainers instance.TestcontainersStartActionBuilderBase.withVolumeMount(Resource mountableFile, String mountPath) -
Uses of Resource in org.citrusframework.actions.ws
Methods in org.citrusframework.actions.ws with parameters of type ResourceModifier and TypeMethodDescriptionSoapClientReceiveMessageBuilderFactory.attachment(String contentId, String contentType, Resource contentResource) Sets the control attachment with content resource.SoapClientReceiveMessageBuilderFactory.attachment(String contentId, String contentType, Resource contentResource, Charset charset) Sets the control attachment with content resource.SoapSendMessageBuilderFactory.attachment(String contentId, String contentType, Resource contentResource) Sets the attachment with content resource.SoapSendMessageBuilderFactory.attachment(String contentId, String contentType, Resource contentResource, Charset charset) Sets the attachment with content resource.SoapAssertFaultActionBuilder.faultDetailResource(Resource resource) Expect fault detail from file resource.SoapAssertFaultActionBuilder.faultDetailResource(Resource resource, Charset charset) Expect fault detail from file resource.SoapSendFaultMessageBuilderFactory.faultDetailResource(Resource resource) Adds a fault detail from file resource.SoapSendFaultMessageBuilderFactory.faultDetailResource(Resource resource, Charset charset) Adds a fault detail from file resource. -
Uses of Resource in org.citrusframework.spi
Classes in org.citrusframework.spi that implement ResourceModifier and TypeClassDescriptionstatic classResource with given byte array content.static classResource loaded from classpath.static classResource on the file system.static classMethods in org.citrusframework.spi that return ResourceModifier and TypeMethodDescriptionstatic ResourceResources.create(byte[] content) static Resourcestatic Resourcestatic Resourcestatic Resourcestatic ResourceResources.fromClasspath(String filePath) static ResourceResources.fromClasspath(String filePath, Class<?> contextClass) static ResourceResources.fromFileSystem(String filePath) Methods in org.citrusframework.spi with parameters of type ResourceModifier and TypeMethodDescriptionstatic PropertiesPropertiesLoader.loadProperties(Resource resource) -
Uses of Resource in org.citrusframework.validation.script
Methods in org.citrusframework.validation.script with parameters of type ResourceModifier and TypeMethodDescriptionReads validation script file resource and sets content as validation script.Reads validation script file resource and sets content as validation script.