Documentation
¶
Index ¶
- func CreateAccountTestCases(t *testing.T, userId int, email string) []shared.TestCase
- func DeleteAccountTestCases(t *testing.T, accountId int, userId int, email string) []shared.TestCase
- func GetAccountTestCases(t *testing.T, accountId int, userId int, email string) []shared.TestCase
- func GetAccountsTestCases(t *testing.T, userId int, email string) []shared.TestCase
- func UpdateAccountsTestCases(t *testing.T, accountId int, userId int, email string) []shared.TestCase
- type GetAccountsExpectedResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAccountTestCases ¶
func DeleteAccountTestCases ¶
func GetAccountTestCases ¶
func GetAccountsTestCases ¶
Types ¶
type GetAccountsExpectedResponse ¶
type GetAccountsExpectedResponse struct {
Accounts int
Pagination types.PaginationMetadata
}
Click to show internal directories.
Click to hide internal directories.