# Functions
MockRequest returns a new mock request with optional key-value body (form-post).
NewMockAfterCallback constructs a new mockaftercallback.
NewMockClientStorer constructs a MockClientStorer.
NewMockMailer constructs a mock mailer.
NewMockStorer constructor.
# Structs
MockAfterCallback is a callback that knows if it was called.
MockClientStorer is used for testing the client stores on context.
MockFailStorer is used for testing module initialize functions that recover more than the base storer.
MockMailer helps simplify mailer testing by storing the last sent email.
MockStorer should be valid for any module storer defined in authboss.
MockUser represents all possible fields a authboss User may have.