com.google.gwt.widgetideas.client
Class ProgressBarTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.google.gwt.junit.client.GWTTestCase
              extended by com.google.gwt.widgetideas.client.BasicWidgetTest
                  extended by com.google.gwt.widgetideas.client.ProgressBarTest
All Implemented Interfaces:
junit.framework.Test

public class ProgressBarTest
extends BasicWidgetTest

Tests the ProgressBar widget.


Constructor Summary
ProgressBarTest()
           
 
Method Summary
 void testAccessors()
          Test that the accessors correctly adjust the progress and relative percent completion.
 void testConstructors()
          Test that the constructors correctly set default parameters.
 void testTextFormatter()
          Tests the various uses of TextFormatters.
 
Methods inherited from class com.google.gwt.widgetideas.client.BasicWidgetTest
getModuleName, testBasicCreate
 
Methods inherited from class com.google.gwt.junit.client.GWTTestCase
addCheckpoint, catchExceptions, clearCheckpoints, getCheckpoints, run
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, runBare, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgressBarTest

public ProgressBarTest()
Method Detail

testAccessors

public void testAccessors()
Test that the accessors correctly adjust the progress and relative percent completion.


testConstructors

public void testConstructors()
Test that the constructors correctly set default parameters.


testTextFormatter

public void testTextFormatter()
Tests the various uses of TextFormatters.