pt.moredata.dao.core
Class GenericDataRowTest

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

public class GenericDataRowTest
extends TestCase

DataRowTest.java Company MoreData

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

Constructor Summary
GenericDataRowTest(java.lang.String name)
          Constructor for the DataRowTest 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
 void testBackupCell()
          A unit test for JUnit
 void testBackupRow()
          A unit test for JUnit
 void testColumnAt()
          A unit test for JUnit
 void testDump()
          A unit test for JUnit
 void testEnsureCapacity()
          A unit test for JUnit
 void testGetBackupCell()
          A unit test for JUnit
 void testGetColumnAt()
          A unit test for JUnit
 void testGetColumns()
          A unit test for JUnit
 void testGetDataSourceAction()
          A unit test for JUnit
 void testInitCellAt()
          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.GenericDataRow
 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 testRestoreCell()
          A unit test for JUnit
 void testRestoreRow()
          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()
          Test of setWaitingToBeLoad method, of class pt.moredata.dao.GenericDataRow
 void testSize()
          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
 
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

GenericDataRowTest

public GenericDataRowTest(java.lang.String name)
Constructor for the DataRowTest 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


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

testColumnAt

public void testColumnAt()
A unit test for JUnit


testInitCellAt

public void testInitCellAt()
A unit test for JUnit


testGetColumnAt

public void testGetColumnAt()
A unit test for JUnit


testUpdateCellAt

public void testUpdateCellAt()
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


testIsDeleted

public void testIsDeleted()
A unit test for JUnit


testIsEngineProcessed

public void testIsEngineProcessed()
A unit test for JUnit


testSetEngineProcessed

public void testSetEngineProcessed()
A unit test for JUnit


testIsModified

public void testIsModified()
A unit test for JUnit


testTouch

public void testTouch()
A unit test for JUnit


testGetDataSourceAction

public void testGetDataSourceAction()
A unit test for JUnit


testSize

public void testSize()
A unit test for JUnit


testGetColumns

public void testGetColumns()
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


testResetAllFlags

public void testResetAllFlags()
A unit test for JUnit


testEnsureCapacity

public void testEnsureCapacity()
A unit test for JUnit


testDump

public void testDump()
A unit test for JUnit


testToString

public void testToString()
A unit test for JUnit


testIsWaitingToBeLoad

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


testSetWaitingToBeLoad

public void testSetWaitingToBeLoad()
Test of setWaitingToBeLoad method, of class pt.moredata.dao.GenericDataRow


main

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

Parameters:
args - Description of the Parameter