pt.despodata.java.ddata.tests
Class DDataCalendarTest

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

public class DDataCalendarTest
extends TestCase

DDataCalendarTest.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
betap

Field Summary
 int addActionCount
           
 DDataCalendar calendario
           
 
Constructor Summary
DDataCalendarTest(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 testActionPerformed()
          Test of actionPerformed method, of class pt.despodata.java.ddata.DDataCalendar.
 void testAddActionListener()
          Test of addActionListener method, of class pt.despodata.java.ddata.DDataCalendar.
 void testDaySelected()
          Test of daySelected method, of class pt.despodata.java.ddata.DDataCalendar.
 void testFireActionPerformed()
          Test of fireActionPerformed method, of class pt.despodata.java.ddata.DDataCalendar.
 void testGetMaxValue()
          Test of getMaxValue method, of class pt.despodata.java.ddata.DDataCalendar.
 void testGetMinValue()
          Test of getMinValue method, of class pt.despodata.java.ddata.DDataCalendar.
 void testGetObject()
          Test of getObject method, of class pt.despodata.java.ddata.DDataCalendar.
 void testGetSelectedDate()
          Test of getSelectedDate method, of class pt.despodata.java.ddata.DDataCalendar.
 void testItemStateChanged()
          Test of itemStateChanged method, of class pt.despodata.java.ddata.DDataCalendar.
 void testMissingTest()
           
 void testRemoveActionListener()
          Test of removeActionListener method, of class pt.despodata.java.ddata.DDataCalendar.
 void testSetMaxValue()
          Test of setMaxValue method, of class pt.despodata.java.ddata.DDataCalendar.
 void testSetMinValue()
          Test of setMinValue method, of class pt.despodata.java.ddata.DDataCalendar.
 void testSetObject()
          Test of setObject method, of class pt.despodata.java.ddata.DDataCalendar.
 void testTextYear_focusLost()
          Test of textYear_focusLost method, of class pt.despodata.java.ddata.DDataCalendar.
 void testValida_Dia()
          Test of Valida_Dia method, of class pt.despodata.java.ddata.DDataCalendar.
 
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
 

Field Detail

calendario

public DDataCalendar calendario

addActionCount

public int addActionCount
Constructor Detail

DDataCalendarTest

public DDataCalendarTest(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

testItemStateChanged

public void testItemStateChanged()
Test of itemStateChanged method, of class pt.despodata.java.ddata.DDataCalendar.


testValida_Dia

public void testValida_Dia()
Test of Valida_Dia method, of class pt.despodata.java.ddata.DDataCalendar.


testTextYear_focusLost

public void testTextYear_focusLost()
Test of textYear_focusLost method, of class pt.despodata.java.ddata.DDataCalendar.


testGetSelectedDate

public void testGetSelectedDate()
Test of getSelectedDate method, of class pt.despodata.java.ddata.DDataCalendar.


testGetObject

public void testGetObject()
Test of getObject method, of class pt.despodata.java.ddata.DDataCalendar.


testActionPerformed

public void testActionPerformed()
Test of actionPerformed method, of class pt.despodata.java.ddata.DDataCalendar.


testDaySelected

public void testDaySelected()
Test of daySelected method, of class pt.despodata.java.ddata.DDataCalendar.


testAddActionListener

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


testRemoveActionListener

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


testFireActionPerformed

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


testSetObject

public void testSetObject()
Test of setObject method, of class pt.despodata.java.ddata.DDataCalendar.


testSetMaxValue

public void testSetMaxValue()
Test of setMaxValue method, of class pt.despodata.java.ddata.DDataCalendar.


testSetMinValue

public void testSetMinValue()
Test of setMinValue method, of class pt.despodata.java.ddata.DDataCalendar.


testGetMaxValue

public void testGetMaxValue()
Test of getMaxValue method, of class pt.despodata.java.ddata.DDataCalendar.


testGetMinValue

public void testGetMinValue()
Test of getMinValue method, of class pt.despodata.java.ddata.DDataCalendar.