aldettinger commented on code in PR #4382:
URL: https://github.com/apache/camel-quarkus/pull/4382#discussion_r1063436202
##########
test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/routeBuilder/RouteBuilderWarningWithProducedBuilderTest.java:
##########
@@ -16,46 +16,36 @@
*/
package org.apache.camel.quarkus.test.extensions.routeBuilder;
-import java.util.function.Supplier;
+import java.util.concurrent.TimeUnit;
import io.quarkus.test.ContinuousTestingTestUtils;
import io.quarkus.test.QuarkusDevModeTest;
import org.apache.camel.quarkus.test.extensions.continousDev.HelloResource;
-import org.jboss.shrinkwrap.api.ShrinkWrap;
-import org.jboss.shrinkwrap.api.asset.StringAsset;
-import org.jboss.shrinkwrap.api.spec.JavaArchive;
+import org.awaitility.Awaitility;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
-public class RouteBuilderTest {
+/**
+ * Scenario when useRoutBuilder is TRUE and RouteBuilder is created via
HelloRouteBuilder -> should succeed with
Review Comment:
Typo, time permitting
--
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]