| org.apache.poi.TestPOIDocumentMain
TestPOIDocumentMain | public class TestPOIDocumentMain extends TestCase (Code) | | Tests that POIDocument correctly loads and saves the common
(hspf) Document Properties.
This is part 1 of 2 of the tests - it only does the POIDocuments
which are part of the Main (not scratchpad)
author: Nick Burch (nick at torchbox dot com) |
setUp | public void setUp() throws Exception(Code) | | Set things up, using a PowerPoint document and
a Word Document for our testing
|
testReadProperties2 | public void testReadProperties2() throws Exception(Code) | | |
testWriteProperties | public void testWriteProperties() throws Exception(Code) | | |
testWriteReadProperties | public void testWriteReadProperties() throws Exception(Code) | | |
|
|