public class PlatformDBTestingHelper
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
PlatformDBTestingHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeEngineSpecificScripts() |
protected void |
executePostStartupScripts() |
protected void |
executePostStartupScripts(java.lang.String resourcesBase) |
static PlatformDBTestingHelper |
get() |
javax.sql.DataSource |
getDataSource() |
org.skife.jdbi.v2.IDBI |
getDBI() |
org.killbill.commons.embeddeddb.EmbeddedDB |
getInstance() |
void |
start() |
protected java.lang.String |
streamToString(java.io.InputStream inputStream) |
public static PlatformDBTestingHelper get()
public org.killbill.commons.embeddeddb.EmbeddedDB getInstance()
public org.skife.jdbi.v2.IDBI getDBI()
public javax.sql.DataSource getDataSource()
public void start()
throws java.io.IOException
java.io.IOExceptionprotected void executePostStartupScripts()
throws java.io.IOException
java.io.IOExceptionprotected void executePostStartupScripts(java.lang.String resourcesBase)
throws java.io.IOException
java.io.IOExceptionprotected void executeEngineSpecificScripts()
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String streamToString(java.io.InputStream inputStream)
throws java.io.IOException
java.io.IOExceptionCopyright © 2010-2018. All Rights Reserved.