poi/src/testcases/org/apache/poi/ss/usermodel
Dominik Stadler 37b53744c0 Move test to base-test-class to run it for (S)XSSF as well
Also had to increase the numbers a bit as it fails locally for me otherwise

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780454 13f79535-47bb-0310-9956-ffa450edef68
2017-01-26 19:58:52 +00:00
..
charts more progress with xssf chart api, see Bug 51196 2011-09-10 19:00:47 +00:00
BaseTestBorderStyle.java bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier 2016-09-14 05:22:23 +00:00
BaseTestBugzillaIssues.java fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
BaseTestCell.java fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
BaseTestCellComment.java fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
BaseTestCloneSheet.java 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
BaseTestConditionalFormatting.java Pull up one more test into BaseTestConditionalFormatting 2016-11-07 21:32:18 +00:00
BaseTestDataFormat.java eclipse warning fixes 2016-03-18 23:12:28 +00:00
BaseTestDataValidation.java bug 59264,59833,59837: upgrade deprecated methods in examples and testcases 2016-07-17 11:43:50 +00:00
BaseTestFont.java extended forbidden-apis-check to ooxml-tests 2015-11-05 00:15:51 +00:00
BaseTestFormulaEvaluator.java move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code 2016-09-14 07:53:58 +00:00
BaseTestHyperlink.java bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 2016-07-17 09:42:13 +00:00
BaseTestNamedRange.java bug 60260: parse unicode sheet names 2017-01-12 10:39:26 +00:00
BaseTestPicture.java fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
BaseTestRow.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
BaseTestSheet.java Move test to base-test-class to run it for (S)XSSF as well 2017-01-26 19:58:52 +00:00
BaseTestSheetAutosizeColumn.java bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 2016-07-04 12:21:42 +00:00
BaseTestSheetHiding.java remove unused imports 2017-01-20 05:04:57 +00:00
BaseTestSheetShiftRows.java replace @Ignore with POITestCase.skipTest/testPassesNow 2016-09-21 05:32:26 +00:00
BaseTestSheetUpdateArrayFormulas.java Compiler/IDE warnings, unnecessary keywords, 2016-09-21 05:45:57 +00:00
BaseTestWorkbook.java fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
TestDataFormatter.java Bug 60031: Enhance test some more 2017-01-26 19:58:18 +00:00
TestDateUtil.java Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 2015-09-07 20:19:50 +00:00
TestExcelStyleDateFormatter.java Bug 60369: Adjust pattern to better handle non-ASCII characters in Month-names which can appear since Java 8 2016-12-30 22:11:55 +00:00
TestFractionFormat.java deprecated constants pointing to MissingCellPolicy - use enum instead 2016-06-24 23:31:12 +00:00
TestHSSFBorderStyle.java bug 59264: use BorderStyle for changing Cell border line style 2016-04-05 20:28:46 +00:00
TestIndexedColors.java bug 59340: lookup IndexedColors by index 2016-04-17 03:39:21 +00:00