Documentation ¶
Overview ¶
Requests save in this file are exclusive of messages e2e
Index ¶
- func CreateAccount(t *testing.T, account *authEntities.Account)
- func CreateCompany(t *testing.T, bearerToken string, company *accountentities.Company) (CompanyID string)
- func InviteUserToCompany(t *testing.T, bearerToken, companyID string, user *accountDto.InviteUser)
- func Login(t *testing.T, credentials *authDto.Credentials) httpResponse.Interface
- func LoginAndReturnAccessToken(t *testing.T, credentials *authDto.Credentials) string
- func Logout(t *testing.T, bearerToken string)
- func ValidateAccount(t *testing.T, accountID string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAccount ¶
func CreateAccount(t *testing.T, account *authEntities.Account)
func CreateCompany ¶
func InviteUserToCompany ¶
func InviteUserToCompany(t *testing.T, bearerToken, companyID string, user *accountDto.InviteUser)
func Login ¶
func Login(t *testing.T, credentials *authDto.Credentials) httpResponse.Interface
func LoginAndReturnAccessToken ¶
func LoginAndReturnAccessToken(t *testing.T, credentials *authDto.Credentials) string
func ValidateAccount ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.