pt.despodata.java.ddata.tests
Class DDataToolBarTest

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

public class DDataToolBarTest
extends TestCase

DDataToolBarTest.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
mcosta

Constructor Summary
DDataToolBarTest(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 testBlockDelete()
          Test of blockDelete method, of class pt.despodata.java.ddata.DDataToolBar.
 void testCurrentRecordModified()
          Test of currentRecordModified method, of class pt.despodata.java.ddata.DDataToolBar.
 void testDisableFirstButton()
          Test of disableFirstButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testDisableLastButton()
          Test of disableLastButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testEnableFirstButton()
          Test of enableFirstButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testEnableLastButton()
          Test of enableLastButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetCancelButton()
          Test of getCancelButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetDeleteButton()
          Test of getDeleteButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetExecQueryButton()
          Test of getExecQueryButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetExitButton()
          Test of getExitButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetExportButton()
          Test of getExportButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetFirstButton()
          Test of getFirstButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetLastButton()
          Test of getLastButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetNewButton()
          Test of getNewButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetNextButton()
          Test of getNextButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetPreviousButton()
          Test of getPreviousButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetPrintButton()
          Test of getPrintButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetQueryButton()
          Test of getQueryButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testGetSaveButton()
          Test of getSaveButton method, of class pt.despodata.java.ddata.DDataToolBar.
 void testInitialButtonState()
          Test of initialButtonState method, of class pt.despodata.java.ddata.DDataToolBar.
 void testJbInit()
          Test of jbInit method, of class pt.despodata.java.ddata.DDataToolBar.
 void testMissingTest()
           
 void testQueryCanceled()
          Test of queryCanceled method, of class pt.despodata.java.ddata.DDataToolBar.
 void testQueryExecuted()
          Test of queryExecuted method, of class pt.despodata.java.ddata.DDataToolBar.
 void testQueryStarted()
          Test of queryStarted method, of class pt.despodata.java.ddata.DDataToolBar.
 void testRecordDeleted()
          Test of recordDeleted method, of class pt.despodata.java.ddata.DDataToolBar.
 void testRecordInserted()
          Test of recordInserted method, of class pt.despodata.java.ddata.DDataToolBar.
 void testRecordPositioned()
          Test of recordPositioned method, of class pt.despodata.java.ddata.DDataToolBar.
 void testRecordUpToDate()
          Test of recordUpToDate method, of class pt.despodata.java.ddata.DDataToolBar.
 void testSetInEdition()
          Test of setInEdition method, of class pt.despodata.java.ddata.DDataToolBar.
 void testSetQueryAllowed()
          Test of setQueryAllowed method, of class pt.despodata.java.ddata.DDataToolBar.
 
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

DDataToolBarTest

public DDataToolBarTest(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.


testMissingTest

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

main

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

suite

public static junit.framework.Test suite()

testJbInit

public void testJbInit()
Test of jbInit method, of class pt.despodata.java.ddata.DDataToolBar.


testSetInEdition

public void testSetInEdition()
Test of setInEdition method, of class pt.despodata.java.ddata.DDataToolBar.


testInitialButtonState

public void testInitialButtonState()
Test of initialButtonState method, of class pt.despodata.java.ddata.DDataToolBar.


testRecordPositioned

public void testRecordPositioned()
Test of recordPositioned method, of class pt.despodata.java.ddata.DDataToolBar.


testRecordUpToDate

public void testRecordUpToDate()
Test of recordUpToDate method, of class pt.despodata.java.ddata.DDataToolBar.


testCurrentRecordModified

public void testCurrentRecordModified()
Test of currentRecordModified method, of class pt.despodata.java.ddata.DDataToolBar.


testRecordInserted

public void testRecordInserted()
Test of recordInserted method, of class pt.despodata.java.ddata.DDataToolBar.


testRecordDeleted

public void testRecordDeleted()
Test of recordDeleted method, of class pt.despodata.java.ddata.DDataToolBar.


testQueryStarted

public void testQueryStarted()
Test of queryStarted method, of class pt.despodata.java.ddata.DDataToolBar.


testQueryExecuted

public void testQueryExecuted()
Test of queryExecuted method, of class pt.despodata.java.ddata.DDataToolBar.


testQueryCanceled

public void testQueryCanceled()
Test of queryCanceled method, of class pt.despodata.java.ddata.DDataToolBar.


testBlockDelete

public void testBlockDelete()
Test of blockDelete method, of class pt.despodata.java.ddata.DDataToolBar.


testDisableLastButton

public void testDisableLastButton()
Test of disableLastButton method, of class pt.despodata.java.ddata.DDataToolBar.


testEnableLastButton

public void testEnableLastButton()
Test of enableLastButton method, of class pt.despodata.java.ddata.DDataToolBar.


testDisableFirstButton

public void testDisableFirstButton()
Test of disableFirstButton method, of class pt.despodata.java.ddata.DDataToolBar.


testEnableFirstButton

public void testEnableFirstButton()
Test of enableFirstButton method, of class pt.despodata.java.ddata.DDataToolBar.


testSetQueryAllowed

public void testSetQueryAllowed()
Test of setQueryAllowed method, of class pt.despodata.java.ddata.DDataToolBar.


testGetNewButton

public void testGetNewButton()
Test of getNewButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetDeleteButton

public void testGetDeleteButton()
Test of getDeleteButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetSaveButton

public void testGetSaveButton()
Test of getSaveButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetCancelButton

public void testGetCancelButton()
Test of getCancelButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetFirstButton

public void testGetFirstButton()
Test of getFirstButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetPreviousButton

public void testGetPreviousButton()
Test of getPreviousButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetNextButton

public void testGetNextButton()
Test of getNextButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetLastButton

public void testGetLastButton()
Test of getLastButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetQueryButton

public void testGetQueryButton()
Test of getQueryButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetExecQueryButton

public void testGetExecQueryButton()
Test of getExecQueryButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetExitButton

public void testGetExitButton()
Test of getExitButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetPrintButton

public void testGetPrintButton()
Test of getPrintButton method, of class pt.despodata.java.ddata.DDataToolBar.


testGetExportButton

public void testGetExportButton()
Test of getExportButton method, of class pt.despodata.java.ddata.DDataToolBar.