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 Summary
-
Method Summary
-
Constructor Details
-
UnimplementedWrapper
public UnimplementedWrapper()Deprecated.
-
-
Method Details
-
start
Deprecated.Description copied from class:DatabaseWrapper
Start 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:
start
in classDatabaseWrapper
- Throws:
Exception
-
stop
Deprecated.Description copied from class:DatabaseWrapper
Stop the database if possible. If the database is managed externally, do not actually stop it.- Specified by:
stop
in classDatabaseWrapper
- Throws:
Exception
-
describe
Deprecated.Description copied from class:DatabaseWrapper
Describes the configuration of this wrapper. Used in outputting to user how this connection is configured.- Specified by:
describe
in classDatabaseWrapper
-
getUsername
Deprecated.- Specified by:
getUsername
in classDatabaseWrapper
-
getUrl
Deprecated.- Specified by:
getUrl
in classDatabaseWrapper
-