org.objectweb.cjdbc.sql.schema
Class TableColumnTest

java.lang.Object
  extended byTestCase
      extended byorg.objectweb.cjdbc.sql.schema.TableColumnTest

public class TableColumnTest
extends TestCase

TableColumn test class.

Author:
Mathieu Peltier
See Also:
TableColumn, Serialized Form

Field Summary
private  TableColumn t1
          Table column.
private  TableColumn t2
          Table column.
private  TableColumn t3
          Table column.
private  TableColumn t4
          Table column.
 
Constructor Summary
TableColumnTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
 void testEquals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

t1

private TableColumn t1
Table column.


t2

private TableColumn t2
Table column.


t3

private TableColumn t3
Table column.


t4

private TableColumn t4
Table column.

Constructor Detail

TableColumnTest

public TableColumnTest()
Method Detail

suite

public static Test suite()

main

public static void main(java.lang.String[] args)

setUp

protected void setUp()
See Also:
junit.framework.TestCase#setUp()

testEquals

public void testEquals()
See Also:
TableColumn.equals(Object)


Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.