poi/src/testcases/org/apache/poi/hssf/usermodel
Yegor Kozlov 294932abb8 merged with trunk r657726
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_1_BETA2@657731 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 06:35:30 +00:00
..
AllUserModelTests.java merged with trunk r657726 2008-05-19 06:35:30 +00:00
SanityChecker.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
TestBug42464.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestBug43093.java Move the FormulaEvaluator code out of scratchpad 2008-03-29 18:23:33 +00:00
TestBugs.java merged with trunk r657726 2008-05-19 06:35:30 +00:00
TestCellStyle.java Implement hashCode and equals for HSSFFont and HSSFCellStyle 2008-02-06 14:35:05 +00:00
TestCloneSheet.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
TestDataValidation.java To avoid confusion and repeated changes in svn, update the TestDataValidation test to output its file (that needs opening in excel to check to output) into the system tmp directory 2008-02-15 10:30:10 +00:00
TestEscherGraphics.java Some more updates to the records->usermodel support for hssf shapes. Still not enough there to be useful to pretty much anyone, but at least there's now a framework in place that people can use if they want to support more, and some tests 2008-01-15 16:31:29 +00:00
TestEscherGraphics2d.java Further enhancements to Font Metrics support, wrt fonts with bold/italic varients, such as dialog (plus tests) 2007-08-09 16:27:16 +00:00
TestFontDetails.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
TestFormulaEvaluatorBugs.java merged with trunk r657726 2008-05-19 06:35:30 +00:00
TestFormulaEvaluatorDocs.java Move the FormulaEvaluator code out of scratchpad 2008-03-29 18:23:33 +00:00
TestFormulas.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestHSSFCell.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestHSSFClientAnchor.java fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnchor.getAnchorHeightInPoints 2007-12-24 09:48:11 +00:00
TestHSSFComment.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestHSSFConditionalFormatting.java Conditional Formatting (30311) - API improvements, added HSSFSheetConditionalFormatting 2008-04-15 17:07:06 +00:00
TestHSSFDateUtil.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestHSSFHeaderFooter.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestHSSFHyperlink.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestHSSFPalette.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestHSSFPatriarch.java merged with trunk r653489 2008-05-05 14:20:39 +00:00
TestHSSFPicture.java merged with trunk r653489 2008-05-05 14:20:39 +00:00
TestHSSFPictureData.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestHSSFRichTextString.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
TestHSSFRow.java merged with trunk r657726 2008-05-19 06:35:30 +00:00
TestHSSFSheet.java merged with trunk r657726 2008-05-19 06:35:30 +00:00
TestHSSFSheetOrder.java Allow HSSFSheet to get at its parent workbook, and add HSSFWorkbook.getSheetIndex(HSSFSheet) 2007-09-24 12:57:38 +00:00
TestHSSFSheetSetOrder.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
TestHSSFTextbox.java Rich text in HSSFTextbox must have at least one format run. Make sure it is so and apply th default fopnt if no formats were applied. 2008-04-16 08:43:08 +00:00
TestHSSFWorkbook.java merged with trunk r657726 2008-05-19 06:35:30 +00:00
TestNamedRange.java merged with trunk r657726 2008-05-19 06:35:30 +00:00
TestOLE2Embeding.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestPOIFSProperties.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestReadWriteChart.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestSanityChecker.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
TestSheetHiding.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestSheetShiftRows.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestUnfixedBugs.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestUnicodeWorkbook.java Add standard licence header for src/testcases directory 2007-01-15 23:00:17 +00:00
TestUppercaseWorkbook.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00
TestWorkbook.java refactored all hssf junits to get test sample data in the in one place 2008-04-07 03:02:03 +00:00