protected void setCellFormula_onASingleCellArrayFormulaCell_preservesTheValue() {
}
- @Disabled
- protected void setCellFormula_isExceptionSafe_onBlankCell() {
- }
-
+ @Override
@Disabled
protected void setCellType_FORMULA_onAnArrayFormulaCell_doesNothing() {
}
super(SXSSFITestDataProvider.instance);
}
- void testSharedFormulas() throws IOException {
+
+ @Override
+ @Disabled
+ protected void testSharedFormulas() throws IOException {
/* not implemented */
}
}
@Test
- void setCellType_FORMULA_onAnArrayFormulaCell_doesNothing() throws IOException {
+ protected void setCellType_FORMULA_onAnArrayFormulaCell_doesNothing() throws IOException {
try (Workbook wb = _testDataProvider.createWorkbook()) {
Cell cell = getInstance(wb);
cell.getSheet().setArrayFormula("3", CellRangeAddress.valueOf("A1:A2"));
}
@Test
- void testSharedFormulas() throws IOException {
+ protected void testSharedFormulas() throws IOException {
String fileName = "shared_formulas.xls" + (getClass().getName().contains("xssf") ? "x" : "");
try (Workbook wb = _testDataProvider.openSampleWorkbook(fileName)) {