Package io.quarkus.arc.deployment
Class ArcTestConfig
java.lang.Object
io.quarkus.arc.deployment.ArcTestConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf set to true then disableStartupEventandShutdownEventobservers declared on application bean classes during the tests. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
disableApplicationLifecycleObservers
@ConfigItem(defaultValue="false") public boolean disableApplicationLifecycleObserversIf set to true then disableStartupEventandShutdownEventobservers declared on application bean classes during the tests.
-
-
Constructor Details
-
ArcTestConfig
public ArcTestConfig()
-