it.openutils.testing.junit
Class AbstractDbUnitJunitSpringContextTests

java.lang.Object
  extended by org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
      extended by it.openutils.testing.junit.AbstractDbUnitJunitSpringContextTests
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware

public class AbstractDbUnitJunitSpringContextTests
extends org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests

Version:
$Id: AbstractDbUnitJunitSpringContextTests.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.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
 
Constructor Summary
AbstractDbUnitJunitSpringContextTests()
           
 
Method Summary
 void setUpDbUnit()
          Setup the Database before running the test method.
 
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
 
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

AbstractDbUnitJunitSpringContextTests

public AbstractDbUnitJunitSpringContextTests()
Method Detail

setUpDbUnit

public 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.