pt.moredata.dao
Class DataTypeInfoTest

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

public class DataTypeInfoTest
extends TestCase

DataTypeInfoTest.java Company MoreData

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

Constructor Summary
DataTypeInfoTest(java.lang.String name)
          Constructor for the DataTypeInfoTest 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 testDump()
          A unit test for JUnit
 void testGetDataType()
          A unit test for JUnit
 void testGetDataTypeDescription()
          A unit test for JUnit
 void testGetDecimals()
          A unit test for JUnit
 void testGetMaxLength()
          A unit test for JUnit
 void testGetMaxValue()
          A unit test for JUnit
 void testGetMinValue()
          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 testSetDataType()
          A unit test for JUnit
 void testSetDataTypeDescription()
          A unit test for JUnit
 void testSetDecimals()
          A unit test for JUnit
 void testSetMaxLength()
          A unit test for JUnit
 void testSetMaxValue()
          A unit test for JUnit
 void testSetMinValue()
          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

DataTypeInfoTest

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

testGetMaxValue

public void testGetMaxValue()
A unit test for JUnit


testGetMinValue

public void testGetMinValue()
A unit test for JUnit


testSetMinValue

public void testSetMinValue()
A unit test for JUnit


testSetMaxValue

public void testSetMaxValue()
A unit test for JUnit


testSetDataType

public void testSetDataType()
A unit test for JUnit


testGetDataType

public void testGetDataType()
A unit test for JUnit


testSetDataTypeDescription

public void testSetDataTypeDescription()
A unit test for JUnit


testGetDataTypeDescription

public void testGetDataTypeDescription()
A unit test for JUnit


testSetDecimals

public void testSetDecimals()
A unit test for JUnit


testGetDecimals

public void testGetDecimals()
A unit test for JUnit


testSetMaxLength

public void testSetMaxLength()
A unit test for JUnit


testGetMaxLength

public void testGetMaxLength()
A unit test for JUnit


testDump

public void testDump()
A unit test for JUnit


main

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

Parameters:
args - Description of the Parameter