VuFind API Documentation

SourceAndIdListTest extends TestCase
in package

SourceAndIdList tests.

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

testChangedRecordId()  : void
Test retrieving the position of a record with a changed ID from the list.
testListNormalization()  : void
Test normalization -- regardless of how the data is sent in, the result should be the same.
testRegularRetrieve()  : void
Test retrieving the position of a regular record from the list.
testRepeatingRecord()  : void
Test retrieving the positions of a record that appears in the list repeatedly.
testSourceRequired()  : void
Test that source has to be matched to retrieve a record.

Methods

testChangedRecordId()

Test retrieving the position of a record with a changed ID from the list.

public testChangedRecordId() : void
Return values
void

testListNormalization()

Test normalization -- regardless of how the data is sent in, the result should be the same.

public testListNormalization() : void
Return values
void

testRegularRetrieve()

Test retrieving the position of a regular record from the list.

public testRegularRetrieve() : void
Return values
void

testRepeatingRecord()

Test retrieving the positions of a record that appears in the list repeatedly.

public testRepeatingRecord() : void
Return values
void

testSourceRequired()

Test that source has to be matched to retrieve a record.

public testSourceRequired() : void
Return values
void

Search results