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