VuFind API Documentation

NamedListTest extends TestCase
in package

Unit tests for SOLR NamedList.

Tags
category

VuFind

author

David Maus maus@hab.de

license

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

link
https://vufind.org

Table of Contents

testCountable()  : void
Test counting the list.
testIterate()  : void
Test iterating over the list.
testKeyRemoval()  : void
Test key removal.
testMultipleKeyRemoval()  : void
Test multiple key removal.
testToArray()  : void
Test converting the list to an array.

Methods

testCountable()

Test counting the list.

public testCountable() : void
Return values
void

testIterate()

Test iterating over the list.

public testIterate() : void
Return values
void

testKeyRemoval()

Test key removal.

public testKeyRemoval() : void
Return values
void

testMultipleKeyRemoval()

Test multiple key removal.

public testMultipleKeyRemoval() : void
Return values
void

testToArray()

Test converting the list to an array.

public testToArray() : void
Return values
void

Search results