org.jopendocument.dom.spreadsheet
Class SheetTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jopendocument.dom.spreadsheet.SheetTest
All Implemented Interfaces:
junit.framework.Test

public class SheetTest
extends junit.framework.TestCase


Constructor Summary
SheetTest()
           
 
Method Summary
static void assertValid(ODPackage pkg)
           
static void assertValid(ODPackage pkg, boolean expected)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testCreate()
           
 void testDuplicateRows()
           
 void testEnsureColumnCount()
           
 void testGetCount()
           
 void testGetMutableTableModel()
           
 void testGetTableModel()
           
 void testGetValueAt()
           
 void testGroups()
           
 void testMerge()
           
 void testName()
           
 void testRemoveCol()
           
 void testRemoveRow()
           
 void testRepeated()
           
 void testResolve()
           
 void testSetColumnCount()
           
 void testSetRowCount()
           
 void testSetValueAt()
           
 void testStyle()
           
 void testUsedRange()
           
 void testXY()
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SheetTest

public SheetTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testCreate

public void testCreate()
                throws IOException
Throws:
IOException

testName

public void testName()
              throws Exception
Throws:
Exception

testSetValueAt

public void testSetValueAt()
                    throws Exception
Throws:
Exception

testGetValueAt

public void testGetValueAt()

testGetCount

public void testGetCount()

testEnsureColumnCount

public void testEnsureColumnCount()

testSetColumnCount

public void testSetColumnCount()
                        throws Exception
Throws:
Exception

testRemoveCol

public void testRemoveCol()
                   throws Exception
Throws:
Exception

testRemoveRow

public void testRemoveRow()
                   throws Exception
Throws:
Exception

testSetRowCount

public void testSetRowCount()
                     throws IOException
Throws:
IOException

testGetTableModel

public void testGetTableModel()

testGetMutableTableModel

public void testGetMutableTableModel()

testMerge

public void testMerge()
               throws IOException
Throws:
IOException

testResolve

public void testResolve()

testDuplicateRows

public void testDuplicateRows()
                       throws Exception
Throws:
Exception

testXY

public void testXY()
            throws Exception
Throws:
Exception

testUsedRange

public void testUsedRange()
                   throws Exception
Throws:
Exception

testGroups

public void testGroups()
                throws Exception
Throws:
Exception

testRepeated

public void testRepeated()
                  throws Exception
Throws:
Exception

testStyle

public void testStyle()
               throws Exception
Throws:
Exception

assertValid

public static void assertValid(ODPackage pkg)

assertValid

public static void assertValid(ODPackage pkg,
                               boolean expected)


Copyright © 2010 jOpenDocument All Rights Reserved.