test

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddServiceProviderIdpBadRequest

func AddServiceProviderIdpBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController) (http.ResponseWriter, error)

AddServiceProviderIdpBadRequest runs the method AddServiceProvider of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func AddServiceProviderIdpCreated

func AddServiceProviderIdpCreated(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController) http.ResponseWriter

AddServiceProviderIdpCreated runs the method AddServiceProvider of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func AddServiceProviderIdpInternalServerError

func AddServiceProviderIdpInternalServerError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController) (http.ResponseWriter, error)

AddServiceProviderIdpInternalServerError runs the method AddServiceProvider of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func DeleteServiceProviderIdpInternalServerError

func DeleteServiceProviderIdpInternalServerError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController, payload *app.DeleteSPPayload) (http.ResponseWriter, error)

DeleteServiceProviderIdpInternalServerError runs the method DeleteServiceProvider of the given controller with the given parameters and payload. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func DeleteServiceProviderIdpNotFound

func DeleteServiceProviderIdpNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController, payload *app.DeleteSPPayload) (http.ResponseWriter, error)

DeleteServiceProviderIdpNotFound runs the method DeleteServiceProvider of the given controller with the given parameters and payload. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func DeleteServiceProviderIdpOK

func DeleteServiceProviderIdpOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController, payload *app.DeleteSPPayload) http.ResponseWriter

DeleteServiceProviderIdpOK runs the method DeleteServiceProvider of the given controller with the given parameters and payload. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func DeleteSessionIdpInternalServerError

func DeleteSessionIdpInternalServerError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController, payload *app.DeleteSessionPayload) (http.ResponseWriter, error)

DeleteSessionIdpInternalServerError runs the method DeleteSession of the given controller with the given parameters and payload. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func DeleteSessionIdpNotFound

func DeleteSessionIdpNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController, payload *app.DeleteSessionPayload) (http.ResponseWriter, error)

DeleteSessionIdpNotFound runs the method DeleteSession of the given controller with the given parameters and payload. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func DeleteSessionIdpOK

func DeleteSessionIdpOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController, payload *app.DeleteSessionPayload) http.ResponseWriter

DeleteSessionIdpOK runs the method DeleteSession of the given controller with the given parameters and payload. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func GetGoogleMetadataIdpOK

func GetGoogleMetadataIdpOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController) http.ResponseWriter

GetGoogleMetadataIdpOK runs the method GetGoogleMetadata of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func GetMetadataIdpOK

func GetMetadataIdpOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController) http.ResponseWriter

GetMetadataIdpOK runs the method GetMetadata of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func GetServiceProvidersIdpInternalServerError

func GetServiceProvidersIdpInternalServerError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController) (http.ResponseWriter, error)

GetServiceProvidersIdpInternalServerError runs the method GetServiceProviders of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func GetServiceProvidersIdpNotFound

func GetServiceProvidersIdpNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController) (http.ResponseWriter, error)

GetServiceProvidersIdpNotFound runs the method GetServiceProviders of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func GetServiceProvidersIdpOK

func GetServiceProvidersIdpOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController) http.ResponseWriter

GetServiceProvidersIdpOK runs the method GetServiceProviders of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func GetSessionsIdpInternalServerError

func GetSessionsIdpInternalServerError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController) (http.ResponseWriter, error)

GetSessionsIdpInternalServerError runs the method GetSessions of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func GetSessionsIdpNotFound

func GetSessionsIdpNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController) (http.ResponseWriter, error)

GetSessionsIdpNotFound runs the method GetSessions of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

func GetSessionsIdpOK

func GetSessionsIdpOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.IdpController) http.ResponseWriter

GetSessionsIdpOK runs the method GetSessions of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.

Types

This section is empty.

Jump to

Keyboard shortcuts

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