it.openutils.testing.testng
Class AbstractDbUnitTestNGSpringContextTests

java.lang.Object
  extended by org.springframework.test.context.testng.AbstractTestNGSpringContextTests
      extended by it.openutils.testing.testng.AbstractDbUnitTestNGSpringContextTests
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, org.testng.IHookable

public class AbstractDbUnitTestNGSpringContextTests
extends org.springframework.test.context.testng.AbstractTestNGSpringContextTests

Version:
$Id: AbstractDbUnitTestNGSpringContextTests.java 925 2008-11-10 15:26:41Z fgiust $
Author:
fgiust

Field Summary
protected  it.openutils.testing.DbUnitTestContext dbUnitTestContext
          DBUnit text context.
protected  org.slf4j.Logger log
          Slf4j logger that can be reused in subclasses.
 
Fields inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
applicationContext, logger
 
Constructor Summary
AbstractDbUnitTestNGSpringContextTests()
           
 
Method Summary
protected  void setUpDbUnit()
          Setup the Database before running the test method.
 
Methods inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
run, setApplicationContext, springTestContextAfterTestMethod, springTestContextBeforeTestMethod, springTestContextPrepareTestInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.slf4j.Logger log
Slf4j logger that can be reused in subclasses.


dbUnitTestContext

protected it.openutils.testing.DbUnitTestContext dbUnitTestContext
DBUnit text context.

Constructor Detail

AbstractDbUnitTestNGSpringContextTests

public AbstractDbUnitTestNGSpringContextTests()
Method Detail

setUpDbUnit

protected void setUpDbUnit()
                    throws java.lang.Exception
Setup the Database before running the test method.

Throws:
java.lang.Exception - Any exception.


Copyright © 2009 Openmind. All Rights Reserved.