aboutsummaryrefslogtreecommitdiffstats
path: root/src/excelant/testcases
Commit message (Collapse)AuthorAgeFilesLines
* Sonar fixesAndreas Beeker2021-01-107-7/+7
| | | | | | JUnit5 test classes and methods should have default package visibility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885340 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixesAndreas Beeker2021-01-097-17/+17
| | | | | | JUnit5 test classes and methods should have default package visibility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885319 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixesAndreas Beeker2021-01-098-49/+49
| | | | | | JUnit5 test classes and methods should have default package visibility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885300 13f79535-47bb-0310-9956-ffa450edef68
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-249-121/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884783 13f79535-47bb-0310-9956-ffa450edef68
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-171-6/+3
| | | | | | | Max supported Java version is currently Java 14 Fix the check failures git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880944 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-225-29/+27
| | | | | | | | | | | | | | | - use classpath-build for Java 8, otherwise use modulepath - save module-info classes to source, when using Java 9+ environment - rename example packages - otherwise package clashes occured in the tests - move agile encryption from ooxml to main. remove EncryptionInfo XmlBeans and schema and use custom xml marshalling - move ooxml test classes which reside in the same package as their tested main class - rename base test classes to "BaseTest..." - temporarily I've used a light version of the main test classes to test scratchpad / ooxml - build.xml - fixed the Rhino javascript errors of the dependency-macros - DrawTextParagraph - fixed StringIndexOutOfBounds when logging set to debug level - use JigSaw provider interface (= Java ServiceLoader), i.e. it wasn't possible (without openening everything), to access ooxml factory classes from main factory stub git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880164 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixesAndreas Beeker2019-12-301-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872092 13f79535-47bb-0310-9956-ffa450edef68
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-278-787/+519
| | | | | | | | get rid of references to junit.framework don't throw AssertionFailedErrors, but use Assert.fail instead add try-with-resources where it was missing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872041 13f79535-47bb-0310-9956-ffa450edef68
* replace some more StringBuffersPJ Fanning2019-11-211-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870096 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IDE warnings, Javadoc, useless asserts, ...Dominik Stadler2018-06-101-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833293 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary local variablesDominik Stadler2017-09-161-5/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808518 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary initialization of membersDominik Stadler2017-09-162-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808510 13f79535-47bb-0310-9956-ffa450edef68
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802110 13f79535-47bb-0310-9956-ffa450edef68
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-161-21/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795296 13f79535-47bb-0310-9956-ffa450edef68
* Let IntelliJ cleanup some code-warnings across the whole code-base: ↵Dominik Stadler2017-04-171-11/+11
| | | | | | unnecessary toString or semicolon git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791720 13f79535-47bb-0310-9956-ffa450edef68
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-082-723/+723
| | | | | | | | $ dos2unix `find -name *.java` $ svn propset svn:eol-style native `find -name *.java` git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782114 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ↵Javen O'Neal2016-10-193-0/+11
| | | | | | annotations git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765726 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, ↵Dominik Stadler2015-09-143-51/+64
| | | | | | always close resources, ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1703028 13f79535-47bb-0310-9956-ffa450edef68
* Update tests for ExcelAntWorkbookUtil, remove some unnecessary null-checks ↵Dominik Stadler2015-01-041-73/+208
| | | | | | that can never happen, fix setting failed state on error in evaluation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649311 13f79535-47bb-0310-9956-ffa450edef68
* Add unit tests for XSSFTextRun and TextPainter, slightly more tests for ↵Dominik Stadler2015-01-043-1/+154
| | | | | | XSSFSheet and enhance unit tests for XWPFParagraph and ExcelAntTest git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649309 13f79535-47bb-0310-9956-ffa450edef68
* Remove null-checks that can never be reachedDominik Stadler2014-05-292-0/+15
| | | | | | add test for ExcelAnt setString git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1598225 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some tests to not hardcode the 'test-data' directory. This breaks the ↵Dominik Stadler2014-02-157-25/+43
| | | | | | Sonar-maven build that I am working on locally git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568557 13f79535-47bb-0310-9956-ffa450edef68
* Add slightly more coverage for ExcelAntWorkbookUtilDominik Stadler2013-11-021-2/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538281 13f79535-47bb-0310-9956-ffa450edef68
* Adjust build.xml to run JaCoCo coverage when running unit tests whenDominik Stadler2013-08-042-4/+18
| | | | | | | | flag coverage.enabled is set to true, download necessary jars, add jacoco:coverage to junit targets and a testcoveragereport target which produces the coverage report. Also fix a test that is affected by JaCoCo and add slightly more coverage in another test. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1510243 13f79535-47bb-0310-9956-ffa450edef68
* optimized unused imports in poi-excelantYegor Kozlov2012-03-051-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1296981 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable bit from project filesYegor Kozlov2011-12-1012-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212745 13f79535-47bb-0310-9956-ffa450edef68
* renamed CalculateMortgage to CalculateMortgageFunction in test build script ↵Yegor Kozlov2011-07-231-1/+1
| | | | | | too to keep Gump happy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150085 13f79535-47bb-0310-9956-ffa450edef68
* renamed excelant test class to avoid collision with poi-examples when all ↵Yegor Kozlov2011-07-212-3/+5
| | | | | | classes compiled in the same directory, also removed duplicated log4j.properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149134 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of license headers, and tweak the rat settings so it runs cleanNick Burch2011-03-041-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077865 13f79535-47bb-0310-9956-ffa450edef68
* test Ant file with ExcelAnt targetsexcelantYegor Kozlov2011-02-191-0/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/excelant@1072260 13f79535-47bb-0310-9956-ffa450edef68
* initial import of ExcelAnt tasks, see Bugzilla 50610Yegor Kozlov2011-02-1812-0/+1346
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/excelant@1072119 13f79535-47bb-0310-9956-ffa450edef68