test

package
v0.0.0-...-68900ed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2016 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateAdminuserCreated

func CreateAdminuserCreated(t *testing.T, ctrl app.AdminuserController, payload *app.CreateAdminuserPayload)

CreateAdminuserCreated test setup

func CreateAdminuserCreatedCtx

func CreateAdminuserCreatedCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, payload *app.CreateAdminuserPayload)

CreateAdminuserCreatedCtx test setup

func CreateEventCreated

func CreateEventCreated(t *testing.T, ctrl app.EventController, tenantID string, payload *app.CreateEventPayload)

CreateEventCreated test setup

func CreateEventCreatedCtx

func CreateEventCreatedCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, payload *app.CreateEventPayload)

CreateEventCreatedCtx test setup

func CreatePresentationCreated

func CreatePresentationCreated(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, payload *app.CreatePresentationPayload)

CreatePresentationCreated test setup

func CreatePresentationCreatedCtx

func CreatePresentationCreatedCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, payload *app.CreatePresentationPayload)

CreatePresentationCreatedCtx test setup

func CreateSeriesCreated

func CreateSeriesCreated(t *testing.T, ctrl app.SeriesController, tenantID string, payload *app.CreateSeriesPayload)

CreateSeriesCreated test setup

func CreateSeriesCreatedCtx

func CreateSeriesCreatedCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, payload *app.CreateSeriesPayload)

CreateSeriesCreatedCtx test setup

func CreateSpeakerCreated

func CreateSpeakerCreated(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, payload *app.CreateSpeakerPayload)

CreateSpeakerCreated test setup

func CreateSpeakerCreatedCtx

func CreateSpeakerCreatedCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, payload *app.CreateSpeakerPayload)

CreateSpeakerCreatedCtx test setup

func CreateTenantCreated

func CreateTenantCreated(t *testing.T, ctrl app.TenantController, payload *app.CreateTenantPayload)

CreateTenantCreated test setup

func CreateTenantCreatedCtx

func CreateTenantCreatedCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, payload *app.CreateTenantPayload)

CreateTenantCreatedCtx test setup

func CreateUserCreated

func CreateUserCreated(t *testing.T, ctrl app.UserController, tenantID string, payload *app.CreateUserPayload)

CreateUserCreated test setup

func CreateUserCreatedCtx

func CreateUserCreatedCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, payload *app.CreateUserPayload)

CreateUserCreatedCtx test setup

func DeleteAdminuserNoContent

func DeleteAdminuserNoContent(t *testing.T, ctrl app.AdminuserController, userID int)

DeleteAdminuserNoContent test setup

func DeleteAdminuserNoContentCtx

func DeleteAdminuserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int)

DeleteAdminuserNoContentCtx test setup

func DeleteAdminuserNotFound

func DeleteAdminuserNotFound(t *testing.T, ctrl app.AdminuserController, userID int)

DeleteAdminuserNotFound test setup

func DeleteAdminuserNotFoundCtx

func DeleteAdminuserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int)

DeleteAdminuserNotFoundCtx test setup

func DeleteEventNoContent

func DeleteEventNoContent(t *testing.T, ctrl app.EventController, tenantID string, eventID int)

DeleteEventNoContent test setup

func DeleteEventNoContentCtx

func DeleteEventNoContentCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int)

DeleteEventNoContentCtx test setup

func DeleteEventNotFound

func DeleteEventNotFound(t *testing.T, ctrl app.EventController, tenantID string, eventID int)

DeleteEventNotFound test setup

func DeleteEventNotFoundCtx

func DeleteEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int)

DeleteEventNotFoundCtx test setup

func DeletePresentationNoContent

func DeletePresentationNoContent(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)

DeletePresentationNoContent test setup

func DeletePresentationNoContentCtx

func DeletePresentationNoContentCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)

DeletePresentationNoContentCtx test setup

func DeletePresentationNotFound

func DeletePresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)

