VuFind API Documentation

SuppressedCommandTest extends TestCase
in package

SuppressedCommand 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

Wiki

Table of Contents

testFailedWriteToFile()  : void
Test failed write to file.
testNoAuthorityRecordsToDelete()  : void
Test no results coming back from ILS
testNoRecordsToDelete()  : void
Test no results coming back from ILS
testRecordsToDelete()  : void
Test successful Solr update.
testWriteToFile()  : void
Test write to file.
getCommand()  : SuppressedCommand
Get command to test.
getMockIlsConnection()  : Connection
Get mock ILS connection.
getMockSolrWriter()  : Writer
Get mock Solr writer.

Methods

testFailedWriteToFile()

Test failed write to file.

public testFailedWriteToFile() : void
Return values
void

testNoAuthorityRecordsToDelete()

Test no results coming back from ILS

public testNoAuthorityRecordsToDelete() : void
Return values
void

testNoRecordsToDelete()

Test no results coming back from ILS

public testNoRecordsToDelete() : void
Return values
void

testRecordsToDelete()

Test successful Solr update.

public testRecordsToDelete() : void
Return values
void

testWriteToFile()

Test write to file.

public testWriteToFile() : void
Return values
void

Search results