]> source.dussan.org Git - poi.git/commit
Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFSheet...
authorDominik Stadler <centic@apache.org>
Sun, 4 Jan 2015 10:23:01 +0000 (10:23 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 4 Jan 2015 10:23:01 +0000 (10:23 +0000)
commite8317cea561b8b0ba7760579980ccc42a840adae
tree0fb7fad402d12f5f7b2f0c73c0f27782a2106139
parent3329608dd0911b687926674f6f519bd7fa4b9267
Add unit tests for XSSFTextRun and TextPainter, slightly more tests for 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
src/excelant/testcases/org/apache/poi/ss/excelant/MockExcelAntWorkbookHandler.java [new file with mode: 0644]
src/excelant/testcases/org/apache/poi/ss/excelant/TestBuildFile.java
src/excelant/testcases/org/apache/poi/ss/excelant/tests.xml
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheet.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTextRun.java [new file with mode: 0644]
src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFParagraph.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TextPainterTest.java [new file with mode: 0644]