it.openutils.testing.testng
Class AbstractDbUnitTestNGSpringContextTests
java.lang.Object
org.springframework.test.context.testng.AbstractTestNGSpringContextTests
it.openutils.testing.testng.AbstractDbUnitTestNGSpringContextTests
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.testng.IHookable, org.testng.ITestNGListener
public class AbstractDbUnitTestNGSpringContextTests
- extends org.springframework.test.context.testng.AbstractTestNGSpringContextTests
- Version:
- $Id: AbstractDbUnitTestNGSpringContextTests.java 4170 2012-12-23 14:17:57Z 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 |
|
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, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected org.slf4j.Logger log
- Slf4j logger that can be reused in subclasses.
dbUnitTestContext
protected it.openutils.testing.DbUnitTestContext dbUnitTestContext
- DBUnit text context.
AbstractDbUnitTestNGSpringContextTests
public AbstractDbUnitTestNGSpringContextTests()
setUpDbUnit
protected void setUpDbUnit()
throws Exception
- Setup the Database before running the test method.
- Throws:
Exception - Any exception.
Copyright © 2005-2012 Openmind. All Rights Reserved.