<<

STARTUP METHODS

These get run once, before the main test methods in this module

startup_create_borrower

Creates a new borrower to use for these tests. Class variables that are used to search by are stored for easy access by the methods.

TESTING METHODS

Standard test methods

borrowernumber_get

Validates that GetMember can search by borrowernumber

cardnumber_get

Validates that GetMember can search by cardnumber

firstname_get

Validates that GetMember can search by firstname. Note that only the first result is used.

userid_get

Validates that GetMember can search by userid.

missing_params

Validates that GetMember returns undef when no parameters are passed to it

SHUTDOWN METHODS

These get run once, after the main test methods in this module

shutdown_remove_borrower

Remove the new borrower information that was created in the startup method

<<