|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.openutils.testing.testng.SpringTestCase
it.openutils.testing.testng.DbUnitTestCase
it.openutils.testing.testng.GenericsDbUnitTestCase<D>
D - Spring-managed bean under test. Warning, this base class expect that the name of the bean is the
non-qualified lowercase class name of the object. For example the bean name for
org.something.MyNiceComponent is expected to be myNiceComponent. The bean obtained
from Spring is made available through the instance protected field.AbstractDbUnitTestNGSpringContextTests
@Deprecated public class GenericsDbUnitTestCase<D>
| Field Summary | |
|---|---|
protected D |
instance
Deprecated. Test instance. |
| Fields inherited from class it.openutils.testing.testng.DbUnitTestCase |
|---|
truncateDataSet |
| Fields inherited from class it.openutils.testing.testng.SpringTestCase |
|---|
ctx, DEFAULT_TEST_CONTEXT_FILE, log |
| Constructor Summary | |
|---|---|
GenericsDbUnitTestCase()
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
setUp()
Deprecated. Load the tested bean from Spring application context. |
| Methods inherited from class it.openutils.testing.testng.DbUnitTestCase |
|---|
exportDbToXls, getSchema, getTableFilter, mimicSessionFilter, setUpDbUnit, tearDownDbUnit |
| Methods inherited from class it.openutils.testing.testng.SpringTestCase |
|---|
initAppContextBeanDefinitionReader, setUpSpring |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected D instance
| Constructor Detail |
|---|
public GenericsDbUnitTestCase()
| Method Detail |
|---|
protected void setUp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||