pt.despodata.java.connection.tests
Class UserPanelTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bypt.despodata.java.tests.TestCase
              extended bypt.despodata.java.connection.tests.UserPanelTest
All Implemented Interfaces:
junit.framework.Test

public class UserPanelTest
extends TestCase

Author:
psfbc

Constructor Summary
UserPanelTest(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testCopyTxtLogin()
          Test of copyTxtLogin method, of class pt.despodata.java.connection.UserPanel.
 void testGetPassword()
          Test of getPassword method, of class pt.despodata.java.connection.UserPanel.
 void testGetUserName()
          Test of getUserName method, of class pt.despodata.java.connection.UserPanel.
 void testSetDataSource()
          Test of setDataSource method, of class pt.despodata.java.connection.UserPanel.
 void testStrPasswd_keyPressed()
          Test of strPasswd_keyPressed method, of class pt.despodata.java.connection.UserPanel.
 
Methods inherited from class pt.despodata.java.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, setUp, tearDown, 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

UserPanelTest

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

main

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

suite

public static junit.framework.Test suite()

testGetUserName

public void testGetUserName()
Test of getUserName method, of class pt.despodata.java.connection.UserPanel.


testGetPassword

public void testGetPassword()
Test of getPassword method, of class pt.despodata.java.connection.UserPanel.


testSetDataSource

public void testSetDataSource()
Test of setDataSource method, of class pt.despodata.java.connection.UserPanel.


testStrPasswd_keyPressed

public void testStrPasswd_keyPressed()
Test of strPasswd_keyPressed method, of class pt.despodata.java.connection.UserPanel.


testCopyTxtLogin

public void testCopyTxtLogin()
Test of copyTxtLogin method, of class pt.despodata.java.connection.UserPanel.