public class SetupConfigurationValueProvider extends TestSetup
| Constructor and Description |
|---|
SetupConfigurationValueProvider(groovy.lang.Closure<ConfigurationValueProvider> configurationValueProvider)
Create a new configuration value provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
setup(TestSetupEnvironment testSetupEnvironment) |
public SetupConfigurationValueProvider(groovy.lang.Closure<ConfigurationValueProvider> configurationValueProvider)
configurationValueProvider - This is a closure so that instantiation can be "lazy", such that you can
create configuration value providers which depend on other TestSetup resources,
like newly created files, for example.Copyright © 2023 Liquibase.org. All rights reserved.