DeletePresentationNotFound test setup

func DeletePresentationNotFoundCtx

func DeletePresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)

DeletePresentationNotFoundCtx test setup

func DeleteSeriesNoContent

func DeleteSeriesNoContent(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int)

DeleteSeriesNoContent test setup

func DeleteSeriesNoContentCtx

func DeleteSeriesNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int)

DeleteSeriesNoContentCtx test setup

func DeleteSeriesNotFound

func DeleteSeriesNotFound(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int)

DeleteSeriesNotFound test setup

func DeleteSeriesNotFoundCtx

func DeleteSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int)

DeleteSeriesNotFoundCtx test setup

func DeleteSpeakerNoContent

func DeleteSpeakerNoContent(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)

DeleteSpeakerNoContent test setup

func DeleteSpeakerNoContentCtx

func DeleteSpeakerNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)

DeleteSpeakerNoContentCtx test setup

func DeleteSpeakerNotFound

func DeleteSpeakerNotFound(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)

DeleteSpeakerNotFound test setup

func DeleteSpeakerNotFoundCtx

func DeleteSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)

DeleteSpeakerNotFoundCtx test setup

func DeleteTenantNoContent

func DeleteTenantNoContent(t *testing.T, ctrl app.TenantController, tenantID int)

DeleteTenantNoContent test setup

func DeleteTenantNoContentCtx

func DeleteTenantNoContentCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int)

DeleteTenantNoContentCtx test setup

func DeleteTenantNotFound

func DeleteTenantNotFound(t *testing.T, ctrl app.TenantController, tenantID int)

DeleteTenantNotFound test setup

func DeleteTenantNotFoundCtx

func DeleteTenantNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int)

DeleteTenantNotFoundCtx test setup

func DeleteUserNoContent

func DeleteUserNoContent(t *testing.T, ctrl app.UserController, tenantID string, userID int)

DeleteUserNoContent test setup

func DeleteUserNoContentCtx

func DeleteUserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int)

DeleteUserNoContentCtx test setup

func DeleteUserNotFound

func DeleteUserNotFound(t *testing.T, ctrl app.UserController, tenantID string, userID int)

DeleteUserNotFound test setup

func DeleteUserNotFoundCtx

func DeleteUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int)

DeleteUserNotFoundCtx test setup

func ListAdminuserNotFound

func ListAdminuserNotFound(t *testing.T, ctrl app.AdminuserController)

ListAdminuserNotFound test setup

func ListAdminuserNotFoundCtx

func ListAdminuserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController)

ListAdminuserNotFoundCtx test setup

func ListAdminuserOK

func ListAdminuserOK(t *testing.T, ctrl app.AdminuserController) *app.UserCollection

ListAdminuserOK test setup

func ListAdminuserOKCtx

func ListAdminuserOKCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController) *app.UserCollection

ListAdminuserOKCtx test setup

func ListAdminuserOKTenant

func ListAdminuserOKTenant(t *testing.T, ctrl app.AdminuserController) *app.UserTenantCollection

ListAdminuserOKTenant test setup

func ListAdminuserOKTenantCtx

func ListAdminuserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController) *app.UserTenantCollection

ListAdminuserOKTenantCtx test setup

func ListEventNotFound

func ListEventNotFound(t *testing.T, ctrl app.EventController, tenantID string)

ListEventNotFound test setup

func ListEventNotFoundCtx

func ListEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string)

ListEventNotFoundCtx test setup

func ListEventOK

func ListEventOK(t *testing.T, ctrl app.EventController, tenantID string) *app.EventCollection

ListEventOK test setup

func ListEventOKCtx

func ListEventOKCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string) *app.EventCollection

ListEventOKCtx test setup

func ListPresentationNotFound

func ListPresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string)

ListPresentationNotFound test setup

func ListPresentationNotFoundCtx

func ListPresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string)

ListPresentationNotFoundCtx test setup

