pt.despodata.java.ddata.tests
Class DDataConnectDbTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bypt.moredata.tests.TestCase
              extended bypt.despodata.java.ddata.tests.DDataConnectDbTest
All Implemented Interfaces:
junit.framework.Test

public class DDataConnectDbTest
extends TestCase

DDataConnectDbTest.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
betap

Constructor Summary
DDataConnectDbTest(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
          Test setup.
static junit.framework.Test suite()
           
protected  void tearDown()
          Undo test changes.
 void testAddActionListener()
          Test of addActionListener method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testConnect()
          Test of connect method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testFireActionPerformed()
          Test of fireActionPerformed method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testGetConnection()
          Test of getConnection method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testGetConnectionType()
          Test of getConnectionType method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testGetDbName()
          Test of getDbName method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testGetHostName()
          Test of getHostName method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testGetImplicitConnection()
          Test of getImplicitConnection method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testGetPassword()
          Test of getPassword method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testGetServer()
          Test of getServer method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testGetService()
          Test of getService method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testGetSgbdUrl()
          Test of getSgbdUrl method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testGetTables()
          Test of getTables method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testGetUserName()
          Test of getUserName method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testInteractiveConnection()
          Test of interactiveConnection method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testMissingTest()
           
 void testRemoveActionListener()
          Test of removeActionListener method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testSetConnectionType()
          Test of setConnectionType method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testSetDbName()
          Test of setDbName method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testSetHostName()
          Test of setHostName method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testSetImplicitConnection()
          Test of setImplicitConnection method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testSetPassword()
          Test of setPassword method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testSetServer()
          Test of setServer method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testSetService()
          Test of setService method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testSetSgbdUrl()
          Test of setSgbdUrl method, of class pt.despodata.java.ddata.DDataConnectDb.
 void testSetUserName()
          Test of setUserName method, of class pt.despodata.java.ddata.DDataConnectDb.
 
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

DDataConnectDbTest

public DDataConnectDbTest(java.lang.String testName)
Method Detail

setUp

protected void setUp()
Test setup. This method is executed once for each test method.


tearDown

protected void tearDown()
Undo test changes. This method is executed once for each test method.


main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

testMissingTest

public void testMissingTest()
                     throws java.lang.SecurityException
Throws:
java.lang.SecurityException

testGetConnection

public void testGetConnection()
Test of getConnection method, of class pt.despodata.java.ddata.DDataConnectDb.


testGetImplicitConnection

public void testGetImplicitConnection()
Test of getImplicitConnection method, of class pt.despodata.java.ddata.DDataConnectDb.


testSetImplicitConnection

public void testSetImplicitConnection()
Test of setImplicitConnection method, of class pt.despodata.java.ddata.DDataConnectDb.


testSetConnectionType

public void testSetConnectionType()
Test of setConnectionType method, of class pt.despodata.java.ddata.DDataConnectDb.


testGetConnectionType

public void testGetConnectionType()
Test of getConnectionType method, of class pt.despodata.java.ddata.DDataConnectDb.


testSetSgbdUrl

public void testSetSgbdUrl()
Test of setSgbdUrl method, of class pt.despodata.java.ddata.DDataConnectDb.


testGetSgbdUrl

public void testGetSgbdUrl()
Test of getSgbdUrl method, of class pt.despodata.java.ddata.DDataConnectDb.


testSetHostName

public void testSetHostName()
Test of setHostName method, of class pt.despodata.java.ddata.DDataConnectDb.


testGetHostName

public void testGetHostName()
Test of getHostName method, of class pt.despodata.java.ddata.DDataConnectDb.


testSetService

public void testSetService()
Test of setService method, of class pt.despodata.java.ddata.DDataConnectDb.


testGetService

public void testGetService()
Test of getService method, of class pt.despodata.java.ddata.DDataConnectDb.


testSetDbName

public void testSetDbName()
Test of setDbName method, of class pt.despodata.java.ddata.DDataConnectDb.


testGetDbName

public void testGetDbName()
Test of getDbName method, of class pt.despodata.java.ddata.DDataConnectDb.


testSetServer

public void testSetServer()
Test of setServer method, of class pt.despodata.java.ddata.DDataConnectDb.


testGetServer

public void testGetServer()
Test of getServer method, of class pt.despodata.java.ddata.DDataConnectDb.


testSetUserName

public void testSetUserName()
Test of setUserName method, of class pt.despodata.java.ddata.DDataConnectDb.


testGetUserName

public void testGetUserName()
Test of getUserName method, of class pt.despodata.java.ddata.DDataConnectDb.


testSetPassword

public void testSetPassword()
Test of setPassword method, of class pt.despodata.java.ddata.DDataConnectDb.


testGetPassword

public void testGetPassword()
Test of getPassword method, of class pt.despodata.java.ddata.DDataConnectDb.


testConnect

public void testConnect()
Test of connect method, of class pt.despodata.java.ddata.DDataConnectDb.


testInteractiveConnection

public void testInteractiveConnection()
Test of interactiveConnection method, of class pt.despodata.java.ddata.DDataConnectDb.


testAddActionListener

public void testAddActionListener()
Test of addActionListener method, of class pt.despodata.java.ddata.DDataConnectDb.


testRemoveActionListener

public void testRemoveActionListener()
Test of removeActionListener method, of class pt.despodata.java.ddata.DDataConnectDb.


testFireActionPerformed

public void testFireActionPerformed()
Test of fireActionPerformed method, of class pt.despodata.java.ddata.DDataConnectDb.


testGetTables

public void testGetTables()
Test of getTables method, of class pt.despodata.java.ddata.DDataConnectDb.