VuFind API Documentation

NoILSTest extends TestCase
in package

ILS driver test

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

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

link

Main Page

Table of Contents

$driver  : NoILS
Driver object
$loader  : Loader
Mock record loader
setUp()  : void
Standard setup method.
testCustomHoldingsVisibility()  : void
Test that driver makes holdings visible when in custom mode.
testDefaultHoldingsVisibility()  : void
Test that driver defaults to hidden holdings mode when no config is provided.
testDefaultLoginVisibility()  : void
Test that driver defaults to visible login mode when no config is provided.
testDefaultOfflineMode()  : void
Test that driver defaults to 'ils-offline' mode when no config is provided.
testUnsupportedFunctions()  : void
Test various methods that aren't expected to actually do anything.

Properties

Methods

setUp()

Standard setup method.

public setUp() : void
Return values
void

testCustomHoldingsVisibility()

Test that driver makes holdings visible when in custom mode.

public testCustomHoldingsVisibility() : void
Return values
void

testDefaultHoldingsVisibility()

Test that driver defaults to hidden holdings mode when no config is provided.

public testDefaultHoldingsVisibility() : void
Return values
void

testDefaultLoginVisibility()

Test that driver defaults to visible login mode when no config is provided.

public testDefaultLoginVisibility() : void
Return values
void

testDefaultOfflineMode()

Test that driver defaults to 'ils-offline' mode when no config is provided.

public testDefaultOfflineMode() : void
Return values
void

testUnsupportedFunctions()

Test various methods that aren't expected to actually do anything.

public testUnsupportedFunctions() : void
Return values
void

Search results