public class HeaderColumnNameMappingStrategyTest extends Object
| Constructor and Description |
|---|
HeaderColumnNameMappingStrategyTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setSystemLocaleBackToDefault() |
void |
setUp() |
static void |
storeSystemLocale() |
void |
testParse() |
void |
testParseWithEmptyField() |
void |
testParseWithSpacesInHeader() |
void |
testQuotedString() |
void |
throwsIllegalStateExceptionIfTypeNotSetBeforeGenerateHeaders() |
void |
throwsIllegalStateExceptionIfTypeNotSetBeforeParse() |
void |
verifyColumnNames() |
@BeforeAll public static void storeSystemLocale()
@AfterEach public void setSystemLocaleBackToDefault()
@BeforeEach public void setUp()
@Test public void testParse()
@Test public void testParseWithEmptyField()
@Test public void testQuotedString()
@Test public void testParseWithSpacesInHeader()
@Test
public void verifyColumnNames()
throws IOException,
com.opencsv.exceptions.CsvRequiredFieldEmptyException
IOExceptioncom.opencsv.exceptions.CsvRequiredFieldEmptyException@Test public void throwsIllegalStateExceptionIfTypeNotSetBeforeParse()
@Test public void throwsIllegalStateExceptionIfTypeNotSetBeforeGenerateHeaders()
Copyright © 2005–2025. All rights reserved.