pt.despodata.java.ddata.tests
Class DDataRecordSetTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bypt.despodata.java.tests.TestCase
              extended bypt.despodata.java.ddata.tests.DDataRecordSetTest
All Implemented Interfaces:
junit.framework.Test

public class DDataRecordSetTest
extends TestCase

DDataRecordSetTest.java Created: Tue Oct 2 19:11:12 2001

Version:
$Revision: 1.3 $
Author:
Paulo Carmo

Constructor Summary
DDataRecordSetTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
          Executado antes de cada método do test case
static junit.framework.Test suite()
           
protected  void tearDown()
          Limpa as variáveis A connecao e mantida entre testes.
 void testAddMetaField()
           
 void testAddPkColumn()
           
 void testBackup()
           
 void testBackupCell()
           
 void testBackupRow()
           
 void testClear()
           
 void testClearMetaFieldAt()
           
 void testClearMetaFields()
           
 void testDeleteRow()
           
 void testDump()
           
 void testGetBackupCell()
           
 void testGetCellAt()
           
 void testGetCellValue()
           
 void testGetColumnName()
           
 void testGetColumnNumber()
           
 void testGetColumns()
           
 void testGetDataRows()
           
 void testGetDataSourceAction()
           
 void testGetDataSourcePK()
           
 void testGetMetaField()
           
 void testGetMetaFields()
           
 void testGetPKMetaField()
           
 void testGetPKSize()
           
 void testGetPKValue()
           
 void testGetRows()
           
 void testInitDataRow()
           
 void testIsColumnModified()
           
 void testIsDeleted()
           
 void testIsEngineProcessed()
           
 void testIsModified()
           
 void testIsNewRow()
           
 void testIsPKPart()
           
 void testMarkRowAsDeleted()
           
 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()
           
 void testRestore()
           
 void testRestoreCell()
           
 void testRestoreRow()
           
 void testRows()
           
 void testSetDeleted()
           
 void testSetMetaFields()
           
 void testSetNewRow()
           
 void testSetPKFlag()
           
 void testSort()
           
 void testToString()
           
 void testTouch()
           
 void testUpdateCellAt()
           
 void testUpdateCellValue()
           
 void testUpdateColumn()
           
 
Methods inherited from class pt.despodata.java.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

DDataRecordSetTest

public DDataRecordSetTest(java.lang.String name)
Method Detail

setUp

protected void setUp()
Executado antes de cada método do test case


tearDown

protected void tearDown()
Limpa as variáveis A connecao e mantida entre testes.


suite

public static junit.framework.Test suite()

testMissingTest

public void testMissingTest()
                     throws java.lang.SecurityException
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.

Throws:
java.lang.SecurityException

testSetMetaFields

public void testSetMetaFields()

testSetPKFlag

public void testSetPKFlag()

testAddMetaField

public void testAddMetaField()

testAddPkColumn

public void testAddPkColumn()

testGetMetaField

public void testGetMetaField()

testGetMetaFields

public void testGetMetaFields()

testClear

public void testClear()

testClearMetaFieldAt

public void testClearMetaFieldAt()

testClearMetaFields

public void testClearMetaFields()

testGetCellValue

public void testGetCellValue()

testGetCellAt

public void testGetCellAt()

testGetDataRows

public void testGetDataRows()

testDeleteRow

public void testDeleteRow()

testMarkRowAsDeleted

public void testMarkRowAsDeleted()

testUpdateCellValue

public void testUpdateCellValue()

testUpdateCellAt

public void testUpdateCellAt()

testInitDataRow

public void testInitDataRow()

testUpdateColumn

public void testUpdateColumn()

testSetNewRow

public void testSetNewRow()

testIsNewRow

public void testIsNewRow()

testIsPKPart

public void testIsPKPart()

testSetDeleted

public void testSetDeleted()

testTouch

public void testTouch()

testIsDeleted

public void testIsDeleted()

testIsModified

public void testIsModified()

testIsEngineProcessed

public void testIsEngineProcessed()

testIsColumnModified

public void testIsColumnModified()

testResetAllFlags

public void testResetAllFlags()

testGetDataSourceAction

public void testGetDataSourceAction()

testGetDataSourcePK

public void testGetDataSourcePK()

testGetColumnName

public void testGetColumnName()

testGetColumnNumber

public void testGetColumnNumber()

testGetPKSize

public void testGetPKSize()

testGetPKMetaField

public void testGetPKMetaField()

testGetPKValue

public void testGetPKValue()

testBackup

public void testBackup()

testRestore

public void testRestore()

testBackupRow

public void testBackupRow()

testRestoreRow

public void testRestoreRow()

testBackupCell

public void testBackupCell()

testRestoreCell

public void testRestoreCell()

testGetBackupCell

public void testGetBackupCell()

testRows

public void testRows()

testGetRows

public void testGetRows()

testGetColumns

public void testGetColumns()

testSort

public void testSort()

testDump

public void testDump()

testToString

public void testToString()

main

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