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