VuFind API Documentation

ImporterConfigTest extends TestCase
in package

CSV Importer Configuration Test Class

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

testColumnConfigurationMerging()  : void
Test column configuration merging behavior.
testColumnFieldConfiguration()  : void
Confirm that adding a column to field mapping adds the field to the field list.
testConstructorDefaults()  : void
Test that defaults are set if no options are provided to constructor.
testConstructorOptions()  : void
Test that options sent to the constructor are respected.
testFieldConfigurationMerging()  : void
Test field configuration merging behavior.
testGetFixedFieldValues()  : void
Test retrieval of hard-coded field values.
testGetOutstandingCallbacks()  : void
Test getOutstandingCallbacks.

Methods

testColumnConfigurationMerging()

Test column configuration merging behavior.

public testColumnConfigurationMerging() : void
Return values
void

testColumnFieldConfiguration()

Confirm that adding a column to field mapping adds the field to the field list.

public testColumnFieldConfiguration() : void
Return values
void

testConstructorDefaults()

Test that defaults are set if no options are provided to constructor.

public testConstructorDefaults() : void
Return values
void

testConstructorOptions()

Test that options sent to the constructor are respected.

public testConstructorOptions() : void
Return values
void

testFieldConfigurationMerging()

Test field configuration merging behavior.

public testFieldConfigurationMerging() : void
Return values
void

testGetFixedFieldValues()

Test retrieval of hard-coded field values.

public testGetFixedFieldValues() : void
Return values
void

testGetOutstandingCallbacks()

Test getOutstandingCallbacks.

public testGetOutstandingCallbacks() : void
Return values
void

Search results