public class HeaderColumnNameTranslateMappingStrategyTest extends Object
| Constructor and Description |
|---|
HeaderColumnNameTranslateMappingStrategyTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
columnNameMappingShouldBeCaseInsensitive() |
void |
getColumnNameReturnsNullIfColumnNumberIsTooLarge() |
void |
onlyConvertWhatIsInTheMap() |
void |
testParse() |
void |
testParseWithSubset() |
void |
testParseWithSubsetSetType() |
public HeaderColumnNameTranslateMappingStrategyTest()
@Test public void testParse()
@Test @DisplayName(value="parse the csv file with only a subset of columns and fields. Type set with builder.") public void testParseWithSubset()
@Test @DisplayName(value="parse the csv file with only a subset of columns and fields. Type set with setType.") public void testParseWithSubsetSetType()
@Test @DisplayName(value="Show that even if there are column field name matches they will not be populated if not in the name translate map.") public void onlyConvertWhatIsInTheMap()
@Test public void getColumnNameReturnsNullIfColumnNumberIsTooLarge()
@Test public void columnNameMappingShouldBeCaseInsensitive()
Copyright © 2005–2025. All rights reserved.