Package io.quarkus.arc.deployment
Interface ArcTestConfig
public interface ArcTestConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf set to true then disableStartupEventandShutdownEventobservers declared on application bean classes during the tests.
-
Method Details
-
disableApplicationLifecycleObservers
@WithDefault("false") boolean disableApplicationLifecycleObservers()If set to true then disableStartupEventandShutdownEventobservers declared on application bean classes during the tests.
-