public class CSVReaderWithValidatorsTest extends Object
| Constructor and Description |
|---|
CSVReaderWithValidatorsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
readerWithLineValidatorExceptionContainsLineNumber() |
void |
readerWithLineValidatorWithBadFirstString() |
void |
readerWithLineValidatorWithBadString() |
void |
readerWithLineValidatorWithValidString() |
void |
readerWithRowValidatorExceptionContainsLineNumber() |
void |
readerWithRowValidatorWithBadRow() |
void |
setup() |
@BeforeEach public void setup()
@DisplayName(value="CSVReader with LineValidator with good string")
@Test
public void readerWithLineValidatorWithValidString()
throws IOException,
com.opencsv.exceptions.CsvException
IOExceptioncom.opencsv.exceptions.CsvException@DisplayName(value="CSVReader with LineValidator with bad string") @Test public void readerWithLineValidatorWithBadString()
@DisplayName(value="CSVReader with LineValidator with bad first string") @Test public void readerWithLineValidatorWithBadFirstString()
@DisplayName(value="CSVReader populates line number of exception thrown by LineValidatorAggregator") @Test public void readerWithLineValidatorExceptionContainsLineNumber()
@DisplayName(value="CSVReader with RowValidator with bad row") @Test public void readerWithRowValidatorWithBadRow()
@DisplayName(value="CSVReader populates line number of exception thrown by RowValidatorAggregator") @Test public void readerWithRowValidatorExceptionContainsLineNumber()
Copyright © 2005–2025. All rights reserved.