Uses of Interface
org.apache.camel.builder.component.dsl.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder
Packages that use RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder
-
Uses of RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.robotframework()Robot Framework (camel-robotframework) Pass camel exchanges to acceptance test written in Robot DSL. -
Uses of RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilderModifier and TypeMethodDescriptionRobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.argumentFiles(String argumentFiles) A text String to read more arguments from.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.combinedTagStats(String combinedTagStats) Creates combined statistics based on tags.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.configuration(org.apache.camel.component.robotframework.RobotFrameworkCamelConfiguration configuration) The configuration.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.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.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.dryrun(boolean dryrun) Sets dryrun mode on use.Selects the tests cases by tags.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.exitOnFailure(boolean exitOnFailure) Sets robot to stop execution immediately if a critical test fails.Selects the tests cases by tags.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).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. comma seperated list of string resulting as List.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.monitorColors(String monitorColors) Using ANSI colors in console.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.monitorWidth(String monitorWidth) Width of the monitor output.Sets the name of the top-level tests suites.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.nonCriticalTags(String nonCriticalTags) Tests that have the given tags are not critical.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.noStatusReturnCode(boolean noStatusReturnCode) If true, sets the return code to zero regardless of failures in test cases.Sets the path to the generated output String.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.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.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.reportBackground(String reportBackground) Sets background colors for the generated report and summary.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.reportTitle(String reportTitle) Sets a title for the generated tests report.RobotframeworkComponentBuilderFactory.robotframework()Robot Framework (camel-robotframework) Pass camel exchanges to acceptance test written in Robot DSL.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.runEmptySuite(boolean 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.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.skipTeardownOnExit(boolean skipTeardownOnExit) Sets whether the teardowns are skipped if the test execution is prematurely stopped.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.splitOutputs(String splitOutputs) Splits output and log files.Selects the tests suites by name.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.suiteStatLevel(String suiteStatLevel) Defines how many levels to show in the Statistics by Suite table in outputs.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.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.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.tagStatExcludes(String tagStatExcludes) Excludes these tags from the Statistics by Tag and Test Details by Tag tables in outputs.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.tagStatIncludes(String tagStatIncludes) Includes only these tags in the Statistics by Tag and Test Details by Tag tables in outputs.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.tagStatLinks(String tagStatLinks) Adds external links to the Statistics by Tag table in outputs.Selects the tests cases by name.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.timestampOutputs(boolean timestampOutputs) Adds a timestamp to all output files.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.variableFiles(String variableFiles) Sets variables using variables files.Sets individual variables.RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder.warnOnSkippedFiles(boolean warnOnSkippedFiles) Show a warning when an invalid String is skipped.Sets the path to the generated XUnit compatible result String, relative to outputDirectory.