Package net.thucydides.core.csv

Support for loading test data from CSV files for data-driven tests.
  • Class Summary
    Class Description
    FieldName
    Utility class to convert CSV headings to valid JavaBean property names.
    InstanceBuilder
    Helper class for finding and invoking constructors.
  • Exception Summary
    Exception Description
    FailedToInitializeTestData
    Error that occurs if the test data could not be instanciated for some reason.