Interface QuarkusComponentTestCallbacks.BeforeStartContext

All Superinterfaces:
QuarkusComponentTestCallbacks.ComponentTestContext
Enclosing interface:
QuarkusComponentTestCallbacks

public static interface QuarkusComponentTestCallbacks.BeforeStartContext extends QuarkusComponentTestCallbacks.ComponentTestContext
  • Method Details

    • setConfigProperty

      void setConfigProperty(String key, String value)
      Set the value of a configuration property.

      Overrides values set by other means, including TestConfigProperty.

      Parameters:
      key -
      value -