Package software.tnb.db.common.local
Class LocalDB
java.lang.Object
software.tnb.db.common.local.LocalDB
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension,Deployable
-
Constructor Details
-
LocalDB
public LocalDB(SQL sqlService, int port, org.testcontainers.containers.wait.strategy.WaitStrategy waitStrategy)
-
-
Method Details
-
deploy
public void deploy()- Specified by:
deployin interfaceDeployable
-
undeploy
public void undeploy()- Specified by:
undeployin interfaceDeployable
-
restart
-
openResources
public void openResources()- Specified by:
openResourcesin interfaceDeployable
-
closeResources
public void closeResources()- Specified by:
closeResourcesin interfaceDeployable
-
getPort
public int getPort() -
getHost
-