VuFind API Documentation

SimilarCommandTest extends TestCase
in package

Unit tests for SimilarCommand.

Tags
category

VuFind

author

Sudharma Kellampalli skellamp@villanova.edu

license

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

link
https://vufind.org

Table of Contents

getBackend()  : Backend
Get test backend Object
getCommand()  : SimilarCommand
Get test SimilarCommand Object
testCommand()  : void
Test that the command works as expected
testCommandContext()  : void
Test setter and getter of command context.
testgetArguments()  : void
Test for getArguments method
testSearchParameters()  : void
Test setter and getter of Search Parameters.
testTargetBackendIdentifier()  : void
Test setter and getter of target backend identifier.
testTooEarlyResults()  : void
Test that the command throws an exception results are requested before execute

Methods

testCommand()

Test that the command works as expected

public testCommand() : void
Return values
void

testCommandContext()

Test setter and getter of command context.

public testCommandContext() : void
Return values
void

testgetArguments()

Test for getArguments method

public testgetArguments() : void
Return values
void

testSearchParameters()

Test setter and getter of Search Parameters.

public testSearchParameters() : void
Return values
void

testTargetBackendIdentifier()

Test setter and getter of target backend identifier.

public testTargetBackendIdentifier() : void
Return values
void

testTooEarlyResults()

Test that the command throws an exception results are requested before execute

public testTooEarlyResults() : void
Return values
void

Search results