restscenario

package
v0.0.0-...-8fc61e2 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Call

func Call(m map[string]interface{}, name string, params ...interface{}) (result []reflect.Value, err error)

func EchoTest

func EchoTest(t *testing.T, tc TestCases) (string, error)

func SetUpForRest

func SetUpForRest()

func TearDownForRest

func TearDownForRest()

Types

type TestCases

type TestCases struct {
	Name                 string
	EchoFunc             string
	HttpMethod           string
	WhenURL              string
	GivenQueryParams     string
	GivenParaNames       []string
	GivenParaVals        []string
	GivenPostData        string
	ExpectStatus         int
	ExpectBodyStartsWith string
	ExpectBodyContains   string
}

Jump to

Keyboard shortcuts

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