public class H2DataBase extends org.junit.rules.ExternalResource implements JdbcStoreConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
DRIVER |
JDBC_STORE_DRIVER_PROPERTY, JDBC_STORE_PASSWORD_PROPERTY, JDBC_STORE_QUERY_STRATEGY_PROPERTY, JDBC_STORE_URL_PROPERTY, JDBC_STORE_USERNAME_PROPERTY| Constructor and Description |
|---|
H2DataBase(int port) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
String |
getJdbcStoreDriver() |
String |
getJdbcStorePassword() |
String |
getJdbcStoreQueryStrategy() |
String |
getJdbcStoreUrl() |
String |
getJdbcStoreUsername() |
public static final String DRIVER
protected void before()
throws Throwable
before in class org.junit.rules.ExternalResourceThrowableprotected void after()
after in class org.junit.rules.ExternalResourcepublic String getJdbcStoreUrl()
getJdbcStoreUrl in interface JdbcStoreConfigurationpublic String getJdbcStoreQueryStrategy()
getJdbcStoreQueryStrategy in interface JdbcStoreConfigurationpublic String getJdbcStoreDriver()
getJdbcStoreDriver in interface JdbcStoreConfigurationpublic String getJdbcStoreUsername()
getJdbcStoreUsername in interface JdbcStoreConfigurationpublic String getJdbcStorePassword()
getJdbcStorePassword in interface JdbcStoreConfigurationCopyright © 2014–2022 MuleSoft, Inc.. All rights reserved.