Package org.dbunit.dataset.stream
Class AbstractProducerTest
java.lang.Object
org.dbunit.dataset.stream.AbstractProducerTest
- Direct Known Subclasses:
DataSetProducerAdapterTest,XmlProducerTest
- Since:
- Apr 29, 2003
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Column[]createExpectedColumns(Column.Nullable nullable) protected Object[]createExpectedRow(int row) protected abstract IDataSetProducerprotected String[]protected int[]protected Stringvoidvoid
-
Constructor Details
-
AbstractProducerTest
public AbstractProducerTest()
-
-
Method Details
-
getExpectedNames
- Throws:
Exception
-
getExpectedRowCount
- Throws:
Exception
-
getNotNullTableName
- Throws:
Exception
-
createExpectedColumns
- Throws:
Exception
-
createExpectedRow
- Throws:
Exception
-
createProducer
- Throws:
Exception
-
testProduce_withExpectedTablesAndRows_producesCorrectDataSetOutput
@Test public void testProduce_withExpectedTablesAndRows_producesCorrectDataSetOutput() throws Exception- Throws:
Exception
-
testProduceWithoutConsumer_withNoConsumerSet_doesNotThrowException
@Test public void testProduceWithoutConsumer_withNoConsumerSet_doesNotThrowException() throws Exception- Throws:
Exception
-