poi/src/testcases/org/apache/poi/poifs/filesystem
Nick Burch fc31afbb86 Use long for the dummy stream, to permit >2gb streams
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782470 13f79535-47bb-0310-9956-ffa450edef68
2017-02-10 13:51:33 +00:00
..
AllPOIFSFileSystemTests.java More helpful exception message if POIFS is given a raw XML file (eg an Office 2003 XML file), plus tests 2016-03-09 10:57:52 +00:00
ReaderWriter.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00
SlowInputStream.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00
TestDirectoryNode.java Eclipse warnings, code formatting, missing @Overrides, Javadoc, missing close(), ... 2015-08-20 14:28:39 +00:00
TestDocument.java reorganize imports (remove unused imports, sort alphabetically) 2016-07-04 10:38:25 +00:00
TestDocumentDescriptor.java Removed static void main(String[]) methods from junit classes. Other minor clean-up. 2009-06-12 21:53:17 +00:00
TestDocumentInputStream.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestDocumentNode.java #56791 More updates from OPOIFS to NPOIFS 2015-05-11 18:15:03 +00:00
TestDocumentOutputStream.java fix eclipse warnings / close resources in tests 2017-01-16 01:18:46 +00:00
TestEmptyDocument.java eclipse warnings - raw list access 2016-12-13 00:31:23 +00:00
TestEntryUtils.java fix eclipse warnings - close resources 2017-01-23 00:31:27 +00:00
TestFileSystemBugs.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestFilteringDirectoryNode.java Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and allows certain parts to be ignored 2011-11-28 16:44:16 +00:00
TestNPOIFSFileSystem.java Use long for the dummy stream, to permit >2gb streams 2017-02-10 13:51:33 +00:00
TestNPOIFSMiniStore.java More forbidden apis fixes (added main-tests to the check) 2015-09-11 00:56:16 +00:00
TestNPOIFSStream.java Put the properties table at block 0, with the first BAT at block 1, to hopefully solve #58061 2015-06-28 18:53:21 +00:00
TestOfficeXMLException.java More helpful exception message if POIFS is given a raw XML file (eg an Office 2003 XML file), plus tests 2016-03-09 10:57:52 +00:00
TestOle10Native.java add length sanity check for length of embedded OLE10Native (BUG 60256) 2016-10-14 14:57:29 +00:00
TestPOIFSDocumentPath.java Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fix some other compiler warnings 2016-09-28 08:44:14 +00:00
TestPOIFSFileSystem.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00
TestPropertySorter.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00