public class RowValidatorAggregatorTest extends Object
| Constructor and Description |
|---|
RowValidatorAggregatorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
lineIsValid(String[] row,
boolean valid) |
void |
lineValidate(String[] row,
boolean columnCountValid,
boolean firstElementValid,
boolean secondElementValid) |
void |
setup() |
void |
shortCircuitIfNoValidators() |
@BeforeEach public void setup()
@DisplayName(value="RowValidatorAggregator isValid") @ParameterizedTest @MethodSource(value="createIsValidArguments") public void lineIsValid(String[] row, boolean valid)
@DisplayName(value="RowValidatorAggregator validate") @ParameterizedTest @MethodSource(value="createValidateArguments") public void lineValidate(String[] row, boolean columnCountValid, boolean firstElementValid, boolean secondElementValid)
@DisplayName(value="Short circuit if there are no validators present.")
@Test
public void shortCircuitIfNoValidators()
throws com.opencsv.exceptions.CsvValidationException
com.opencsv.exceptions.CsvValidationExceptionCopyright © 2005–2025. All rights reserved.