pjfanning commented on code in PR #1031:
URL: https://github.com/apache/poi/pull/1031#discussion_r2924037082
##########
poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFRow.java:
##########
@@ -500,4 +500,86 @@ private void writeToFile(Workbook wb) throws IOException {
wb.write(fileOut);
}
}
+
+ @Test
+ void testSetRowStylePropagatedToCells() throws IOException {
Review Comment:
keep the private methods at the bottom - move this up to where the tests are
use try with resources to close the workbook - there are some tests in this
class that do that
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]