mocks

package
v0.0.0-...-b83e1b1 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const HTTPResponseCreated = 201

Variables

This section is empty.

Functions

func WithMockGithubAPI

func WithMockGithubAPI(doer func(mockServerURL string, requestAsserter GithubAPIRequestAsserter))

Types

type CapturedRequest

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

type DefaultGithubAPIRequestAsserter

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

func (*DefaultGithubAPIRequestAsserter) AddRequest

func (a *DefaultGithubAPIRequestAsserter) AddRequest(request *CapturedRequest)

func (*DefaultGithubAPIRequestAsserter) AssertNoRequestsWereMade

func (a *DefaultGithubAPIRequestAsserter) AssertNoRequestsWereMade(t *testing.T)

func (*DefaultGithubAPIRequestAsserter) AssertRequestWasMade

func (a *DefaultGithubAPIRequestAsserter) AssertRequestWasMade(t *testing.T, path string, apikey string, body map[string]interface{})

type GithubAPIRequestAsserter

type GithubAPIRequestAsserter interface {
	AssertRequestWasMade(t *testing.T, path string, apikey string, body map[string]interface{})
	AssertNoRequestsWereMade(t *testing.T)
}

type MockPropertyGetter

type MockPropertyGetter struct {
	mock.Mock
}

func NewMockPropertyGetter

func NewMockPropertyGetter() *MockPropertyGetter

func (*MockPropertyGetter) GetProperty

func (m *MockPropertyGetter) GetProperty(s string) (string, bool)

Jump to

Keyboard shortcuts

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