Interface DataSetTestEndpointBuilderFactory.DataSetTestBuilders

    • Method Detail

      • datasetTest

        default DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder datasetTest​(String path)
        DataSet Test (camel-dataset) Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies. Category: core,testing Since: 1.3 Maven coordinates: org.apache.camel:camel-dataset Syntax: dataset-test:name Path parameter: name (required) Name of endpoint to lookup in the registry to use for polling messages used for testing
        Parameters:
        path - name
      • datasetTest

        default DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder datasetTest​(String componentName,
                                                                                         String path)
        DataSet Test (camel-dataset) Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies. Category: core,testing Since: 1.3 Maven coordinates: org.apache.camel:camel-dataset Syntax: dataset-test:name Path parameter: name (required) Name of endpoint to lookup in the registry to use for polling messages used for testing
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name