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