Interface ConfigurablePrefix
-
- All Known Implementing Classes:
ConfigOverrideExtensionValue,ConfigOverrideValue
public interface ConfigurablePrefixInterface required for customConfigOverrideimplementations, used together with junit 5 extensions (TestGuiceyAppExtensionandTestDropwizardAppExtension). Required because extensions generate properties prefix per test to support parallel test and there is no way to know it before test initialization.- Since:
- 06.03.2021
- See Also:
as usage example
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPrefix(java.lang.String prefix)
-