Package net.thucydides.core.csv

Package class diagram package net.thucydides.core.csv
Support for loading test data from CSV files for data-driven tests.

See:
          Description

Interface Summary
TestDataSource A set of test data used in parameterized web tests.
 

Class Summary
CSVTestDataSource Test data from a CSV file.
FieldName Utility class to convert CSV headings to valid JavaBean property names.
InstanceBuilder Helper class for finding and invoking constructors.
 

Exception Summary
FailedToInitializeTestData Error that occurs if the test data could not be instanciated for some reason.
 

Package net.thucydides.core.csv Description

Support for loading test data from CSV files for data-driven tests.



Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.