pt.despodata.java.ddata.tests
Class DDataProgressBarTest

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

public class DDataProgressBarTest
extends TestCase

DDataProgressBarTest.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
betap

Field Summary
 DDataProgressBar bar
           
 
Constructor Summary
DDataProgressBarTest(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.DDataProgressBar.
 void testComponentHidden()
          Test of componentHidden method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testComponentMoved()
          Test of componentMoved method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testComponentResized()
          Test of componentResized method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testComponentShown()
          Test of componentShown method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testFinalize()
          Test of finalize method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testGetPercent()
          Test of getPercent method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testGetState()
          Test of getState method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testIsFocusTraversable()
          Test of isFocusTraversable method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testMissingTest()
           
 void testPaintComponent()
          Test of paintComponent method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testSetBackground()
          Test of setBackground method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testSetFont()
          Test of setFont method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testSetPercent()
          Test of setPercent method, of class pt.despodata.java.ddata.DDataProgressBar.
 void testSetState()
          Test of setState method, of class pt.despodata.java.ddata.DDataProgressBar.
 
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

bar

public DDataProgressBar bar
Constructor Detail

DDataProgressBarTest

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

testFinalize

public void testFinalize()
Test of finalize method, of class pt.despodata.java.ddata.DDataProgressBar.


testSetFont

public void testSetFont()
Test of setFont method, of class pt.despodata.java.ddata.DDataProgressBar.


testSetBackground

public void testSetBackground()
Test of setBackground method, of class pt.despodata.java.ddata.DDataProgressBar.


testIsFocusTraversable

public void testIsFocusTraversable()
Test of isFocusTraversable method, of class pt.despodata.java.ddata.DDataProgressBar.


testGetState

public void testGetState()
Test of getState method, of class pt.despodata.java.ddata.DDataProgressBar.


testSetState

public void testSetState()
Test of setState method, of class pt.despodata.java.ddata.DDataProgressBar.


testGetPercent

public void testGetPercent()
Test of getPercent method, of class pt.despodata.java.ddata.DDataProgressBar.


testSetPercent

public void testSetPercent()
Test of setPercent method, of class pt.despodata.java.ddata.DDataProgressBar.


testPaintComponent

public void testPaintComponent()
Test of paintComponent method, of class pt.despodata.java.ddata.DDataProgressBar.


testActionPerformed

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


testComponentResized

public void testComponentResized()
Test of componentResized method, of class pt.despodata.java.ddata.DDataProgressBar.


testComponentHidden

public void testComponentHidden()
Test of componentHidden method, of class pt.despodata.java.ddata.DDataProgressBar.


testComponentMoved

public void testComponentMoved()
Test of componentMoved method, of class pt.despodata.java.ddata.DDataProgressBar.


testComponentShown

public void testComponentShown()
Test of componentShown method, of class pt.despodata.java.ddata.DDataProgressBar.