com.google.gwt.widgetideas.table.client
Class ExtendedGridTest

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

public class ExtendedGridTest
extends com.google.gwt.junit.client.GWTTestCase

Tests methods in the SortableFixedWidthGrid class.


Constructor Summary
ExtendedGridTest()
           
 
Method Summary
 java.lang.String getModuleName()
           
 void removedtestCellContents()
          Set and get cell contents.
 void testColumnWidth()
          Test column width methods.
 void testResizeGrid()
          Tests resizing of the grid to larger and smaller sizes.
 
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

ExtendedGridTest

public ExtendedGridTest()
Method Detail

getModuleName

public java.lang.String getModuleName()
Specified by:
getModuleName in class com.google.gwt.junit.client.GWTTestCase

removedtestCellContents

public void removedtestCellContents()
Set and get cell contents.


testColumnWidth

public void testColumnWidth()
Test column width methods.


testResizeGrid

public void testResizeGrid()
Tests resizing of the grid to larger and smaller sizes.