public interface  org.finos.legend.engine.plan.execution.stores.relational.connection.tests.api.TestConnectionIntegration extends java.lang.Object implements org.finos.legend.engine.shared.core.extension.LegendConnectionExtension
{
public java.lang.String type()
{
org.finos.legend.engine.plan.execution.stores.relational.connection.tests.api.TestConnectionIntegration v;
v := @this: org.finos.legend.engine.plan.execution.stores.relational.connection.tests.api.TestConnectionIntegration;
return "Test_Connection";
}
public abstract org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.DatabaseType getDatabaseType();
public abstract void setup() throws java.lang.Exception;
public abstract org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.RelationalDatabaseConnection getConnection();
public abstract void cleanup() throws java.lang.Exception;
}