Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi.poifs » property » [javadoc | source]
org.apache.cocoon.poi.poifs.property
public class: TestDirectoryProperty [javadoc | source]
java.lang.Object
   TestCase
      org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
Class to test DirectoryProperty functionality
Constructor:
 public TestDirectoryProperty(String name) 
    Constructor TestDirectoryProperty
    Parameters:
    name -
Method from org.apache.cocoon.poi.poifs.property.TestDirectoryProperty Summary:
main,   testAddChild,   testChangeName,   testConstructor,   testDeleteChild,   testPreWrite,   testReadingConstructor
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.poifs.property.TestDirectoryProperty Detail:
 public static  void main(String[] ignored_args) 
    main method to run the unit tests
 public  void testAddChild() throws IOException 
    Test addChild
 public  void testChangeName() throws IOException 
    Test changeName
 public  void testConstructor() throws IOException 
    Test constructing DirectoryProperty
 public  void testDeleteChild() throws IOException 
    Test deleteChild
 public  void testPreWrite() throws IOException 
    Test pre-write functionality
 public  void testReadingConstructor() throws IOException 
    Test reading constructor