test

package
v0.0.0-...-98441cc Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2019 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDraftBadRequest

func GetDraftBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftController, draftID int) (http.ResponseWriter, error)

GetDraftBadRequest runs the method Get 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 GetDraftNotFound

func GetDraftNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftController, draftID int) http.ResponseWriter

GetDraftNotFound runs the method Get 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 GetDraftOK

GetDraftOK runs the method Get 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 GetDraftOKFull

GetDraftOKFull runs the method Get 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.

GetDraftOKLink runs the method Get 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 GetDraftSubmitTrxBadRequest

func GetDraftSubmitTrxBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftSubmitTrxController, trxID string, trxD *int) (http.ResponseWriter, error)

GetDraftSubmitTrxBadRequest runs the method Get 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 GetDraftSubmitTrxGone

func GetDraftSubmitTrxGone(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftSubmitTrxController, trxID string, trxD *int) http.ResponseWriter

GetDraftSubmitTrxGone runs the method Get 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 GetDraftSubmitTrxNotFound

func GetDraftSubmitTrxNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftSubmitTrxController, trxID string, trxD *int) http.ResponseWriter

GetDraftSubmitTrxNotFound runs the method Get 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 GetDraftSubmitTrxOK

GetDraftSubmitTrxOK runs the method Get 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 GetDraftSubmitTrxOKFull

GetDraftSubmitTrxOKFull runs the method Get 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.

GetDraftSubmitTrxOKLink runs the method Get 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 GetDraftresultBadRequest

func GetDraftresultBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftresultController, resultID string) (http.ResponseWriter, error)

GetDraftresultBadRequest runs the method Get 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 GetDraftresultNotFound

func GetDraftresultNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftresultController, resultID string) http.ResponseWriter

GetDraftresultNotFound runs the method Get 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 GetDraftresultOK

GetDraftresultOK runs the method Get 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 GetDraftresultOKFull

GetDraftresultOKFull runs the method Get 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.

GetDraftresultOKLink runs the method Get 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 GetEntryBadRequest

func GetEntryBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.EntryController, entryID int) (http.ResponseWriter, error)

GetEntryBadRequest runs the method Get 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 GetEntryNotFound

func GetEntryNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.EntryController, entryID int) http.ResponseWriter

GetEntryNotFound runs the method Get 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 GetEntryOK

GetEntryOK runs the method Get 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 GetEntryOKFull

GetEntryOKFull runs the method Get 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.

GetEntryOKLink runs the method Get 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 GetEntrySubmitTrxBadRequest

func GetEntrySubmitTrxBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.EntrySubmitTrxController, trxID string, trxD *int) (http.ResponseWriter, error)

GetEntrySubmitTrxBadRequest runs the method Get 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 GetEntrySubmitTrxGone

func GetEntrySubmitTrxGone(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.EntrySubmitTrxController, trxID string, trxD *int) http.ResponseWriter

GetEntrySubmitTrxGone runs the method Get 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 GetEntrySubmitTrxNotFound

func GetEntrySubmitTrxNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.EntrySubmitTrxController, trxID string, trxD *int) http.ResponseWriter

GetEntrySubmitTrxNotFound runs the method Get 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 GetEntrySubmitTrxOK

GetEntrySubmitTrxOK runs the method Get 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 GetEntrySubmitTrxOKFull

GetEntrySubmitTrxOKFull runs the method Get 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.

GetEntrySubmitTrxOKLink runs the method Get 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 GetResultBadRequest

func GetResultBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ResultController, resultID string) (http.ResponseWriter, error)

GetResultBadRequest runs the method Get 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 GetResultNotFound

func GetResultNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ResultController, resultID string) http.ResponseWriter

GetResultNotFound runs the method Get 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 GetResultOK

GetResultOK runs the method Get 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 GetResultOKFull

GetResultOKFull runs the method Get 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.

GetResultOKLink runs the method Get 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 ShowDraftBadRequest

func ShowDraftBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftController, contest int, contestSlug string, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, error)

ShowDraftBadRequest runs the method Show 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 ShowDraftOK

func ShowDraftOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftController, contest int, contestSlug string, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, app.ComJossemargtSaoDraftCollection)

ShowDraftOK runs the method Show 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 ShowDraftOKFull

func ShowDraftOKFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftController, contest int, contestSlug string, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, app.ComJossemargtSaoDraftFullCollection)

ShowDraftOKFull runs the method Show 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 ShowDraftOKLink(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftController, contest int, contestSlug string, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, app.ComJossemargtSaoDraftLinkCollection)

ShowDraftOKLink runs the method Show 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 ShowDraftSubmitTrxBadRequest

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

ShowDraftSubmitTrxBadRequest runs the method Show 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 ShowDraftSubmitTrxNotImplemented

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

ShowDraftSubmitTrxNotImplemented runs the method Show 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 ShowDraftresultBadRequest

func ShowDraftresultBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftresultController, contest int, contestSlug string, entry int, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, error)

ShowDraftresultBadRequest runs the method Show 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 ShowDraftresultOK

func ShowDraftresultOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftresultController, contest int, contestSlug string, entry int, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, app.ComJossemargtSaoDraftResultCollection)

ShowDraftresultOK runs the method Show 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 ShowDraftresultOKFull

func ShowDraftresultOKFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftresultController, contest int, contestSlug string, entry int, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, app.ComJossemargtSaoDraftResultFullCollection)

ShowDraftresultOKFull runs the method Show 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 ShowDraftresultOKLink(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DraftresultController, contest int, contestSlug string, entry int, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, app.ComJossemargtSaoDraftResultLinkCollection)

ShowDraftresultOKLink runs the method Show 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 ShowEntryBadRequest

func ShowEntryBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.EntryController, contest int, contestSlug string, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, error)

ShowEntryBadRequest runs the method Show 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 ShowEntryOK

func ShowEntryOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.EntryController, contest int, contestSlug string, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, app.ComJossemargtSaoEntryCollection)

ShowEntryOK runs the method Show 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 ShowEntryOKFull

func ShowEntryOKFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.EntryController, contest int, contestSlug string, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, app.ComJossemargtSaoEntryFullCollection)

ShowEntryOKFull runs the method Show 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 ShowEntryOKLink(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.EntryController, contest int, contestSlug string, page int, pageSize int, sort string, task int, taskSlug string, user int) (http.ResponseWriter, app.ComJossemargtSaoEntryLinkCollection)

ShowEntryOKLink runs the method Show 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 ShowEntrySubmitTrxBadRequest

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

ShowEntrySubmitTrxBadRequest runs the method Show 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 ShowEntrySubmitTrxNotImplemented

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

ShowEntrySubmitTrxNotImplemented runs the method Show 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 ShowResultBadRequest

func ShowResultBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ResultController, contest int, contestSlug string, entry int, max bool, page int, pageSize int, sort string, task int, taskSlug string, user int, view string) (http.ResponseWriter, error)

ShowResultBadRequest runs the method Show 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 ShowResultOK

func ShowResultOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ResultController, contest int, contestSlug string, entry int, max bool, page int, pageSize int, sort string, task int, taskSlug string, user int, view string) (http.ResponseWriter, app.ComJossemargtSaoResultCollection)

ShowResultOK runs the method Show 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 ShowResultOKFull

func ShowResultOKFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ResultController, contest int, contestSlug string, entry int, max bool, page int, pageSize int, sort string, task int, taskSlug string, user int, view string) (http.ResponseWriter, app.ComJossemargtSaoResultFullCollection)

ShowResultOKFull runs the method Show 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 ShowResultOKLink(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ResultController, contest int, contestSlug string, entry int, max bool, page int, pageSize int, sort string, task int, taskSlug string, user int, view string) (http.ResponseWriter, app.ComJossemargtSaoResultLinkCollection)

ShowResultOKLink runs the method Show 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 SubmitEntryActionsBadRequest

func SubmitEntryActionsBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ActionsController, payload *app.EntryPayload) (http.ResponseWriter, error)

SubmitEntryActionsBadRequest runs the method SubmitEntry 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 SubmitEntryActionsCreated

SubmitEntryActionsCreated runs the method SubmitEntry 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 SubmitEntryActionsCreatedFull

SubmitEntryActionsCreatedFull runs the method SubmitEntry 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.

SubmitEntryActionsCreatedLink runs the method SubmitEntry 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 SubmitEntryActionsNotImplemented

func SubmitEntryActionsNotImplemented(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ActionsController, payload *app.EntryPayload) http.ResponseWriter

SubmitEntryActionsNotImplemented runs the method SubmitEntry 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 SubmitEntryDraftActionsBadRequest

func SubmitEntryDraftActionsBadRequest(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ActionsController, payload *app.EntryPayload) (http.ResponseWriter, error)

SubmitEntryDraftActionsBadRequest runs the method SubmitEntryDraft 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 SubmitEntryDraftActionsCreated

SubmitEntryDraftActionsCreated runs the method SubmitEntryDraft 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 SubmitEntryDraftActionsCreatedFull

func SubmitEntryDraftActionsCreatedFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ActionsController, payload *app.EntryPayload) (http.ResponseWriter, *app.ComJossemargtSaoDraftSubmitTransactionFull)

SubmitEntryDraftActionsCreatedFull runs the method SubmitEntryDraft 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 SubmitEntryDraftActionsCreatedLink(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ActionsController, payload *app.EntryPayload) (http.ResponseWriter, *app.ComJossemargtSaoDraftSubmitTransactionLink)

SubmitEntryDraftActionsCreatedLink runs the method SubmitEntryDraft 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 SubmitEntryDraftActionsNotImplemented

func SubmitEntryDraftActionsNotImplemented(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.ActionsController, payload *app.EntryPayload) http.ResponseWriter

SubmitEntryDraftActionsNotImplemented runs the method SubmitEntryDraft 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 SummarizeScoreActionsBadRequest

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

SummarizeScoreActionsBadRequest runs the method SummarizeScore 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 SummarizeScoreActionsNotImplemented

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

SummarizeScoreActionsNotImplemented runs the method SummarizeScore 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