]> source.dussan.org Git - poi.git/commit
Some testing related stuff. The first shot at a sanity tester for XLS record structu...
authorGlen Stampoultzis <glens@apache.org>
Mon, 29 Apr 2002 11:10:29 +0000 (11:10 +0000)
committerGlen Stampoultzis <glens@apache.org>
Mon, 29 Apr 2002 11:10:29 +0000 (11:10 +0000)
commit2184c36b2171cbf65b459c34e43f04932ba059a7
tree4fd408f04841ba7d91a09f5be2de012f3ed9902c
parent0de0fd24a0127d6cae9a7d6caca8ff1caef42984
Some testing related stuff.  The first shot at a sanity tester for XLS record structure.  Needs heaps more checks but it's a start.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352558 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/model/Workbook.java
src/java/org/apache/poi/hssf/util/HSSFColor.java
src/testcases/org/apache/poi/hssf/usermodel/SanityChecker.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java
src/testcases/org/apache/poi/hssf/usermodel/TestWorkbook.java