You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/test/java/org/apache/dolphinscheduler/plugin/alert/email/ExcelUtilsTest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public class ExcelUtilsTest {
41
41
privateStringxlsFilePath;
42
42
43
43
@BeforeEach
44
-
publicvoidsetUp()throwsException {
44
+
voidsetUp() {
45
45
xlsFilePath = testFolder.toString();
46
46
}
47
47
@@ -84,7 +84,7 @@ public void testGenExcelFileByCheckDir() {
84
84
Assertions.assertFalse(file.exists());
85
85
}
86
86
@Test
87
-
publicvoidtestSetCellValueWithSplit_NoSplit() {
87
+
voidtestSetCellValueWithSplit_NoSplit() {
88
88
Rowrow;
89
89
CellStylecellStyle;
90
90
try (SXSSFWorkbookwb = newSXSSFWorkbook()) {
@@ -103,7 +103,7 @@ public void testSetCellValueWithSplit_NoSplit() {
103
103
}
104
104
105
105
@Test
106
-
publicvoidtestSetCellValueWithSplit_Split() {
106
+
voidtestSetCellValueWithSplit_Split() {
107
107
Rowrow;
108
108
CellStylecellStyle;
109
109
try (SXSSFWorkbookwb = newSXSSFWorkbook()) {
@@ -129,7 +129,7 @@ public void testSetCellValueWithSplit_Split() {
0 commit comments