Package io.quarkus.test.component
Interface QuarkusComponentTestCallbacks.BeforeStartContext
- All Superinterfaces:
QuarkusComponentTestCallbacks.ComponentTestContext
- Enclosing interface:
QuarkusComponentTestCallbacks
public static interface QuarkusComponentTestCallbacks.BeforeStartContext
extends QuarkusComponentTestCallbacks.ComponentTestContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfigProperty(String key, String value) Set the value of a configuration property.Methods inherited from interface io.quarkus.test.component.QuarkusComponentTestCallbacks.ComponentTestContext
getTestClass
-
Method Details
-
setConfigProperty
Set the value of a configuration property.Overrides values set by other means, including
TestConfigProperty.- Parameters:
key-value-
-