VuFind API Documentation

ComponentPartsTest extends TestCase
in package

ComponentParts 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.
testGetMaxResults()  : void
Test Maxresults.
testGetResults()  : void
Test getting contents for display.
testIsActive()  : void
Test if the tab is active.

Methods

getService()

Get a Service object

public getService() : Service
Return values
Service

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

testGetMaxResults()

Test Maxresults.

public testGetMaxResults() : void
Return values
void

testGetResults()

Test getting contents for display.

public testGetResults() : void
Return values
void

testIsActive()

Test if the tab is active.

public testIsActive(int $childCount, bool $expectedResult) : void
Parameters
$childCount : int

Child count for record driver to report

$expectedResult : bool

Expected return value from isActive

Tags
dataProvider

isActiveProvider

Return values
void

Search results