public class HubTestSystem extends TestSystem
TestSystem.DefinitionPRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED| Constructor and Description |
|---|
HubTestSystem() |
HubTestSystem(TestSystem.Definition definition) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
SortedSet<String> |
getConfigurationKeys()
Return configuration keys supported by this testSystem
|
UUID |
getOrgId() |
String |
getUrl() |
String |
getUsername() |
void |
start()
Starts the system if possible.
|
void |
stop()
Stops the system if possible.
|
apply, getConfiguredValue, getConfiguredValue, getConfiguredValue, getDefinition, getKeepRunning, getPriority, shouldTest, toStringpublic HubTestSystem()
public HubTestSystem(TestSystem.Definition definition)
public void start()
TestSystemTestSystem.getKeepRunning() configuration.
If the keepRunning flag has an invalid value for this test system, throw an IllegalArgumentException.start in class TestSystempublic void stop()
TestSystemstop in class TestSystempublic String getApiKey()
public String getUrl()
public String getUsername()
public UUID getOrgId()
public SortedSet<String> getConfigurationKeys()
TestSystemgetConfigurationKeys in class TestSystemCopyright © 2022 Liquibase.org. All rights reserved.