func ListPresentationOK

func ListPresentationOK(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string) *app.PresentationCollection

ListPresentationOK test setup

func ListPresentationOKAdmin

func ListPresentationOKAdmin(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string) *app.PresentationAdminCollection

ListPresentationOKAdmin test setup

func ListPresentationOKAdminCtx

func ListPresentationOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string) *app.PresentationAdminCollection

ListPresentationOKAdminCtx test setup

func ListPresentationOKCtx

func ListPresentationOKCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string) *app.PresentationCollection

ListPresentationOKCtx test setup

func ListSeriesNotFound

func ListSeriesNotFound(t *testing.T, ctrl app.SeriesController, tenantID string)

ListSeriesNotFound test setup

func ListSeriesNotFoundCtx

func ListSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string)

ListSeriesNotFoundCtx test setup

func ListSeriesOK

func ListSeriesOK(t *testing.T, ctrl app.SeriesController, tenantID string) *app.SeriesCollection

ListSeriesOK test setup

func ListSeriesOKCtx

func ListSeriesOKCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string) *app.SeriesCollection

ListSeriesOKCtx test setup

func ListSpeakerNotFound

func ListSpeakerNotFound(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string)

ListSpeakerNotFound test setup

func ListSpeakerNotFoundCtx

func ListSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string)

ListSpeakerNotFoundCtx test setup

func ListSpeakerOK

func ListSpeakerOK(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerCollection

ListSpeakerOK test setup

func ListSpeakerOKAdmin

func ListSpeakerOKAdmin(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerAdminCollection

ListSpeakerOKAdmin test setup

func ListSpeakerOKAdminCtx

func ListSpeakerOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerAdminCollection

ListSpeakerOKAdminCtx test setup

func ListSpeakerOKCtx

func ListSpeakerOKCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerCollection

ListSpeakerOKCtx test setup

func ListSpeakerOKLink(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerLinkCollection

ListSpeakerOKLink test setup

func ListSpeakerOKLinkCtx

func ListSpeakerOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerLinkCollection

ListSpeakerOKLinkCtx test setup

func ListTenantNotFound

func ListTenantNotFound(t *testing.T, ctrl app.TenantController)

ListTenantNotFound test setup

func ListTenantNotFoundCtx

func ListTenantNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.TenantController)

ListTenantNotFoundCtx test setup

func ListTenantOK

func ListTenantOK(t *testing.T, ctrl app.TenantController) *app.TenantCollection

ListTenantOK test setup

func ListTenantOKCtx

func ListTenantOKCtx(t *testing.T, ctx context.Context, ctrl app.TenantController) *app.TenantCollection

ListTenantOKCtx test setup

func ListUserNotFound

func ListUserNotFound(t *testing.T, ctrl app.UserController, tenantID string)

ListUserNotFound test setup

func ListUserNotFoundCtx

func ListUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string)

ListUserNotFoundCtx test setup

func ListUserOK

func ListUserOK(t *testing.T, ctrl app.UserController, tenantID string) *app.UserCollection

ListUserOK test setup

func ListUserOKCtx

func ListUserOKCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string) *app.UserCollection

ListUserOKCtx test setup

func ListUserOKTenant

func ListUserOKTenant(t *testing.T, ctrl app.UserController, tenantID string) *app.UserTenantCollection

ListUserOKTenant test setup

func ListUserOKTenantCtx

func ListUserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string) *app.UserTenantCollection

ListUserOKTenantCtx test setup

func RefreshAuthCreated

func RefreshAuthCreated(t *testing.T, ctrl app.AuthController) *app.Authorize

RefreshAuthCreated test setup

func RefreshAuthCreatedCtx

func RefreshAuthCreatedCtx(t *testing.T, ctx context.Context, ctrl app.AuthController) *app.Authorize

RefreshAuthCreatedCtx test setup

func ShowAdminuserNotFound

