These get run once, before the main test methods in this module
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.
Standard test methods
Validates that GetMember can search by borrowernumber
Validates that GetMember can search by cardnumber
Validates that GetMember can search by firstname. Note that only the first result is used.
Validates that GetMember can search by userid.
Validates that GetMember returns undef when no parameters are passed to it
These get run once, after the main test methods in this module
Remove the new borrower information that was created in the startup method