org.dbunit.dataset.csv
Class CsvURLProducerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dbunit.dataset.csv.CsvURLProducerTest
All Implemented Interfaces:
junit.framework.Test

public class CsvURLProducerTest
extends junit.framework.TestCase


Constructor Summary
CsvURLProducerTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testExportTaskWithCsvFormat()
           
 void testInsertOperationWithCsvFormat()
           
 void testProduceAndInsertFromFolder()
           
 void testProduceFromFolder()
           
 void testProduceFromJar()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

CsvURLProducerTest

public CsvURLProducerTest()
Method Detail

testProduceFromFolder

public void testProduceFromFolder()
                           throws DataSetException,
                                  MalformedURLException
Throws:
DataSetException
MalformedURLException

testProduceFromJar

public void testProduceFromJar()
                        throws DataSetException,
                               IOException
Throws:
DataSetException
IOException

testProduceAndInsertFromFolder

public void testProduceAndInsertFromFolder()
                                    throws ClassNotFoundException,
                                           MalformedURLException,
                                           DatabaseUnitException,
                                           SQLException
Throws:
ClassNotFoundException
MalformedURLException
DatabaseUnitException
SQLException

testInsertOperationWithCsvFormat

public void testInsertOperationWithCsvFormat()
                                      throws SQLException,
                                             DatabaseUnitException
Throws:
SQLException
DatabaseUnitException

testExportTaskWithCsvFormat

public void testExportTaskWithCsvFormat()
                                 throws MalformedURLException,
                                        DatabaseUnitException,
                                        SQLException
Throws:
MalformedURLException
DatabaseUnitException
SQLException

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception


Copyright © 2002-2012. All Rights Reserved.