func ShowAdminuserNotFound(t *testing.T, ctrl app.AdminuserController, userID int)

ShowAdminuserNotFound test setup

func ShowAdminuserNotFoundCtx

func ShowAdminuserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int)

ShowAdminuserNotFoundCtx test setup

func ShowAdminuserOK

func ShowAdminuserOK(t *testing.T, ctrl app.AdminuserController, userID int) *app.User

ShowAdminuserOK test setup

func ShowAdminuserOKCtx

func ShowAdminuserOKCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int) *app.User

ShowAdminuserOKCtx test setup

func ShowAdminuserOKLink(t *testing.T, ctrl app.AdminuserController, userID int) *app.UserLink

ShowAdminuserOKLink test setup

func ShowAdminuserOKLinkCtx

func ShowAdminuserOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int) *app.UserLink

ShowAdminuserOKLinkCtx test setup

func ShowAdminuserOKTenant

func ShowAdminuserOKTenant(t *testing.T, ctrl app.AdminuserController, userID int) *app.UserTenant

ShowAdminuserOKTenant test setup

func ShowAdminuserOKTenantCtx

func ShowAdminuserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int) *app.UserTenant

ShowAdminuserOKTenantCtx test setup

func ShowEventNotFound

func ShowEventNotFound(t *testing.T, ctrl app.EventController, tenantID string, eventID int)

ShowEventNotFound test setup

func ShowEventNotFoundCtx

func ShowEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int)

ShowEventNotFoundCtx test setup

func ShowEventOK

func ShowEventOK(t *testing.T, ctrl app.EventController, tenantID string, eventID int) *app.Event

ShowEventOK test setup

func ShowEventOKCtx

func ShowEventOKCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int) *app.Event

ShowEventOKCtx test setup

func ShowPresentationNotFound

func ShowPresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)

ShowPresentationNotFound test setup

func ShowPresentationNotFoundCtx

func ShowPresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)

ShowPresentationNotFoundCtx test setup

func ShowPresentationOK

func ShowPresentationOK(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int) *app.Presentation

ShowPresentationOK test setup

func ShowPresentationOKAdmin

func ShowPresentationOKAdmin(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int) *app.PresentationAdmin

ShowPresentationOKAdmin test setup

func ShowPresentationOKAdminCtx

func ShowPresentationOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int) *app.PresentationAdmin

ShowPresentationOKAdminCtx test setup

func ShowPresentationOKCtx

func ShowPresentationOKCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int) *app.Presentation

ShowPresentationOKCtx test setup

func ShowSeriesNotFound

func ShowSeriesNotFound(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int)

ShowSeriesNotFound test setup

func ShowSeriesNotFoundCtx

func ShowSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int)

ShowSeriesNotFoundCtx test setup

func ShowSeriesOK

func ShowSeriesOK(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int) *app.Series

ShowSeriesOK test setup

func ShowSeriesOKCtx

func ShowSeriesOKCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int) *app.Series

ShowSeriesOKCtx test setup

func ShowSpeakerNotFound

func ShowSpeakerNotFound(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)

ShowSpeakerNotFound test setup

func ShowSpeakerNotFoundCtx

func ShowSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)

ShowSpeakerNotFoundCtx test setup

func ShowSpeakerOK

