testutils

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2019 License: GPL-2.0-or-later Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UnmarshalAndCompare

func UnmarshalAndCompare(marshaled string, obj interface{}) []string

Types

type TestCase

type TestCase struct {
	Name    string
	Ctx     context.Context
	Request events.APIGatewayProxyRequest
	*TestResult
}

func (TestCase) ResponseEqual

func (c TestCase) ResponseEqual(t *testing.T, response *events.APIGatewayProxyResponse) error

type TestCases

type TestCases []TestCase

func (TestCases) RunTests

type TestResult

type TestResult struct {
	ExpectedStatus     int
	ExpectedBodyObject interface{}
}

func ExpectError

func ExpectError(status int, msgs ...string) *TestResult

Jump to

Keyboard shortcuts

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