it.openutils.testing.testng
Class GenericsDbUnitTestCase<D>

java.lang.Object
  extended by it.openutils.testing.testng.SpringTestCase
      extended by it.openutils.testing.testng.DbUnitTestCase
          extended by it.openutils.testing.testng.GenericsDbUnitTestCase<D>
Type Parameters:
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.

Deprecated. use AbstractDbUnitTestNGSpringContextTests

@Deprecated
public class GenericsDbUnitTestCase<D>
extends DbUnitTestCase

Version:
$Id: GenericsDbUnitTestCase.java 525 2008-01-12 10:46:12Z fgiust $
Author:
fgiust

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

instance

protected D instance
Deprecated. 
Test instance.

Constructor Detail

GenericsDbUnitTestCase

public GenericsDbUnitTestCase()
Deprecated. 
Method Detail

setUp

protected void setUp()
Deprecated. 
Load the tested bean from Spring application context.



Copyright © 2008 Openmind. All Rights Reserved.