Registry / testing / camel-mock

camel-mock

JSON →
library4.8.1javamavenunverified

Provides a mock endpoint for testing Camel routes without external dependencies.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-mock</artifactId> <version>4.8.1</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-MOCK
C
camel-mock
testingjavav4.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MockEndpoint
org.apache.camel.component.mock.MockEndpoint

Creates a mock endpoint for Camel testing.

import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.builder.RouteBuilder; public class Example { public static void main(String[] args) throws Exception { MockEndpoint mock = new MockEndpoint(); System.out.println("Mock endpoint created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.8.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
camel-mock — mvn dependency:get camel-mock · libregistry