mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
Add Junit Test
This commit is contained in:
parent
bffd1d204c
commit
8cf841a67c
@ -245,7 +245,8 @@ public class ExcelReadTest {
|
||||
Assert.assertEquals("", objects.get(2));
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test(expected = NullPointerException.class)
|
||||
@Ignore
|
||||
public void readColumnNPETest() {
|
||||
ExcelReader reader = ExcelUtil.getReader(ResourceUtil.getStream("read_row_npe.xlsx"));
|
||||
reader.readColumn(0, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user