pt.despodata.java.ddata.tests
Class DDataComboBoxTest

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

public class DDataComboBoxTest
extends TestCase

DDataComboBoxTest.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
betap

Field Summary
 int addDDataControlFilterListener
           
 boolean addIsRecordValid
           
 DDataComboBox combo
           
 
Constructor Summary
DDataComboBoxTest(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 testAddComboElement()
          Test of addComboElement method, of class pt.despodata.java.ddata.DDataComboBox.
 void testAddComboItems()
          Test of addComboItems method, of class pt.despodata.java.ddata.DDataComboBox.
 void testAddDDataControlFilterListener()
          Test of addDDataControlFilterListener method, of class pt.despodata.java.ddata.DDataComboBox.
 void testAddDropDownComboListener()
          Test of addDropDownComboListener method, of class pt.despodata.java.ddata.DDataComboBox.
 void testAddItemSelectedListener()
          Test of addItemSelectedListener method, of class pt.despodata.java.ddata.DDataComboBox.
 void testFillCurrentFromDataControl()
          Test of fillCurrentFromDataControl method, of class pt.despodata.java.ddata.DDataComboBox.
 void testFireDropDownComboListeners()
          Test of fireDropDownComboListeners method, of class pt.despodata.java.ddata.DDataComboBox.
 void testFireItemSelectedListeners()
          Test of fireItemSelectedListeners method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetAditionalColumn()
          Test of getAditionalColumn method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetCodeColumn()
          Test of getCodeColumn method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetCurrentItem()
          Test of getCurrentItem method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetDataControl()
          Test of getDataControl method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetDCSelectedIndex()
          Test of getDCSelectedIndex method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetDescriptionColumn()
          Test of getDescriptionColumn method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetObject()
          Test of getObject method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetPopupSize()
          Test of getPopupSize method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetRequired()
          Test of getRequired method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetSelectedDescription()
          Test of getSelectedDescription method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetShowCode()
          Test of getShowCode method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetTable()
          Test of getTable method, of class pt.despodata.java.ddata.DDataComboBox.
 void testGetWhere()
          Test of getWhere method, of class pt.despodata.java.ddata.DDataComboBox.
 void testMissingTest()
           
 void testPopulateCombo()
          Test of populateCombo method, of class pt.despodata.java.ddata.DDataComboBox.
 void testRemoveAllItems()
          Test of removeAllItems method, of class pt.despodata.java.ddata.DDataComboBox.
 void testRemoveDDataControlFilterListener()
          Test of removeDDataControlFilterListener method, of class pt.despodata.java.ddata.DDataComboBox.
 void testRemoveDropDownComboListener()
          Test of removeDropDownComboListener method, of class pt.despodata.java.ddata.DDataComboBox.
 void testRemoveItemSelectedListener()
          Test of removeItemSelectedListener method, of class pt.despodata.java.ddata.DDataComboBox.
 void testSetAditionalColumn()
          Test of setAditionalColumn method, of class pt.despodata.java.ddata.DDataComboBox.
 void testSetCodeColumn()
          Test of setCodeColumn method, of class pt.despodata.java.ddata.DDataComboBox.
 void testSetDataLoaded()
          Test of setDataLoaded method, of class pt.despodata.java.ddata.DDataComboBox.
 void testSetDescriptionColumn()
          Test of setDescriptionColumn method, of class pt.despodata.java.ddata.DDataComboBox.
 void testSetEnabled()
          Test of setEnabled method, of class pt.despodata.java.ddata.DDataComboBox.
 void testSetObject()
          Test of setObject method, of class pt.despodata.java.ddata.DDataComboBox.
 void testSetPopupWidth()
          Test of setPopupWidth method, of class pt.despodata.java.ddata.DDataComboBox.
 void testSetRequired()
          Test of setRequired method, of class pt.despodata.java.ddata.DDataComboBox.
 void testSetShowCode()
          Test of setShowCode method, of class pt.despodata.java.ddata.DDataComboBox.
 void testSetTable()
          Test of setTable method, of class pt.despodata.java.ddata.DDataComboBox.
 void testSetWhere()
          Test of setWhere method, of class pt.despodata.java.ddata.DDataComboBox.
 
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

combo

public DDataComboBox combo

addIsRecordValid

public boolean addIsRecordValid

addDDataControlFilterListener

public int addDDataControlFilterListener
Constructor Detail

DDataComboBoxTest

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

testSetObject

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


testGetObject

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


testGetRequired

public void testGetRequired()
Test of getRequired method, of class pt.despodata.java.ddata.DDataComboBox.


testSetRequired

public void testSetRequired()
Test of setRequired method, of class pt.despodata.java.ddata.DDataComboBox.


testSetTable

public void testSetTable()
Test of setTable method, of class pt.despodata.java.ddata.DDataComboBox.


testGetTable

public void testGetTable()
Test of getTable method, of class pt.despodata.java.ddata.DDataComboBox.


testSetWhere

public void testSetWhere()
Test of setWhere method, of class pt.despodata.java.ddata.DDataComboBox.


testGetWhere

public void testGetWhere()
Test of getWhere method, of class pt.despodata.java.ddata.DDataComboBox.


testSetShowCode

public void testSetShowCode()
Test of setShowCode method, of class pt.despodata.java.ddata.DDataComboBox.


testGetShowCode

public void testGetShowCode()
Test of getShowCode method, of class pt.despodata.java.ddata.DDataComboBox.


testSetCodeColumn

public void testSetCodeColumn()
Test of setCodeColumn method, of class pt.despodata.java.ddata.DDataComboBox.


testGetCodeColumn

public void testGetCodeColumn()
Test of getCodeColumn method, of class pt.despodata.java.ddata.DDataComboBox.


testSetEnabled

public void testSetEnabled()
Test of setEnabled method, of class pt.despodata.java.ddata.DDataComboBox.


testSetDescriptionColumn

public void testSetDescriptionColumn()
Test of setDescriptionColumn method, of class pt.despodata.java.ddata.DDataComboBox.


testGetDescriptionColumn

public void testGetDescriptionColumn()
Test of getDescriptionColumn method, of class pt.despodata.java.ddata.DDataComboBox.


testSetPopupWidth

public void testSetPopupWidth()
Test of setPopupWidth method, of class pt.despodata.java.ddata.DDataComboBox.


testGetPopupSize

public void testGetPopupSize()
Test of getPopupSize method, of class pt.despodata.java.ddata.DDataComboBox.


testSetDataLoaded

public void testSetDataLoaded()
Test of setDataLoaded method, of class pt.despodata.java.ddata.DDataComboBox.


testGetSelectedDescription

public void testGetSelectedDescription()
Test of getSelectedDescription method, of class pt.despodata.java.ddata.DDataComboBox.


testRemoveAllItems

public void testRemoveAllItems()
Test of removeAllItems method, of class pt.despodata.java.ddata.DDataComboBox.


testPopulateCombo

public void testPopulateCombo()
Test of populateCombo method, of class pt.despodata.java.ddata.DDataComboBox.


testGetDataControl

public void testGetDataControl()
Test of getDataControl method, of class pt.despodata.java.ddata.DDataComboBox.


testAddComboItems

public void testAddComboItems()
Test of addComboItems method, of class pt.despodata.java.ddata.DDataComboBox.


testFillCurrentFromDataControl

public void testFillCurrentFromDataControl()
Test of fillCurrentFromDataControl method, of class pt.despodata.java.ddata.DDataComboBox.


testGetCurrentItem

public void testGetCurrentItem()
Test of getCurrentItem method, of class pt.despodata.java.ddata.DDataComboBox.


testGetDCSelectedIndex

public void testGetDCSelectedIndex()
Test of getDCSelectedIndex method, of class pt.despodata.java.ddata.DDataComboBox.


testAddComboElement

public void testAddComboElement()
Test of addComboElement method, of class pt.despodata.java.ddata.DDataComboBox.


testAddDropDownComboListener

public void testAddDropDownComboListener()
Test of addDropDownComboListener method, of class pt.despodata.java.ddata.DDataComboBox.


testRemoveDropDownComboListener

public void testRemoveDropDownComboListener()
Test of removeDropDownComboListener method, of class pt.despodata.java.ddata.DDataComboBox.


testFireDropDownComboListeners

public void testFireDropDownComboListeners()
Test of fireDropDownComboListeners method, of class pt.despodata.java.ddata.DDataComboBox.


testAddItemSelectedListener

public void testAddItemSelectedListener()
Test of addItemSelectedListener method, of class pt.despodata.java.ddata.DDataComboBox.


testRemoveItemSelectedListener

public void testRemoveItemSelectedListener()
Test of removeItemSelectedListener method, of class pt.despodata.java.ddata.DDataComboBox.


testFireItemSelectedListeners

public void testFireItemSelectedListeners()
Test of fireItemSelectedListeners method, of class pt.despodata.java.ddata.DDataComboBox.


testAddDDataControlFilterListener

public void testAddDDataControlFilterListener()
Test of addDDataControlFilterListener method, of class pt.despodata.java.ddata.DDataComboBox.


testRemoveDDataControlFilterListener

public void testRemoveDDataControlFilterListener()
Test of removeDDataControlFilterListener method, of class pt.despodata.java.ddata.DDataComboBox.


testSetAditionalColumn

public void testSetAditionalColumn()
Test of setAditionalColumn method, of class pt.despodata.java.ddata.DDataComboBox.


testGetAditionalColumn

public void testGetAditionalColumn()
Test of getAditionalColumn method, of class pt.despodata.java.ddata.DDataComboBox.