Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionHandler ¶
type SessionHandler interface {
Register(tb testing.TB)
Activate(tb testing.TB, mockEmailSender *framework.MockEmailSender)
Login(tb testing.TB)
CreateKey(tb testing.TB, key string)
DoTestRequest(tb testing.TB, key string) (*http.Response, error)
CheckCryptoPaymentService(tb testing.TB)
ObtainDepositAddress(tb testing.TB)
InvokeCryptoPaymentCreateAddress(tb testing.TB) (*http.Response, error)
InvokeCryptoPaymentAccount(tb testing.TB) (*http.Response, error)
GetDepositAddress() string
GetNumberOfRequests() int
}
SessionHandler defines the supported operations of a Session object
Click to show internal directories.
Click to hide internal directories.