mocks

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2024 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 CamundaMock

type CamundaMock struct {
	CompleteRequests   map[string][]interface{}
	StopRequests       map[string][]interface{}
	UnexpectedRequests map[string][]interface{}
	Server             *httptest.Server
	// contains filtered or unexported fields
}

func NewCamundaMock

func NewCamundaMock(ctx context.Context, fetchResponses []interface{}) (mock *CamundaMock)

func (*CamundaMock) GetCompleteRequests

func (this *CamundaMock) GetCompleteRequests() (result map[string][]interface{})

func (*CamundaMock) GetStopRequests

func (this *CamundaMock) GetStopRequests() (result map[string][]interface{})

func (*CamundaMock) GetUnexpectedRequests

func (this *CamundaMock) GetUnexpectedRequests() (result map[string][]interface{})

func (*CamundaMock) Start

func (this *CamundaMock) Start(ctx context.Context)

Jump to

Keyboard shortcuts

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