pt.moredata.dao.core
Class GenericMetaFieldTest

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

public class GenericMetaFieldTest
extends TestCase

GenericMetaFieldTest.java Company MoreData

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

Constructor Summary
GenericMetaFieldTest(java.lang.String name)
          Constructor for the GenericMetaFieldTest 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 variaveis
 void testEquals()
          A unit test for JUnit
 void testGetColumnName()
          A unit test for JUnit
 void testGetDAOIndex()
          A unit test for JUnit
 void testGetDataType()
          A unit test for JUnit
 void testGetDataTypeInfo()
          A unit test for JUnit
 void testGetDefault()
          A unit test for JUnit
 void testGetDefaultValue()
          A unit test for JUnit
 void testGetLabel()
          A unit test for JUnit
 void testGetLength()
          A unit test for JUnit
 void testGetQueryPolicy()
          A unit test for JUnit
 void testGetSpecialType()
          A unit test for JUnit
 void testGetTableName()
          A unit test for JUnit
 void testIsAcceptNull()
          A unit test for JUnit
 void testIsCounter()
          A unit test for JUnit
 void testIsFK()
          A unit test for JUnit
 void testIsPK()
          A unit test for JUnit
 void testIsUpdateable()
          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 testSetAcceptNull()
          A unit test for JUnit
 void testSetCounter()
          A unit test for JUnit
 void testSetDAOIndex()
          A unit test for JUnit
 void testSetDataTypeInfo()
          A unit test for JUnit
 void testSetDefault()
          A unit test for JUnit
 void testSetDefaultValue()
          A unit test for JUnit
 void testSetFK()
          A unit test for JUnit
 void testSetLabel()
          A unit test for JUnit
 void testSetLength()
          A unit test for JUnit
 void testSetPK()
          A unit test for JUnit
 void testSetQueryPolicy()
          A unit test for JUnit
 void testSetSpecialType()
          A unit test for JUnit
 void testSetUpdateable()
          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

GenericMetaFieldTest

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


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

testSetAcceptNull

public void testSetAcceptNull()
A unit test for JUnit


testIsAcceptNull

public void testIsAcceptNull()
A unit test for JUnit


testGetColumnName

public void testGetColumnName()
A unit test for JUnit


testSetDAOIndex

public void testSetDAOIndex()
A unit test for JUnit


testGetDAOIndex

public void testGetDAOIndex()
A unit test for JUnit


testGetDataType

public void testGetDataType()
A unit test for JUnit


testSetDataTypeInfo

public void testSetDataTypeInfo()
A unit test for JUnit


testGetDataTypeInfo

public void testGetDataTypeInfo()
A unit test for JUnit


testSetDefault

public void testSetDefault()
A unit test for JUnit


testGetDefault

public void testGetDefault()
A unit test for JUnit


testSetDefaultValue

public void testSetDefaultValue()
A unit test for JUnit


testGetDefaultValue

public void testGetDefaultValue()
A unit test for JUnit


testSetFK

public void testSetFK()
A unit test for JUnit


testIsFK

public void testIsFK()
A unit test for JUnit


testGetTableName

public void testGetTableName()
A unit test for JUnit


testSetPK

public void testSetPK()
A unit test for JUnit


testIsPK

public void testIsPK()
A unit test for JUnit


testSetUpdateable

public void testSetUpdateable()
A unit test for JUnit


testIsUpdateable

public void testIsUpdateable()
A unit test for JUnit


testSetLabel

public void testSetLabel()
A unit test for JUnit


testGetLabel

public void testGetLabel()
A unit test for JUnit


testSetLength

public void testSetLength()
A unit test for JUnit


testGetLength

public void testGetLength()
A unit test for JUnit


testSetSpecialType

public void testSetSpecialType()
A unit test for JUnit


testGetSpecialType

public void testGetSpecialType()
A unit test for JUnit


testSetCounter

public void testSetCounter()
A unit test for JUnit


testIsCounter

public void testIsCounter()
A unit test for JUnit


testEquals

public void testEquals()
A unit test for JUnit


testGetQueryPolicy

public void testGetQueryPolicy()
A unit test for JUnit


testSetQueryPolicy

public void testSetQueryPolicy()
A unit test for JUnit


main

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

Parameters:
args - Description of the Parameter