Class CsvSourceHandler

  • All Implemented Interfaces:
    ParameterExtractionHandler

    public class CsvSourceHandler
    extends AbstractParameterExtractionHandler
    Parameter extraction handler for @CsvSource annotated parameterized tests. Supports extraction of CSV values with configurable delimiters, null representations, and quote characters. Provides automatic type conversion for parsed values.