|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stratelia.webactiv.util.DBUtilTest
public class DBUtilTest
| Constructor Summary | |
|---|---|
DBUtilTest()
|
|
| Method Summary | |
|---|---|
void |
after()
|
protected org.dbunit.dataset.IDataSet |
getDataSet()
|
void |
init()
|
void |
nextUniqueIdUpdateForAnExistingTablesShouldWorkAndConcurrency()
|
static void |
setUpClass()
|
static void |
tearDownClass()
|
void |
testGetAllTableNames()
|
void |
testGetDateFieldLength()
Test of getDateFieldLength method, of class DBUtil. |
void |
testGetMaxFromTable()
Test of getMaxFromTable method, of class DBUtil. |
void |
testGetMaxIdWithExistingLine()
Test of getMaxId method, of class DBUtil. |
void |
testGetMaxIdWithInexistingLine()
Test of getMaxId method, of class DBUtil. |
void |
testGetNextIdWithConnectionExistingLine()
Test of getNextId method, of class DBUtil. |
void |
testGetNextIdWithConnectionInexistingLine()
Test of getNextId method, of class DBUtil. |
void |
testGetNextIdWithoutConnectionExistingLine()
Test of getNextId method, of class DBUtil. |
void |
testGetNextIdWithoutConnectionInexistingLine()
Test of getNextId method, of class DBUtil when the line doesn't exist in the table. |
void |
testGetTextAreaLength()
Test of getTextAreaLength method, of class DBUtil. |
void |
testGetTextFieldLength()
Test of getTextFieldLength method, of class DBUtil. |
void |
testGetTextMaxiLength()
Test of getTextMaxiLength method, of class DBUtil. |
void |
testMakeConnection()
Test of makeConnection method, of class DBUtil. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DBUtilTest()
| Method Detail |
|---|
public static void setUpClass()
throws Exception
Exception
public static void tearDownClass()
throws Exception
Exception
public void init()
throws Exception
Exception
public void after()
throws Exception
Exception
protected org.dbunit.dataset.IDataSet getDataSet()
throws Exception
Exceptionpublic void testGetDateFieldLength()
public void testGetTextMaxiLength()
public void testGetTextAreaLength()
public void testGetTextFieldLength()
public void testMakeConnection()
throws SQLException
SQLExceptionpublic void testGetNextIdWithoutConnectionExistingLine()
public void testGetNextIdWithoutConnectionInexistingLine()
public void testGetNextIdWithConnectionInexistingLine()
throws Exception
Exception
public void testGetNextIdWithConnectionExistingLine()
throws Exception
Exception
public void testGetMaxIdWithExistingLine()
throws Exception
Exception
public void testGetMaxIdWithInexistingLine()
throws Exception
Exception
public void testGetMaxFromTable()
throws Exception
Exceptionpublic void testGetAllTableNames()
public void nextUniqueIdUpdateForAnExistingTablesShouldWorkAndConcurrency()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||