| |
|
| org.apache.poi.hpsf.basic.TestBasic
TestBasic | public class TestBasic extends TestCase (Code) | | Tests the basic HPSF functionality.
author: Rainer Klute (klute@rainer-klute.de) since: 2002-07-20 version: $Id: TestBasic.java 489730 2006-12-22 19:18:16Z bayard $ |
BYTE_ORDER | final static int BYTE_ORDER(Code) | | |
CLASS_ID | final static byte[] CLASS_ID(Code) | | |
FORMAT | final static int FORMAT(Code) | | |
IS_DOCUMENT_SUMMARY_INFORMATION | final static boolean[] IS_DOCUMENT_SUMMARY_INFORMATION(Code) | | |
IS_SUMMARY_INFORMATION | final static boolean[] IS_SUMMARY_INFORMATION(Code) | | |
OS_VERSION | final static int OS_VERSION(Code) | | |
SECTION_COUNT | final static int[] SECTION_COUNT(Code) | | |
TestBasic | public TestBasic(String name)(Code) | | Test case constructor.
Parameters: name - The test case's name. |
main | public static void main(String[] args) throws Throwable(Code) | | Runs the test cases stand-alone.
Parameters: args - Command-line arguments (ignored) exception: Throwable - if any sort of exception or error occurs |
testReadAllFiles | public void testReadAllFiles()(Code) | | This test methods reads all property set streams from all POI
filesystems in the "data" directory.
|
testReadFiles | public void testReadFiles()(Code) | | Checks the names of the files in the POI filesystem. They
are expected to be in a certain order.
|
|
|
|