pt.moredata.dao
Class DataTableInfoTest

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

public class DataTableInfoTest
extends TestCase

DataTableInfoTest.java Company MoreData

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

Constructor Summary
DataTableInfoTest(java.lang.String name)
          Constructor for the DataTableInfoTest object
 
Method Summary
static void main(java.lang.String[] args)
          Description of the Method
 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 testGetColumns()
          A unit test for JUnit
 void testGetExportedForeignKeyValues()
          A unit test for JUnit
 void testGetFieldInfoForColumn()
          A unit test for JUnit
 void testGetRemarks()
          A unit test for JUnit
 void testGetTableName()
          A unit test for JUnit
 void testGetURL()
          A unit test for JUnit
 void testIsFK()
          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.
 
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

DataTableInfoTest

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

Parameters:
name - Description of the Parameter
Method Detail

setUp

public 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

testEquals

public void testEquals()
A unit test for JUnit


testGetURL

public void testGetURL()
A unit test for JUnit


testGetTableName

public void testGetTableName()
A unit test for JUnit


testGetColumns

public void testGetColumns()
A unit test for JUnit


testGetExportedForeignKeyValues

public void testGetExportedForeignKeyValues()
A unit test for JUnit


testGetFieldInfoForColumn

public void testGetFieldInfoForColumn()
A unit test for JUnit


testGetRemarks

public void testGetRemarks()
A unit test for JUnit


testIsFK

public void testIsFK()
A unit test for JUnit


main

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

Parameters:
args - Description of the Parameter