Closed GoogleCodeExporter closed 8 years ago
RTFTests :-)
@Test
@FileParameters(value = "classpath:with_header.csv", mapper =
CsvWithHeaderMapper.class)
public void csvWithHeader(int id, String name) {
assertTrue(id > 0);
}
---
ID,NAME
1,first
2,second
Original comment by lipinski...@gmail.com
on 7 Jun 2013 at 4:07
That's great, thanks. Nice and simple !
Original comment by colm.har...@gmail.com
on 10 Jun 2013 at 9:03
Original issue reported on code.google.com by
colm.har...@gmail.com
on 1 May 2013 at 4:01