📅  最后修改于: 2022-03-11 14:52:46.398000             🧑  作者: Mango
@Test
public void testReadAsStream2() throws IOException{
InputStream is = this.getClass().getResourceAsStream("/data01/users.csv");
assertNotNull(is);
}