Interface MockEndpointBuilderFactory.MockBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
MockEndpointBuilderFactory
public static interface MockEndpointBuilderFactory.MockBuilders
-
Method Summary
Modifier and TypeMethodDescriptionMock (camel-mock) Test routes and mediation rules using mocks.Mock (camel-mock) Test routes and mediation rules using mocks.
-
Method Details
-
mock
Mock (camel-mock) Test routes and mediation rules using mocks. Category: core,testing Since: 1.0 Maven coordinates: org.apache.camel:camel-mock Syntax:mock:namePath parameter: name (required) Name of mock endpoint- Parameters:
path- name- Returns:
- the dsl builder
-
mock
Mock (camel-mock) Test routes and mediation rules using mocks. Category: core,testing Since: 1.0 Maven coordinates: org.apache.camel:camel-mock Syntax:mock:namePath parameter: name (required) Name of mock endpoint- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- name- Returns:
- the dsl builder
-