| |
|
| org.apache.poi.poifs.filesystem.TestDirectoryNode
TestDirectoryNode | public class TestDirectoryNode extends TestCase (Code) | | Class to test DirectoryNode functionality
author: Marc Johnson |
TestDirectoryNode | public TestDirectoryNode(String name)(Code) | | Constructor TestDirectoryNode
Parameters: name - |
main | public static void main(String[] ignored_args)(Code) | | main method to run the unit tests
Parameters: ignored_args - |
testEmptyConstructor | public void testEmptyConstructor() throws IOException(Code) | | test trivial constructor (a DirectoryNode with no children)
exception: IOException - |
testNonEmptyConstructor | public void testNonEmptyConstructor() throws IOException(Code) | | test non-trivial constructor (a DirectoryNode with children)
exception: IOException - |
|
|
|