f2par0 commented on code in PR #327:
URL: https://github.com/apache/camel-karaf/pull/327#discussion_r1630826089


##########
tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/AbstractCamelRouteITest.java:
##########
@@ -189,6 +193,17 @@ private boolean hasCamelRouteSupplierFilter() {
         return hint != null && hint.camelRouteSuppliers().length > 0;
     }
 
+    private boolean hasCamekKarafTestHint() {
+        CamelKarafTestHint hint = 
getClass().getAnnotation(CamelKarafTestHint.class);
+        return hint != null;
+    }
+
+    private Option getCamelRouteIgnoreSupplier() {

Review Comment:
   Done



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to