jamesnetherton commented on pull request #3594: URL: https://github.com/apache/camel-quarkus/pull/3594#issuecomment-1061899815
> I wonder if we can do such thing `container.stop()` Yeah probably. There is an `inject` method on `QuarkusTestResourceLifecycleManager` which could allow you to inject the container instance into the test. Or the more hacky way would be to make it a public field and access it from the test class. -- 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]