func ShowSpeakerOK(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.Speaker

ShowSpeakerOK test setup

func ShowSpeakerOKAdmin

func ShowSpeakerOKAdmin(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.SpeakerAdmin

ShowSpeakerOKAdmin test setup

func ShowSpeakerOKAdminCtx

func ShowSpeakerOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.SpeakerAdmin

ShowSpeakerOKAdminCtx test setup

func ShowSpeakerOKCtx

func ShowSpeakerOKCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.Speaker

ShowSpeakerOKCtx test setup

func ShowSpeakerOKLink(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.SpeakerLink

ShowSpeakerOKLink test setup

func ShowSpeakerOKLinkCtx

func ShowSpeakerOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.SpeakerLink

ShowSpeakerOKLinkCtx test setup

func ShowTenantNotFound

func ShowTenantNotFound(t *testing.T, ctrl app.TenantController, tenantID int)

ShowTenantNotFound test setup

func ShowTenantNotFoundCtx

func ShowTenantNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int)

ShowTenantNotFoundCtx test setup

func ShowTenantOK

func ShowTenantOK(t *testing.T, ctrl app.TenantController, tenantID int) *app.Tenant

ShowTenantOK test setup

func ShowTenantOKCtx

func ShowTenantOKCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int) *app.Tenant

ShowTenantOKCtx test setup

func ShowUserNotFound

func ShowUserNotFound(t *testing.T, ctrl app.UserController, tenantID string, userID int)

ShowUserNotFound test setup

func ShowUserNotFoundCtx

func ShowUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int)

ShowUserNotFoundCtx test setup

func ShowUserOK

func ShowUserOK(t *testing.T, ctrl app.UserController, tenantID string, userID int) *app.User

ShowUserOK test setup

func ShowUserOKCtx

func ShowUserOKCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int) *app.User

ShowUserOKCtx test setup

func ShowUserOKLink(t *testing.T, ctrl app.UserController, tenantID string, userID int) *app.UserLink

ShowUserOKLink test setup

func ShowUserOKLinkCtx

func ShowUserOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int) *app.UserLink

ShowUserOKLinkCtx test setup

func ShowUserOKTenant

func ShowUserOKTenant(t *testing.T, ctrl app.UserController, tenantID string, userID int) *app.UserTenant

ShowUserOKTenant test setup

func ShowUserOKTenantCtx

func ShowUserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int) *app.UserTenant

ShowUserOKTenantCtx test setup

func TokenAuthCreated

func TokenAuthCreated(t *testing.T, ctrl app.AuthController) *app.Authorize

TokenAuthCreated test setup

func TokenAuthCreatedCtx

func TokenAuthCreatedCtx(t *testing.T, ctx context.Context, ctrl app.AuthController) *app.Authorize

TokenAuthCreatedCtx test setup

func UpdateAdminuserNoContent

func UpdateAdminuserNoContent(t *testing.T, ctrl app.AdminuserController, userID int, payload *app.UpdateAdminuserPayload)

UpdateAdminuserNoContent test setup

func UpdateAdminuserNoContentCtx

func UpdateAdminuserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int, payload *app.UpdateAdminuserPayload)

UpdateAdminuserNoContentCtx test setup

func UpdateAdminuserNotFound

func UpdateAdminuserNotFound(t *testing.T, ctrl app.AdminuserController, userID int, payload *app.UpdateAdminuserPayload)

UpdateAdminuserNotFound test setup

func UpdateAdminuserNotFoundCtx

func UpdateAdminuserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int, payload *app.UpdateAdminuserPayload)

UpdateAdminuserNotFoundCtx test setup

func UpdateEventNoContent

func UpdateEventNoContent(t *testing.T, ctrl app.EventController, tenantID string, eventID int, payload *app.UpdateEventPayload)

UpdateEventNoContent test setup

func UpdateEventNoContentCtx

func UpdateEventNoContentCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int, payload *app.UpdateEventPayload)

UpdateEventNoContentCtx test setup

func UpdateEventNotFound

func UpdateEventNotFound(t *testing.T, ctrl app.EventController, tenantID string, eventID int, payload *app.UpdateEventPayload)

UpdateEventNotFound test setup

func UpdateEventNotFoundCtx

func UpdateEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int, payload *app.UpdateEventPayload)

UpdateEventNotFoundCtx test setup

func UpdatePresentationNoContent

func UpdatePresentationNoContent(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int, payload *app.UpdatePresentationPayload)

UpdatePresentationNoContent test setup

func UpdatePresentationNoContentCtx

func UpdatePresentationNoContentCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int, payload *app.UpdatePresentationPayload)

UpdatePresentationNoContentCtx test setup

func UpdatePresentationNotFound

func UpdatePresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int, payload *app.UpdatePresentationPayload)

UpdatePresentationNotFound test setup

func UpdatePresentationNotFoundCtx

func UpdatePresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int, payload *app.UpdatePresentationPayload)

UpdatePresentationNotFoundCtx test setup

func UpdateSeriesNoContent

func UpdateSeriesNoContent(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int, payload *app.UpdateSeriesPayload)

UpdateSeriesNoContent test setup

func UpdateSeriesNoContentCtx

func UpdateSeriesNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int, payload *app.UpdateSeriesPayload)

UpdateSeriesNoContentCtx test setup

func UpdateSeriesNotFound

func UpdateSeriesNotFound(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int, payload *app.UpdateSeriesPayload)

UpdateSeriesNotFound test setup

func UpdateSeriesNotFoundCtx

func UpdateSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int, payload *app.UpdateSeriesPayload)

UpdateSeriesNotFoundCtx test setup

func UpdateSpeakerNoContent

func UpdateSpeakerNoContent(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int, payload *app.UpdateSpeakerPayload)

UpdateSpeakerNoContent test setup

func UpdateSpeakerNoContentCtx

func UpdateSpeakerNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int, payload *app.UpdateSpeakerPayload)

UpdateSpeakerNoContentCtx test setup

func UpdateSpeakerNotFound

func UpdateSpeakerNotFound(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int, payload *app.UpdateSpeakerPayload)

UpdateSpeakerNotFound test setup

func UpdateSpeakerNotFoundCtx

func UpdateSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int, payload *app.UpdateSpeakerPayload)

UpdateSpeakerNotFoundCtx test setup

func UpdateTenantNoContent

func UpdateTenantNoContent(t *testing.T, ctrl app.TenantController, tenantID int, payload *app.UpdateTenantPayload)

UpdateTenantNoContent test setup

func UpdateTenantNoContentCtx

func UpdateTenantNoContentCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int, payload *app.UpdateTenantPayload)

UpdateTenantNoContentCtx test setup

func UpdateTenantNotFound

func UpdateTenantNotFound(t *testing.T, ctrl app.TenantController, tenantID int, payload *app.UpdateTenantPayload)

UpdateTenantNotFound test setup

func UpdateTenantNotFoundCtx

func UpdateTenantNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int, payload *app.UpdateTenantPayload)

UpdateTenantNotFoundCtx test setup

func UpdateUserNoContent

func UpdateUserNoContent(t *testing.T, ctrl app.UserController, tenantID string, userID int, payload *app.UpdateUserPayload)

UpdateUserNoContent test setup

func UpdateUserNoContentCtx

func UpdateUserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int, payload *app.UpdateUserPayload)

UpdateUserNoContentCtx test setup

func UpdateUserNotFound

func UpdateUserNotFound(t *testing.T, ctrl app.UserController, tenantID string, userID int, payload *app.UpdateUserPayload)

UpdateUserNotFound test setup

func UpdateUserNotFoundCtx

func UpdateUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int, payload *app.UpdateUserPayload)

UpdateUserNotFoundCtx test setup

func ValidateValidateNotFound

func ValidateValidateNotFound(t *testing.T, ctrl app.ValidateController, userID string)

ValidateValidateNotFound test setup

func ValidateValidateNotFoundCtx

func ValidateValidateNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.ValidateController, userID string)

ValidateValidateNotFoundCtx test setup

func ValidateValidateOK

func ValidateValidateOK(t *testing.T, ctrl app.ValidateController, userID string)

ValidateValidateOK test setup

func ValidateValidateOKCtx

func ValidateValidateOKCtx(t *testing.T, ctx context.Context, ctrl app.ValidateController, userID string)

ValidateValidateOKCtx test setup

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL