# Functions
CkRequest wraps CkReqFunc functions, to be concise and reduce lexical tokens i.e.
No description provided by the author
CreateV3Session creates a session for client v4 using the passed in username and password.
CreateV4Session creates a session for client v4 using the passed in username and password.
No description provided by the author
No description provided by the author
HasError checks that an error was returned (i.e.
HasStatus checks that the status code from the request is as expected.
NoError checks that no error was returned (i.e.
ResponseHasLength checks that the length of the response is as expected.
ResponseLengthGreaterOrEqual checks that the response is greater or equal to the expected length.
# Structs
No description provided by the author
V3TestData represents the data needed for testing the v3 api endpoints.
V4TestData represents the data needed for testing the v4 api endpoints.
# Type aliases
CkReqFunc defines the reusable signature for all other functions that perform checks.
V3TestCase is the type of the V3TestData struct.
V4TestCase is the type of the V4TestData struct.