pt.moredata.dao.core
Class GenericRecordSetTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bypt.moredata.tests.TestCase
              extended bypt.moredata.dao.core.GenericRecordSetTest
All Implemented Interfaces:
junit.framework.Test

public class GenericRecordSetTest
extends TestCase

GenericRecordSetTest.java Company MoreData

Version:
$Revision: 1.2 $
Author:
Paulo Carmo, Ricardo Amaro

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

GenericRecordSetTest

public GenericRecordSetTest(java.lang.String name)
Constructor for the GenericRecordSetTest object

Parameters:
name - Description of the Parameter
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()
A unit test suite for JUnit

Returns:
The 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 - Description of the Exception

testClear

public void testClear()
A unit test for JUnit


testGetCellValue

public void testGetCellValue()
A unit test for JUnit


testGetCellAt

public void testGetCellAt()
A unit test for JUnit


testDeleteRow

public void testDeleteRow()
A unit test for JUnit


testMarkRowAsDeleted

public void testMarkRowAsDeleted()
A unit test for JUnit


testUpdateCellValue

public void testUpdateCellValue()
A unit test for JUnit


testUpdateCellAt

public void testUpdateCellAt()
A unit test for JUnit


testInitDataRow

public void testInitDataRow()
A unit test for JUnit


testUpdateColumn

public void testUpdateColumn()
A unit test for JUnit


testSetNewRow

public void testSetNewRow()
A unit test for JUnit


testIsNewRow

public void testIsNewRow()
A unit test for JUnit


testSetDeleted

public void testSetDeleted()
A unit test for JUnit


testTouch

public void testTouch()
A unit test for JUnit


testIsDeleted

public void testIsDeleted()
A unit test for JUnit


testIsModified

public void testIsModified()
A unit test for JUnit


testIsEngineProcessed

public void testIsEngineProcessed()
A unit test for JUnit


testSetEngineProcessed

public void testSetEngineProcessed()
A unit test for JUnit


testIsColumnModified

public void testIsColumnModified()
A unit test for JUnit


testResetAllFlags

public void testResetAllFlags()
A unit test for JUnit


testGetDataSourceAction

public void testGetDataSourceAction()
A unit test for JUnit


testGetDataSourcePK

public void testGetDataSourcePK()
A unit test for JUnit


testGetPKValue

public void testGetPKValue()
A unit test for JUnit


testBackup

public void testBackup()
A unit test for JUnit


testRestore

public void testRestore()
A unit test for JUnit


testBackupRow

public void testBackupRow()
A unit test for JUnit


testRestoreRow

public void testRestoreRow()
A unit test for JUnit


testBackupCell

public void testBackupCell()
A unit test for JUnit


testRestoreCell

public void testRestoreCell()
A unit test for JUnit


testGetBackupCell

public void testGetBackupCell()
A unit test for JUnit


testRows

public void testRows()
A unit test for JUnit


testGetRows

public void testGetRows()
A unit test for JUnit


testGetColumns

public void testGetColumns()
A unit test for JUnit


testDump

public void testDump()
A unit test for JUnit


testToString

public void testToString()
A unit test for JUnit


testSetWaitingToBeLoad

public void testSetWaitingToBeLoad()
A unit test for JUnit


testIsWaitingToBeLoad

public void testIsWaitingToBeLoad()
Test of isWaitingToBeLoad method, of class pt.moredata.dao.GenericRecordSet


testGetDataRows

public void testGetDataRows()
Test of getDataRows method, of class pt.moredata.dao.GenericRecordSet


main

public static void main(java.lang.String[] args)
Description of the Method

Parameters:
args - Description of the Parameter