aboutsummaryrefslogtreecommitdiffstats
path: root/src/excelant/testcases
Commit message (Expand)AuthorAgeFilesLines
* Sonar fixesAndreas Beeker2021-01-107-7/+7
* Sonar fixesAndreas Beeker2021-01-097-17/+17
* Sonar fixesAndreas Beeker2021-01-098-49/+49
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-249-121/+90
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-171-6/+3
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-225-29/+27
* Sonar fixesAndreas Beeker2019-12-301-0/+2
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-278-787/+519
* replace some more StringBuffersPJ Fanning2019-11-211-14/+14
* Fix some IDE warnings, Javadoc, useless asserts, ...Dominik Stadler2018-06-101-6/+2
* Remove unnecessary local variablesDominik Stadler2017-09-161-5/+2
* Remove unnecessary initialization of membersDominik Stadler2017-09-162-4/+4
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-3/+3
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-161-21/+10
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-11/+11
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-082-723/+723
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-193-0/+11
* Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, alwa...Dominik Stadler2015-09-143-51/+64
* Update tests for ExcelAntWorkbookUtil, remove some unnecessary null-checks th...Dominik Stadler2015-01-041-73/+208
* Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS...Dominik Stadler2015-01-043-1/+154
* Remove null-checks that can never be reachedDominik Stadler2014-05-292-0/+15
* Adjust some tests to not hardcode the 'test-data' directory. This breaks the ...Dominik Stadler2014-02-157-25/+43
* Add slightly more coverage for ExcelAntWorkbookUtilDominik Stadler2013-11-021-2/+62
* Adjust build.xml to run JaCoCo coverage when running unit tests whenDominik Stadler2013-08-042-4/+18
* optimized unused imports in poi-excelantYegor Kozlov2012-03-051-1/+0
* removed svn:executable bit from project filesYegor Kozlov2011-12-1012-0/+0
* renamed CalculateMortgage to CalculateMortgageFunction in test build script t...Yegor Kozlov2011-07-231-1/+1
* renamed excelant test class to avoid collision with poi-examples when all cla...Yegor Kozlov2011-07-212-3/+5
* Fix a couple of license headers, and tweak the rat settings so it runs cleanNick Burch2011-03-041-0/+18
* test Ant file with ExcelAnt targetsexcelantYegor Kozlov2011-02-191-0/+120
* initial import of ExcelAnt tasks, see Bugzilla 50610Yegor Kozlov2011-02-1812-0/+1346