VuFind API Documentation

HoldingsWorldCatTest extends TestCase
in package

HoldingsWorldCat Test Class

Tags
category

VuFind

author

Sudharma Kellampalli skellamp@villanova.edu

license

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

link

Wiki

Table of Contents

getService()  : Service
Get a Service object
isActiveProvider()  : array<string|int, mixed>
Data provider for testIsActive.
testGetDescription()  : void
Test getting Description.
testGetHoldings()  : void
Test getting holdings information.
testIsActive()  : void
Test if the tab is active.

Methods

isActiveProvider()

Data provider for testIsActive.

public static isActiveProvider() : array<string|int, mixed>
Return values
array<string|int, mixed>

testGetDescription()

Test getting Description.

public testGetDescription() : void
Return values
void

testGetHoldings()

Test getting holdings information.

public testGetHoldings() : void
Return values
void

testIsActive()

Test if the tab is active.

public testIsActive(string $oclcnum, bool $expectedResult) : void
Parameters
$oclcnum : string

OCLCNum

$expectedResult : bool

Expected return value from isActive

Tags
dataProvider

isActiveProvider

Return values
void

Search results