org.dbunit.dataset
Class DataSetUtilsTest

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

public class DataSetUtilsTest
extends junit.framework.TestCase

Since:
Feb 19, 2002
Version:
$Revision: 906 $
Author:
Manuel Laflamme

Constructor Summary
DataSetUtilsTest(String s)
           
 
Method Summary
 void testGetColumn()
           
 void testGetColumnCaseInsensitive()
           
 void testGetEscapedName()
           
 void testGetQualifiedName()
           
 void testGetReserseNames()
           
 void testGetSqlValueString()
           
 void testGetTables()
           
 void testGetTablesByNames()
           
 
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

DataSetUtilsTest

public DataSetUtilsTest(String s)
Method Detail

testGetQualifiedName

public void testGetQualifiedName()
                          throws Exception
Throws:
Exception

testGetEscapedName

public void testGetEscapedName()
                        throws Exception
Throws:
Exception

testGetColumn

public void testGetColumn()
                   throws Exception
Throws:
Exception

testGetColumnCaseInsensitive

public void testGetColumnCaseInsensitive()
                                  throws Exception
Throws:
Exception

testGetTables

public void testGetTables()
                   throws Exception
Throws:
Exception

testGetTablesByNames

public void testGetTablesByNames()
                          throws Exception
Throws:
Exception

testGetReserseNames

public void testGetReserseNames()
                         throws Exception
Throws:
Exception

testGetSqlValueString

public void testGetSqlValueString()
                           throws Exception
Throws:
Exception


Copyright © 2002-2012. All Rights Reserved.