poi/src/testcases/org/apache/poi/hssf
Dominik Stadler d0513f2ca6 Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets.
Combine related unit-tests into Base-Test-Classes to run them for all types of Workbook/Sheet/...

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737237 13f79535-47bb-0310-9956-ffa450edef68
2016-03-31 13:32:05 +00:00
..
dev fix eclipse warnings 2016-03-21 00:14:21 +00:00
eventmodel Add some @Overrides suggested by Eclipse, generics and some warnings, 2013-12-26 09:38:48 +00:00
eventusermodel Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage, we had some unit tests failing sporadically due to this 2015-09-22 19:50:37 +00:00
extractor Findbugs fixes 2016-03-12 11:37:12 +00:00
model fix eclipse warnings 2016-03-21 00:14:21 +00:00
record bug 58043: provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation(). Also adjust JavaDoc to mention the remaining things to note 2016-01-03 13:28:17 +00:00
usermodel Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 2016-03-31 13:32:05 +00:00
util convert junit3 to junit4 2015-11-23 10:26:06 +00:00
HSSFITestDataProvider.java move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDataProvider.trackColumnsForAutosizing(Sheet, int...) with ITestDataProvider.trackAllColumnsForAutosizing(Sheet) to avoid cluttering unit tests with specific columns that will be autosized 2016-02-18 04:05:45 +00:00
HSSFTestDataSamples.java whitespace 2015-12-29 07:38:31 +00:00
HSSFTests.java Bug 35897 - Password protected files 2014-01-10 23:14:03 +00:00