org.ujac.util.table.test
Class TableTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.ujac.util.table.test.TableTest
All Implemented Interfaces:
junit.framework.Test

public class TableTest
extends junit.framework.TestCase

Name: TableTest.java
Description: Description of class.

Author:
lauerc

Constructor Summary
TableTest()
           
 
Method Summary
static void main(String[] args)
          The main method for testing purposes.
protected  void setUp()
           
 void testDistinctValues()
          Tests method getDistinctValues.
 void testInsert()
          Performs the insert test.
 void testOrderColumns()
          Tests column ordering.
 void testSerialization()
          Tests table serialization.
 void testSmallTables()
          Performs the ismall tables test.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableTest

public TableTest()
Method Detail

setUp

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

testSerialization

public void testSerialization()
                       throws Exception
Tests table serialization.

Throws:
Exception - In case serialization failed.

testInsert

public void testInsert()
Performs the insert test.


testSmallTables

public void testSmallTables()
Performs the ismall tables test.


testOrderColumns

public void testOrderColumns()
                      throws Exception
Tests column ordering.

Throws:
Exception - In case the table processing failed.

testDistinctValues

public void testDistinctValues()
                        throws Exception
Tests method getDistinctValues.

Throws:
Exception - In case the table processing failed.

main

public static final void main(String[] args)
The main method for testing purposes.

Parameters:
args - The command line arguments.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.