Class UnimplementedWrapper
java.lang.Object
liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
Deprecated.
will remove when all TestSystems are created.
Wrapper for databases that are not yet implemented.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
UnimplementedWrapperpublic UnimplementedWrapper()Deprecated.
 
- 
- 
Method Details- 
startDeprecated.Description copied from class:DatabaseWrapperStart the database if possible and ensure it can be connected to. If the database is managed externally, just ensure it can be connected to.- Specified by:
- startin class- DatabaseWrapper
- Throws:
- Exception
 
- 
stopDeprecated.Description copied from class:DatabaseWrapperStop the database if possible. If the database is managed externally, do not actually stop it.- Specified by:
- stopin class- DatabaseWrapper
- Throws:
- Exception
 
- 
describeDeprecated.Description copied from class:DatabaseWrapperDescribes the configuration of this wrapper. Used in outputting to user how this connection is configured.- Specified by:
- describein class- DatabaseWrapper
 
- 
getUsernameDeprecated.- Specified by:
- getUsernamein class- DatabaseWrapper
 
- 
getUrlDeprecated.- Specified by:
- getUrlin class- DatabaseWrapper
 
 
-