testutil

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Calls

type Calls []*gomock.Call

func (Calls) After

func (c Calls) After(calls Calls) Calls

func (Calls) AfterCall

func (c Calls) AfterCall(call *gomock.Call) Calls

func (Calls) Before

func (c Calls) Before(calls Calls) Calls

func (Calls) BeforeCall

func (c Calls) BeforeCall(call *gomock.Call) Calls

type Request

type Request struct {
	Method        string
	Path          string
	Authenticated bool
	ContentType   string
	ContentLength int64
	Body          string
}

type Server

type Server struct {
	// contains filtered or unexported fields
}

func Serve

func Serve(cli *mocks.MockCliConnection) *Server

func (*Server) Handle

func (s *Server) Handle(auth bool, status int, response string) (*Request, Calls)

func (*Server) HandleApp

func (s *Server) HandleApp(name string, status int, response string) (*Request, Calls)

Jump to

Keyboard shortcuts

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