|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
pt.moredata.tests.TestCase
pt.moredata.dao.core.GenericRecordSetTest
GenericRecordSetTest.java Company MoreData
| Constructor Summary | |
GenericRecordSetTest(java.lang.String name)
Constructor for the GenericRecordSetTest object |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Description of the Method |
protected void |
setUp()
Executado antes de cada método do test case |
static junit.framework.Test |
suite()
A unit test suite for JUnit |
protected void |
tearDown()
Limpa as variáveis A connecao e mantida entre testes. |
void |
testBackup()
A unit test for JUnit |
void |
testBackupCell()
A unit test for JUnit |
void |
testBackupRow()
A unit test for JUnit |
void |
testClear()
A unit test for JUnit |
void |
testDeleteRow()
A unit test for JUnit |
void |
testDump()
A unit test for JUnit |
void |
testGetBackupCell()
A unit test for JUnit |
void |
testGetCellAt()
A unit test for JUnit |
void |
testGetCellValue()
A unit test for JUnit |
void |
testGetColumns()
A unit test for JUnit |
void |
testGetDataRows()
Test of getDataRows method, of class pt.moredata.dao.GenericRecordSet |
void |
testGetDataSourceAction()
A unit test for JUnit |
void |
testGetDataSourcePK()
A unit test for JUnit |
void |
testGetPKValue()
A unit test for JUnit |
void |
testGetRows()
A unit test for JUnit |
void |
testInitDataRow()
A unit test for JUnit |
void |
testIsColumnModified()
A unit test for JUnit |
void |
testIsDeleted()
A unit test for JUnit |
void |
testIsEngineProcessed()
A unit test for JUnit |
void |
testIsModified()
A unit test for JUnit |
void |
testIsNewRow()
A unit test for JUnit |
void |
testIsWaitingToBeLoad()
Test of isWaitingToBeLoad method, of class pt.moredata.dao.GenericRecordSet |
void |
testMarkRowAsDeleted()
A unit test for JUnit |
void |
testMissingTest()
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada. |
void |
testResetAllFlags()
A unit test for JUnit |
void |
testRestore()
A unit test for JUnit |
void |
testRestoreCell()
A unit test for JUnit |
void |
testRestoreRow()
A unit test for JUnit |
void |
testRows()
A unit test for JUnit |
void |
testSetDeleted()
A unit test for JUnit |
void |
testSetEngineProcessed()
A unit test for JUnit |
void |
testSetNewRow()
A unit test for JUnit |
void |
testSetWaitingToBeLoad()
A unit test for JUnit |
void |
testToString()
A unit test for JUnit |
void |
testTouch()
A unit test for JUnit |
void |
testUpdateCellAt()
A unit test for JUnit |
void |
testUpdateCellValue()
A unit test for JUnit |
void |
testUpdateColumn()
A unit test for JUnit |
| Methods inherited from class pt.moredata.tests.TestCase |
assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, main, testMissingTest |
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 GenericRecordSetTest(java.lang.String name)
name - Description of the Parameter| Method Detail |
protected void setUp()
protected void tearDown()
public static junit.framework.Test suite()
public void testMissingTest()
throws java.lang.SecurityException
java.lang.SecurityException - Description of the Exceptionpublic void testClear()
public void testGetCellValue()
public void testGetCellAt()
public void testDeleteRow()
public void testMarkRowAsDeleted()
public void testUpdateCellValue()
public void testUpdateCellAt()
public void testInitDataRow()
public void testUpdateColumn()
public void testSetNewRow()
public void testIsNewRow()
public void testSetDeleted()
public void testTouch()
public void testIsDeleted()
public void testIsModified()
public void testIsEngineProcessed()
public void testSetEngineProcessed()
public void testIsColumnModified()
public void testResetAllFlags()
public void testGetDataSourceAction()
public void testGetDataSourcePK()
public void testGetPKValue()
public void testBackup()
public void testRestore()
public void testBackupRow()
public void testRestoreRow()
public void testBackupCell()
public void testRestoreCell()
public void testGetBackupCell()
public void testRows()
public void testGetRows()
public void testGetColumns()
public void testDump()
public void testToString()
public void testSetWaitingToBeLoad()
public void testIsWaitingToBeLoad()
public void testGetDataRows()
public static void main(java.lang.String[] args)
args - Description of the Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||