com.google.gwt.widgetideas.client
Class SliderBarTest

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.SliderBarTest
All Implemented Interfaces:
junit.framework.Test

public class SliderBarTest
extends BasicWidgetTest

Tests the ProgressBar widget.


Constructor Summary
SliderBarTest()
           
 
Method Summary
 java.lang.String getModuleName()
           
 void testAccessors()
          Test that the accessors correctly change the slider value.
 void testTextFormatter()
          Tests the various uses of TextFormatters.
 
Methods inherited from class com.google.gwt.widgetideas.client.BasicWidgetTest
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

SliderBarTest

public SliderBarTest()
Method Detail

getModuleName

public java.lang.String getModuleName()
Overrides:
getModuleName in class BasicWidgetTest

testAccessors

public void testAccessors()
Test that the accessors correctly change the slider value.


testTextFormatter

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