aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/POITestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Sonar fixesAndreas Beeker2021-01-091-3/+3
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-21/+11
* Update library versionsAndreas Beeker2020-08-181-1/+1
* Deactivate Forbidden apis check againAndreas Beeker2020-01-221-0/+2
* Sonar fixesAndreas Beeker2020-01-211-37/+11
* Sonar fixesAndreas Beeker2019-12-301-74/+26
* Fix some warnings in unit testsDominik Stadler2017-09-161-1/+0
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets.Javen O'Neal2017-04-291-0/+9
* roll back to hamcrest-coreJaven O'Neal2017-04-161-8/+9
* change from hamcrest-core-1.3 to hamcrest-all-1.3Javen O'Neal2017-04-151-8/+20
* use hamcrest matchers to reduce custom codeJaven O'Neal2017-04-151-40/+12
* use assertStartsWith and assertEndsWith for better unit test error messagesJaven O'Neal2017-04-151-3/+38
* fix assert message typoJaven O'Neal2017-01-201-4/+4
* fix copy-paste typo in unit test found by Andrzej WiteckiJaven O'Neal2017-01-201-0/+13
* add unit tests for MAPIMessage.get*Body()Javen O'Neal2017-01-051-0/+8
* add fixturing for notifying us when a previously failing unit test passes (be...Javen O'Neal2016-09-211-0/+59
* add (meta) unit test for POITestCaseJaven O'Neal2016-08-151-0/+16
* Move reflection-equals to POITestCaseAndreas Beeker2016-05-161-0/+52
* #54570 - InvalidFormatException because of Absolute URI forbiddenAndreas Beeker2016-05-161-63/+40
* bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...Javen O'Neal2016-04-111-0/+12
* Add security checkUwe Schindler2015-11-111-0/+2
* Fix remaining security manager problems. Forbiddenapis now passes.Uwe Schindler2015-11-111-2/+2
* #58597: Fix tests to not do setAccessible(), add some doPrivileged, too.Uwe Schindler2015-11-111-0/+48
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-111-18/+4
* NPE fix for text extraction from MSG files with only a short nameNick Burch2015-08-051-0/+6
* More NPOIFS ministream testsNick Burch2015-06-301-0/+15
* New parent test class, which includes the common assertContains patternNick Burch2013-06-261-0/+63