VuFind API Documentation

HandlerMapTest extends TestCase
in package

Unit tests for SOLR HandlerMap.

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

testAddParameter()  : void
Test addParameter
testGetDefaultsAppendsInvariants()  : void
Test retrieve defaults, appends, invariants.
testGetDefaultsAppendsInvariantsPureFallback()  : void
Test defaults, appends, invariants for pure fallback definitions.
testGetHandlerThrowsOnUndefinedFunctionHandler()  : void
Test exception on undefined handler.
testGetParametersThrowsOnUndefinedType()  : void
Test exception on unexpected type.
testSetHandlerMapThrowsOnDuplicateFallback()  : void
Test exception on duplicate fallback handler.
testSetHandlerMapThrowsOnDuplicateFunctionHandler()  : void
Test exception on duplicate handler.
testSetParametersThrowsOnUndefinedType()  : void
Test exception on unexpected type.

Methods

testAddParameter()

Test addParameter

public testAddParameter() : void
Return values
void

testGetDefaultsAppendsInvariants()

Test retrieve defaults, appends, invariants.

public testGetDefaultsAppendsInvariants() : void
Return values
void

testGetHandlerThrowsOnUndefinedFunctionHandler()

Test exception on undefined handler.

public testGetHandlerThrowsOnUndefinedFunctionHandler() : void
Return values
void

testGetParametersThrowsOnUndefinedType()

Test exception on unexpected type.

public testGetParametersThrowsOnUndefinedType() : void
Return values
void

testSetHandlerMapThrowsOnDuplicateFallback()

Test exception on duplicate fallback handler.

public testSetHandlerMapThrowsOnDuplicateFallback() : void
Return values
void

testSetHandlerMapThrowsOnDuplicateFunctionHandler()

Test exception on duplicate handler.

public testSetHandlerMapThrowsOnDuplicateFunctionHandler() : void
Return values
void

testSetParametersThrowsOnUndefinedType()

Test exception on unexpected type.

public testSetParametersThrowsOnUndefinedType() : void
Return values
void

Search results