@Deprecated public abstract class AbstractInMemoryDatabaseTest extends Object
| Constructor and Description |
|---|
AbstractInMemoryDatabaseTest()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterClass()
Deprecated.
|
void |
before()
Deprecated.
We use an in-memory database - no need for Spring in this one - and
populate it with the sql statements in test-data-eb.sql
|
protected String |
getDataSourceUrl()
Deprecated.
|
org.springframework.jdbc.core.JdbcTemplate |
getJdbcTemplate()
Deprecated.
|
abstract String |
getMockDataCleanUpFilename()
Deprecated.
|
abstract String |
getMockDataContentFilename()
Deprecated.
|
public abstract String getMockDataContentFilename()
public abstract String getMockDataCleanUpFilename()
public void before()
throws Exception
Exception - unexpectedprotected String getDataSourceUrl()
public org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()
Copyright © 2013. All rights reserved.