|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.dbunit.dataset.stream.AbstractProducerTest
org.dbunit.dataset.xml.XmlProducerTest
public class XmlProducerTest
Constructor Summary | |
---|---|
XmlProducerTest(String s)
|
Method Summary | |
---|---|
protected Column[] |
createExpectedColumns(Column.Nullable nullable)
|
protected IDataSetProducer |
createProducer()
|
void |
testProduceEmptyDataSet()
|
void |
testProduceInvalidXml()
|
void |
testProduceMissingColumn()
|
void |
testProduceNotWellFormedXml()
|
void |
testProduceNullValue()
|
Methods inherited from class org.dbunit.dataset.stream.AbstractProducerTest |
---|
createExpectedRow, getExpectedNames, getExpectedRowCount, getNotNullTableName, testProduce, testProduceWithoutConsumer |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XmlProducerTest(String s)
Method Detail |
---|
protected IDataSetProducer createProducer() throws Exception
createProducer
in class AbstractProducerTest
Exception
protected Column[] createExpectedColumns(Column.Nullable nullable) throws Exception
createExpectedColumns
in class AbstractProducerTest
Exception
public void testProduceEmptyDataSet() throws Exception
Exception
public void testProduceNullValue() throws Exception
Exception
public void testProduceMissingColumn() throws Exception
Exception
public void testProduceNotWellFormedXml() throws Exception
Exception
public void testProduceInvalidXml() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |