public abstract class AbstractDBUnitTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static org.dbunit.IDatabaseTester |
jdbcTester |
Constructor and Description |
---|
AbstractDBUnitTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
protected abstract org.dbunit.dataset.IDataSet |
setUpDataSet() |
void |
tearDown() |
public static void setUpBeforeClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
protected abstract org.dbunit.dataset.IDataSet setUpDataSet() throws java.lang.Exception
java.lang.Exception
Copyright (C) PDFUnit.com. See here for license.