Documentation
¶
Index ¶
- func TestCreateSnapshotValue(t *testing.T, payload any, token string, ...) int
- func TestDeleteSnapshotValue(t *testing.T, snapId int, snapValId int, token string, ...)
- func TestGetSnapshotValue(t *testing.T, sid, svid int, token string, expectedUserId int, ...)
- func TestGetSnapshotValues(t *testing.T, token string, snapshotId, expectedUserId, expectedStatusCode int, ...)
- func TestUpdateSnapshotValue(t *testing.T, snapId int, snapValId int, payload any, token string, ...)
- type ExpectedDeleteSnapshotValueResponse
- type ExpectedGetSnapshotValuesResponse
- type ExpectedUpdateSnapshotValueResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestCreateSnapshotValue ¶
func TestDeleteSnapshotValue ¶
func TestGetSnapshotValue ¶
func TestGetSnapshotValues ¶
func TestGetSnapshotValues(t *testing.T, token string, snapshotId, expectedUserId, expectedStatusCode int, expectedResponse ExpectedGetSnapshotValuesResponse)
Types ¶
type ExpectedGetSnapshotValuesResponse ¶
type ExpectedGetSnapshotValuesResponse struct {
SnapshotValues int
}
Click to show internal directories.
Click to hide internal directories.