poi/src/testcases/org/apache/poi/hssf/usermodel
Javen O'Neal 3cbf4740b1 Use assertContains instead of assertTrue(text.contains) for better error messages on failure
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1792007 13f79535-47bb-0310-9956-ffa450edef68
2017-04-19 23:51:03 +00:00
..
AllUserModelTests.java merge TestComment into TestHSSFComment 2016-05-09 03:27:32 +00:00
FormulaExtractor.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:47:37 +00:00
HSSFEvaluationTestHelper.java Merged revisions 703063 via svnmerge from 2008-10-09 07:20:46 +00:00
HSSFTestHelper.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
RecordInspector.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00
SanityChecker.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00
StreamUtility.java Fix usage of Generics in some classes 2015-04-20 19:15:21 +00:00
TestBug42464.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
TestBugs.java Use assertContains instead of assertTrue(text.contains) for better error messages on failure 2017-04-19 23:51:03 +00:00
TestCellStyle.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 2017-04-17 20:13:52 +00:00
TestCloneSheet.java Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 2016-03-31 13:32:05 +00:00
TestCryptoAPI.java add encryption support 2016-08-19 20:23:16 +00:00
TestDataValidation.java fix eclipse warning - mostly generics cosmetics 2015-09-12 18:45:07 +00:00
TestEmbeddedObjects.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
TestEscherGraphics.java - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
TestEscherGraphics2d.java - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
TestExternalReferenceChange.java bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 2016-07-04 12:21:42 +00:00
TestFontDetails.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestFormulaEvaluatorBugs.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 2017-04-17 20:13:52 +00:00
TestFormulaEvaluatorDocs.java eclipse warnings - raw list access 2016-12-13 00:31:23 +00:00
TestFormulas.java fix eclipse warnings - close resources 2017-01-23 00:31:27 +00:00
TestHSSFCell.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
TestHSSFClientAnchor.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestHSSFComment.java fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
TestHSSFConditionalFormatting.java Pull up one more test into BaseTestConditionalFormatting 2016-11-07 21:32:18 +00:00
TestHSSFDataFormat.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestHSSFDataFormatter.java Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... 2016-07-17 21:18:07 +00:00
TestHSSFDateUtil.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-19 22:28:07 +00:00
TestHSSFExternalFunctions.java fix eclipse warnings 2016-03-21 00:14:21 +00:00
TestHSSFFont.java extended forbidden-apis-check to ooxml-tests 2015-11-05 00:15:51 +00:00
TestHSSFFormulaEvaluator.java merge trunk to branch 2016-09-19 00:20:44 +00:00
TestHSSFHeaderFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
TestHSSFHyperlink.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
TestHSSFName.java Bug 56930: Add Workbook.getNames() to allow to query for names that appear multiple times 2016-03-13 21:30:38 +00:00
TestHSSFOptimiser.java merge trunk to branch 2016-09-19 00:20:44 +00:00
TestHSSFPalette.java #59836 - Tracker: Replace primitives with enums 2017-01-22 22:01:22 +00:00
TestHSSFPatriarch.java bug 58636: upgrade anchor types from int to AnchorType enum 2015-11-25 07:16:43 +00:00
TestHSSFPicture.java Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lines in XSSFSheet.getColumnWidthInPixels() 2014-12-16 10:40:02 +00:00
TestHSSFPictureData.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestHSSFRichTextString.java Fixed compiler warnings - unnecessary throws declaration 2009-08-18 19:49:28 +00:00
TestHSSFRow.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestHSSFSheet.java Move test to base-test-class to run it for (S)XSSF as well 2017-01-26 19:58:52 +00:00
TestHSSFSheetAutosizeColumn.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:47:37 +00:00
TestHSSFSheetShiftRows.java Clean-up in BaseTestSheetShiftRows and subclasses. 2009-12-26 00:25:59 +00:00
TestHSSFSheetUpdateArrayFormulas.java sonar fixes and closing resources after use 2015-10-06 00:04:12 +00:00
TestHSSFTextbox.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
TestHSSFWorkbook.java bug 55075,51233: create drawings with correct height when rows are custom height 2016-10-09 10:02:36 +00:00
TestNonStandardWorkbookStreamNames.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00
TestOLE2Embeding.java bug 58636: upgrade anchor types from int to AnchorType enum 2015-11-25 07:16:43 +00:00
TestPOIFSProperties.java fix eclipse warnings - close resources 2017-01-23 00:31:27 +00:00
TestPatriarch.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
TestPolygon.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
TestReadWriteChart.java Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 2015-09-07 20:19:50 +00:00
TestRowStyle.java merge trunk to branch 2016-09-19 00:20:44 +00:00
TestSanityChecker.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestShapeGroup.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
TestSheetHiding.java fix eclipse warnings 2016-03-21 00:14:21 +00:00
TestText.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
TestUnfixedBugs.java extended forbidden-apis-check to ooxml-tests 2015-11-05 00:15:51 +00:00
TestUnicodeWorkbook.java Fixed compiler warnings - unnecessary throws declaration 2009-08-18 19:49:28 +00:00
TestWorkbook.java Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 2016-10-20 02:21:14 +00:00