Class ArcTestConfig

java.lang.Object
io.quarkus.arc.deployment.ArcTestConfig

public class ArcTestConfig extends Object
  • Field Details

    • disableApplicationLifecycleObservers

      @ConfigItem(defaultValue="false") public boolean disableApplicationLifecycleObservers
      If set to true then disable StartupEvent and ShutdownEvent observers declared on application bean classes during the tests.
  • Constructor Details

    • ArcTestConfig

      public ArcTestConfig()