|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.melati.poem.test.PoemTestCase org.melati.poem.test.PreparedStatementFactoryTest
public class PreparedStatementFactoryTest
Field Summary |
---|
Fields inherited from class org.melati.poem.test.PoemTestCase |
---|
maxTrans, result |
Constructor Summary | |
---|---|
PreparedStatementFactoryTest(String name)
|
Method Summary | |
---|---|
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testGet()
Test method for PreparedStatementFactory.get(int) . |
void |
testPreparedStatement()
Test method for PreparedStatementFactory.preparedStatement() . |
void |
testPreparedStatementFactory()
Test method for PreparedStatementFactory.PreparedStatementFactory(org.melati.poem.Database, java.lang.String) . |
void |
testPreparedStatementPoemTransaction()
Test method for PreparedStatementFactory.preparedStatement(org.melati.poem.PoemTransaction) . |
void |
testResultSet()
Test method for PreparedStatementFactory.resultSet() . |
Methods inherited from class org.melati.poem.test.PoemTestCase |
---|
assertEquals, assertEquals, assertEquals, checkColumns, checkDbUnchanged, checkTables, checkTablesAndColumns, databaseUnchanged, dropTable, dumpTable, getDatabase, getDatabaseName, getDb, getDb, getName, getOrDie, getProperties, getPropertiesFileName, getUserToRunAs, run, runTest, setDatabaseName, setName, setPropertiesFileName, setUserToRunAs, testNothing |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, run, runBare, 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, 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 |
Methods inherited from interface junit.framework.Test |
---|
countTestCases |
Constructor Detail |
---|
public PreparedStatementFactoryTest(String name)
name
- Method Detail |
---|
protected void setUp() throws Exception
setUp
in class PoemTestCase
Exception
PoemTestCase.setUp()
protected void tearDown() throws Exception
tearDown
in class PoemTestCase
Exception
PoemTestCase.tearDown()
public void testGet()
PreparedStatementFactory.get(int)
.
public void testPreparedStatementFactory()
PreparedStatementFactory.PreparedStatementFactory(org.melati.poem.Database, java.lang.String)
.
public void testPreparedStatementPoemTransaction()
PreparedStatementFactory.preparedStatement(org.melati.poem.PoemTransaction)
.
public void testPreparedStatement() throws Exception
PreparedStatementFactory.preparedStatement()
.
Exception
public void testResultSet() throws Exception
PreparedStatementFactory.resultSet()
.
Exception
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |