essobedo commented on code in PR #8513:
URL: https://github.com/apache/camel/pull/8513#discussion_r992161978
##########
components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/CamelTestSupport.java:
##########
@@ -982,6 +983,27 @@ protected Language assertResolveLanguage(String
languageName) {
return language;
}
+ /**
+ * Asserts that all the expectations of the Mock endpoints are valid
+ *
+ * @see MockEndpoint#assertIsSatisfied(CamelContext)
+ */
+ protected void assertMockEndpointsSatisfied() throws InterruptedException {
+ MockEndpoint.assertIsSatisfied(context);
+ }
+
+ /**
+ * Asserts that all the expectations of the Mock endpoints are valid
+ *
+ * @see MockEndpoint#assertIsSatisfied(CamelContext, long,
TimeUnit)
+ *
+ * @param timeout
+ * @param unit
Review Comment:
Please either document it or remove it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]