pt.moredata.dao
Class DataBaseTableTest

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

public class DataBaseTableTest
extends TestCase

DataBaseTableTest.java Company MoreData

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

Constructor Summary
DataBaseTableTest(java.lang.String name)
          Constructor for the DataBaseTableTest 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 testGetAlias()
          A unit test for JUnit
 void testGetJoinClause()
          Test of getJoinClause method, of class pt.moredata.dao.DataBaseTable
 void testGetName()
          A unit test for JUnit
 void testGetTableInfo()
          A unit test for JUnit
 void testInitTableInfo()
          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 testSetAlias()
          A unit test for JUnit
 void testSetJoinClause()
          Test of setJoinClause method, of class pt.moredata.dao.DataBaseTable
 void testSetName()
          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

DataBaseTableTest

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

testSetName

public void testSetName()
A unit test for JUnit


testGetName

public void testGetName()
A unit test for JUnit


testSetAlias

public void testSetAlias()
A unit test for JUnit


testGetAlias

public void testGetAlias()
A unit test for JUnit


testInitTableInfo

public void testInitTableInfo()
A unit test for JUnit


testGetTableInfo

public void testGetTableInfo()
A unit test for JUnit


testGetJoinClause

public void testGetJoinClause()
Test of getJoinClause method, of class pt.moredata.dao.DataBaseTable


testSetJoinClause

public void testSetJoinClause()
Test of setJoinClause method, of class pt.moredata.dao.DataBaseTable


main

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

Parameters:
args - Description of the Parameter