|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.ujac.util.table.test.TableTest
public class TableTest
Name: TableTest.java
Description: Description of class.
| 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 |
|---|
public TableTest()
| Method Detail |
|---|
protected void setUp()
throws Exception
setUp in class junit.framework.TestCaseExceptionTestCase.setUp()
public void testSerialization()
throws Exception
Exception - In case serialization failed.public void testInsert()
public void testSmallTables()
public void testOrderColumns()
throws Exception
Exception - In case the table processing failed.
public void testDistinctValues()
throws Exception
Exception - In case the table processing failed.public static final void main(String[] args)
args - The command line arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||