Class UnimplementedWrapper
- java.lang.Object
-
- liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
-
- liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
public class UnimplementedWrapper extends DatabaseWrapper
Deprecated.will remove when all TestSystems are created.Wrapper for databases that are not yet implemented.
-
-
Constructor Summary
Constructors Constructor Description UnimplementedWrapper()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringdescribe()Deprecated.Describes the configuration of this wrapper.StringgetUrl()Deprecated.StringgetUsername()Deprecated.voidstart()Deprecated.Start the database if possible and ensure it can be connected to.voidstop()Deprecated.Stop the database if possible.
-
-
-
Method Detail
-
start
public void start() throws ExceptionDeprecated.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 classDatabaseWrapper- Throws:
Exception
-
stop
public void stop() throws ExceptionDeprecated.Description copied from class:DatabaseWrapperStop the database if possible. If the database is managed externally, do not actually stop it.- Specified by:
stopin classDatabaseWrapper- Throws:
Exception
-
describe
public String describe()
Deprecated.Description copied from class:DatabaseWrapperDescribes the configuration of this wrapper. Used in outputting to user how this connection is configured.- Specified by:
describein classDatabaseWrapper
-
getUsername
public String getUsername()
Deprecated.- Specified by:
getUsernamein classDatabaseWrapper
-
getUrl
public String getUrl()
Deprecated.- Specified by:
getUrlin classDatabaseWrapper
-
-