public class BeanFieldValidatorTest extends Object
| Constructor and Description |
|---|
BeanFieldValidatorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
badName() |
void |
testGoodString() |
void |
testValidatorWithParameter(String idString,
boolean valid) |
public static String HEADER
@Test @DisplayName(value="Simple test to show defaults work the way I think they do.") public void testGoodString()
@Test @DisplayName(value="Will fail because of name") public void badName()
@DisplayName(value="RowValidatorAggregator isValid") @ParameterizedTest @MethodSource(value="createIsValidArguments") public void testValidatorWithParameter(String idString, boolean valid)
Copyright © 2005–2025. All rights reserved.