This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit a05826ece32fbb8e2ba6df0e0ac2a3d5903f9572 Author: Ahmed <42283870+amd...@users.noreply.github.com> AuthorDate: Sat Jul 30 11:31:33 2022 +0200 Fix dead API link in test.adoc And add a reference link to the Mock component docs --- components/camel-test/src/main/docs/test.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-test/src/main/docs/test.adoc b/components/camel-test/src/main/docs/test.adoc index 3270c7f6109..789116f3bea 100644 --- a/components/camel-test/src/main/docs/test.adoc +++ b/components/camel-test/src/main/docs/test.adoc @@ -93,8 +93,8 @@ from("seda:someEndpoint"). -------------------------------------------------- If your test then invokes the -http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/mock/MockEndpoint.html#assertIsSatisfied(org.apache.camel.CamelContext)[MockEndpoint.assertIsSatisfied(camelContext) +https://www.javadoc.io/static/org.apache.camel/camel-core/2.25.4/org/apache/camel/component/mock/MockEndpoint.html#assertIsSatisfied-org.apache.camel.CamelContext-[MockEndpoint.assertIsSatisfied(camelContext) method], your test case will perform the necessary assertions. To see how you can set other expectations on the test endpoint, see the -Mock component. +https://camel.apache.org/components/2.x/mock-component.html[Mock component].