public class CollectionSplitTest extends Object
| Constructor and Description |
|---|
CollectionSplitTest() |
@BeforeAll public static void storeSystemLocale()
@BeforeEach public void setSystemLocaleToValueNotGerman()
@AfterEach public void setSystemLocaleBackToDefault()
@Test
public void testGoodCollectionPrimitive()
throws IOException
Also incidentally tests:
CollectionIOException - Never@Test
public void testGoodCollectionDate()
throws IOException
IOException@Test
public void testGoodCollectionTypeList()
throws IOException
List.
Also incidentally tests:
IOException - Never@Test
public void testNullCollection()
throws IOException
IOException@Test
public void testGoodCollectionTypeSet()
throws IOException
IOException@Test
public void testGoodCollectionTypeSortedSet()
throws IOException
IOException@Test
public void testGoodCollectionTypeNavigableSet()
throws IOException
IOException@Test
public void testGoodCollectionTypeQueue()
throws IOException
IOException@Test
public void testGoodCollectionTypeDeque()
throws IOException
IOException@Test
public void testGoodCollectionTypeBag()
throws IOException
IOException@Test
public void testGoodCollectionTypeSortedBag()
throws IOException
IOException@Test
public void testGoodCollectionTypeNamedParametrized()
throws IOException
IOException@Test
public void testGoodCollectionTypeNamedUnparametrized()
throws IOException
IOException@Test public void testGoodEnums()
This includes:
@Test
public void testGoodCollectionHeaderMapping()
throws IOException
IOException@Test public void testGoodCollectionColumnMapping()
Also incidentally tests:
@Test public void testPrecedenceCustomAndCollectionConverter()
@Test public void testPrecedenceCollectionAndStandardConverter()
@Test public void testUnknownElementType()
@Test public void testNonCollectionBeanMember()
@Test public void testWrongCollectionTypeBeanMember()
@Test public void testWrongElementTypeBeanMember()
@Test public void testInterfaceAsCollectionTypeInAnnotation()
@Test public void testEmptySplitOn()
@Test public void testInvalidRegexAsSplitOn()
@Test public void testUnknownCollectionType()
@Test
public void testWriteHeaderNameStrategy()
throws com.opencsv.exceptions.CsvDataTypeMismatchException,
com.opencsv.exceptions.CsvRequiredFieldEmptyException
Also incidentally tests:
com.opencsv.exceptions.CsvDataTypeMismatchException - Nevercom.opencsv.exceptions.CsvRequiredFieldEmptyException - Never@Test
public void testWriteWithWriteDelimiter()
throws com.opencsv.exceptions.CsvDataTypeMismatchException,
com.opencsv.exceptions.CsvRequiredFieldEmptyException
Also incidentally tests:
ColumnPositionMappingStrategyColumnPositionMappingStrategynullcom.opencsv.exceptions.CsvDataTypeMismatchException - Nevercom.opencsv.exceptions.CsvRequiredFieldEmptyException - Never@Test
public void testWithSplitOn()
throws IOException
IOException@Test public void testRequiredNotPresentOnRead()
@Test
public void testRequiredNotPresentOnWrite()
throws com.opencsv.exceptions.CsvDataTypeMismatchException
com.opencsv.exceptions.CsvDataTypeMismatchException@Test
public void testCustomConverterByNameRead()
throws IOException
IOException@Test
public void testCustomConverterByPositionRead()
throws IOException
IOException@Test
public void testCustomConverterByNameWrite()
throws IOException,
com.opencsv.exceptions.CsvException
IOExceptioncom.opencsv.exceptions.CsvException@Test
public void testCustomConverterByPositionWrite()
throws IOException,
com.opencsv.exceptions.CsvException
IOExceptioncom.opencsv.exceptions.CsvException@Test
public void testBadCustomConverter()
throws IOException
IOException@Test public void testCaptureByNameInvalidRegex()
@Test public void testCaptureByPositionInvalidRegex()
@Test public void testCaptureByNameRegexWithoutCaptureGroup()
@Test public void testCaptureByPositionRegexWithoutCaptureGroup()
@Test public void testFormatByNameWriteInvalidFormatString()
@Test public void testFormatByPositionWriteInvalidFormatString()
Copyright © 2005–2025. All rights reserved.