Interface MockComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface MockComponentBuilderFactory
Test routes and mediation rules using mocks.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builder for the Mock component.static class
-
Method Summary
Modifier and TypeMethodDescriptionmock()
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- Returns:
- the dsl builder
-