summaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* rename drawBorders(..., short color, ...) to drawColoredBorders to make it ob...ss_border_property_templateJaven O'Neal2016-06-131-17/+16
* test copy constructor: make changes to same range: this is a better test for ...Javen O'Neal2016-06-131-12/+10
* add copy constructorJaven O'Neal2016-06-131-0/+32
* move colors in TestBorderPropertyTemplate to testclass constantsJaven O'Neal2016-06-131-40/+35
* remove public convenience methods that let the user avoid creating a CellAddr...Javen O'Neal2016-06-121-11/+17
* use CellAddress in unit tests where possible to improve readabilityJaven O'Neal2016-06-121-224/+251
* make these classes more discoverable/searchable using more specific namesJaven O'Neal2016-06-111-80/+80
* replace usage of all deprecated CellStyle.BORDER_* constants with BorderStyle.*Javen O'Neal2016-06-111-57/+66
* continue simplifying using helper functionsJaven O'Neal2016-06-111-139/+153
* continue simplifying using helper functionsJaven O'Neal2016-06-111-103/+111
* add helper functions for verifying template properties were set correctlyJaven O'Neal2016-06-111-10/+25
* whitespace (unwrap lines)Javen O'Neal2016-06-111-470/+224
* shorten PropertyTemplate.Extent to ExtentJaven O'Neal2016-06-111-54/+54
* +props svn:eol-style=nativeJaven O'Neal2016-06-111-910/+910
* bug 58787: add PropertyTemplate, unit test, and example from Mark MurphyJaven O'Neal2016-06-111-0/+910
* add crude unit tests for UDFFinder classesJaven O'Neal2016-06-113-0/+118
* bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle...Javen O'Neal2016-06-101-0/+13
* fix spelling errorJaven O'Neal2016-06-101-2/+2
* ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4Javen O'Neal2016-06-101-1/+1
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-135/+135
* bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex a...Javen O'Neal2016-06-103-6/+6
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-166/+166
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-1339/+1339
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured...Javen O'Neal2016-06-103-7/+7
* Add XSSF support to ForkedEvaluatorAndreas Beeker2016-06-071-11/+16
* bug 59638: patch from Axel Howind, support non-comma number grouping separato...Javen O'Neal2016-06-071-0/+19
* Fix test-failure in Maven builds that I introduced by manually deleting the t...Dominik Stadler2016-06-051-0/+8
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-021-18/+11
* Try to reproduce bug 57798 but it seems to be fixed in the meantimeDominik Stadler2016-06-021-0/+43
* The changes for using AccessController/SecurityManager also added a log which...Dominik Stadler2016-06-012-24/+32
* Remove the created temporary directory after the test againDominik Stadler2016-05-291-3/+6
* fix junit4Andreas Beeker2016-05-211-13/+10
* findbugs fixesAndreas Beeker2016-05-201-29/+27
* Move reflection-equals to POITestCaseAndreas Beeker2016-05-161-0/+52
* #54570 - InvalidFormatException because of Absolute URI forbiddenAndreas Beeker2016-05-161-63/+40
* #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of E...Andreas Beeker2016-05-1611-133/+266
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-091-0/+34
* fix BasteTestCellComment#attemptToSave2CommentsWithSameCoordinates to work wi...Javen O'Neal2016-05-091-5/+11
* add disabled unit test for bug 59393 from stoneJaven O'Neal2016-05-091-0/+44
* move TestHSSFComment#attemptToSave2CommentsWithSameCoordinates down to BaseTe...Javen O'Neal2016-05-092-19/+18
* merge TestComment into TestHSSFCommentJaven O'Neal2016-05-093-310/+288
* convert TestCellUtil to BaseTestCellUtil so that it can be tested with differ...Javen O'Neal2016-05-092-11/+43
* Close file-handles in tests as well to avoid noise when running file-leak-det...Dominik Stadler2016-05-051-17/+22
* add unit test for StringUtil#joinJaven O'Neal2016-04-171-0/+8
* restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb...Javen O'Neal2016-04-175-29/+20
* upgrade TestPaletteRecord to junit4Javen O'Neal2016-04-172-11/+13
* bug 58896: write autoSizeColumn timing to POILogger instead of standard outputJaven O'Neal2016-04-171-9/+23
* revert r1739548 and r1739550. I could not figure out how to add BaseTestXWork...Javen O'Neal2016-04-175-20/+29
* consolidate duplicates between TestXSSF* and TestSXSSF*Javen O'Neal2016-04-175-24/+15
* add junit test classes for combined testing of XML-specific functionality of ...Javen O'Neal2016-04-173-5/+5