Uses of Interface
org.apache.camel.builder.endpoint.dsl.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder
Packages that use RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder
-
Uses of RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.robotframework(String path) Robot Framework (camel-robotframework) Pass camel exchanges to acceptence test written in Robot DSL.StaticEndpointBuilders.robotframework(String componentName, String path) Robot Framework (camel-robotframework) Pass camel exchanges to acceptence test written in Robot DSL. -
Uses of RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilderModifier and TypeMethodDescriptionRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.argumentFiles(String argumentFiles) A text String to read more arguments from.RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointBuilder.basic()RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.combinedTagStats(String combinedTagStats) Creates combined statistics based on tags.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.contentCache(boolean contentCache) Sets whether to use resource content cache or not.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.contentCache(String contentCache) Sets whether to use resource content cache or not.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.criticalTags(String criticalTags) Tests that have the given tags are considered critical.A debug String that is written during execution.Sets the documentation of the top-level tests suites.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.dryrun(boolean dryrun) Sets dryrun mode on use.Sets dryrun mode on use.RobotFrameworkEndpointBuilderFactory.endpointBuilder(String componentName, String path) Selects the tests cases by tags.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.exitOnFailure(boolean exitOnFailure) Sets robot to stop execution immediately if a critical test fails.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.exitOnFailure(String exitOnFailure) Sets robot to stop execution immediately if a critical test fails.Selects the tests cases by tags.Sets a single listener for monitoring tests execution.Sets multiple listeners for monitoring tests execution.Sets the path to the generated log String.Sets the threshold level for logging.Sets a title for the generated tests log.Sets free metadata for the top level tests suites.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.monitorColors(String monitorColors) Using ANSI colors in console.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.monitorWidth(String monitorWidth) Width of the monitor output.Sets the name of the top-level tests suites.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.nonCriticalTags(String nonCriticalTags) Tests that have the given tags are not critical.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.noStatusReturnCode(boolean noStatusReturnCode) If true, sets the return code to zero regardless of failures in test cases.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.noStatusReturnCode(String noStatusReturnCode) If true, sets the return code to zero regardless of failures in test cases.Sets the path to the generated output String.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.outputDirectory(String outputDirectory) Configures where generated reports are to be placed.Sets the test execution order to be randomized.Sets the path to the generated report String.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.reportBackground(String reportBackground) Sets background colors for the generated report and summary.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.reportTitle(String reportTitle) Sets a title for the generated tests report.RobotFrameworkEndpointBuilderFactory.RobotFrameworkBuilders.robotframework(String path) Robot Framework (camel-robotframework) Pass camel exchanges to acceptence test written in Robot DSL.RobotFrameworkEndpointBuilderFactory.RobotFrameworkBuilders.robotframework(String componentName, String path) Robot Framework (camel-robotframework) Pass camel exchanges to acceptence test written in Robot DSL.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.runEmptySuite(boolean runEmptySuite) Executes tests also if the top level test suite is empty.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.runEmptySuite(String runEmptySuite) Executes tests also if the top level test suite is empty.Re-run failed tests, based on output.xml String.Sets the execution mode for this tests run.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.skipTeardownOnExit(boolean skipTeardownOnExit) Sets whether the teardowns are skipped if the test execution is prematurely stopped.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.skipTeardownOnExit(String skipTeardownOnExit) Sets whether the teardowns are skipped if the test execution is prematurely stopped.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.splitOutputs(String splitOutputs) Splits output and log files.Selects the tests suites by name.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.suiteStatLevel(String suiteStatLevel) Defines how many levels to show in the Statistics by Suite table in outputs.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.summaryTitle(String summaryTitle) Sets a title for the generated summary report.Adds documentation to the specified tags.Sets the tags(s) to all executed tests cases.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.tagStatExcludes(String tagStatExcludes) Excludes these tags from the Statistics by Tag and Test Details by Tag tables in outputs.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.tagStatIncludes(String tagStatIncludes) Includes only these tags in the Statistics by Tag and Test Details by Tag tables in outputs.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.tagStatLinks(String tagStatLinks) Adds external links to the Statistics by Tag table in outputs.Selects the tests cases by name.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.timestampOutputs(boolean timestampOutputs) Adds a timestamp to all output files.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.timestampOutputs(String timestampOutputs) Adds a timestamp to all output files.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.variableFiles(String variableFiles) Sets variables using variables files.Sets individual variables.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.warnOnSkippedFiles(boolean warnOnSkippedFiles) Show a warning when an invalid String is skipped.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder.warnOnSkippedFiles(String warnOnSkippedFiles) Show a warning when an invalid String is skipped.Sets the path to the generated XUnit compatible result String, relative to outputDirectory.