fixturesmocks

package
v0.0.0-...-0fadc07 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package fixturesmocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAfterSuite

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

MockAfterSuite is a mock of AfterSuite interface.

func NewMockAfterSuite

func NewMockAfterSuite(ctrl *gomock.Controller) *MockAfterSuite

NewMockAfterSuite creates a new mock instance.

func (*MockAfterSuite) AfterSuite

func (m *MockAfterSuite) AfterSuite(arg0 context.Context)

AfterSuite mocks base method.

func (*MockAfterSuite) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockAfterSuiteMockRecorder

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

MockAfterSuiteMockRecorder is the mock recorder for MockAfterSuite.

func (*MockAfterSuiteMockRecorder) AfterSuite

func (mr *MockAfterSuiteMockRecorder) AfterSuite(arg0 interface{}) *gomock.Call

AfterSuite indicates an expected call of AfterSuite.

type MockAfterTest

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

MockAfterTest is a mock of AfterTest interface.

func NewMockAfterTest

func NewMockAfterTest(ctrl *gomock.Controller) *MockAfterTest

NewMockAfterTest creates a new mock instance.

func (*MockAfterTest) AfterTest

func (m *MockAfterTest) AfterTest(arg0 context.Context)

AfterTest mocks base method.

func (*MockAfterTest) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockAfterTestMockRecorder

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

MockAfterTestMockRecorder is the mock recorder for MockAfterTest.

func (*MockAfterTestMockRecorder) AfterTest

func (mr *MockAfterTestMockRecorder) AfterTest(arg0 interface{}) *gomock.Call

AfterTest indicates an expected call of AfterTest.

type MockBeforeSuite

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

MockBeforeSuite is a mock of BeforeSuite interface.

func NewMockBeforeSuite

func NewMockBeforeSuite(ctrl *gomock.Controller) *MockBeforeSuite

NewMockBeforeSuite creates a new mock instance.

func (*MockBeforeSuite) BeforeSuite

func (m *MockBeforeSuite) BeforeSuite(arg0 context.Context) context.Context

BeforeSuite mocks base method.

func (*MockBeforeSuite) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockBeforeSuiteMockRecorder

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

MockBeforeSuiteMockRecorder is the mock recorder for MockBeforeSuite.

func (*MockBeforeSuiteMockRecorder) BeforeSuite

func (mr *MockBeforeSuiteMockRecorder) BeforeSuite(arg0 interface{}) *gomock.Call

BeforeSuite indicates an expected call of BeforeSuite.

type MockBeforeTest

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

MockBeforeTest is a mock of BeforeTest interface.

func NewMockBeforeTest

func NewMockBeforeTest(ctrl *gomock.Controller) *MockBeforeTest

NewMockBeforeTest creates a new mock instance.

func (*MockBeforeTest) BeforeTest

func (m *MockBeforeTest) BeforeTest(arg0 context.Context, arg1 fixtures.TestingT) context.Context

BeforeTest mocks base method.

func (*MockBeforeTest) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockBeforeTestMockRecorder

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

MockBeforeTestMockRecorder is the mock recorder for MockBeforeTest.

func (*MockBeforeTestMockRecorder) BeforeTest

func (mr *MockBeforeTestMockRecorder) BeforeTest(arg0, arg1 interface{}) *gomock.Call

BeforeTest indicates an expected call of BeforeTest.

type MockSuite

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

MockSuite is a mock of Suite interface.

func NewMockSuite

func NewMockSuite(ctrl *gomock.Controller) *MockSuite

NewMockSuite creates a new mock instance.

func (*MockSuite) EXPECT

func (m *MockSuite) EXPECT() *MockSuiteMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSuite) IsSuite

func (m *MockSuite) IsSuite()

IsSuite mocks base method.

type MockSuiteMockRecorder

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

MockSuiteMockRecorder is the mock recorder for MockSuite.

func (*MockSuiteMockRecorder) IsSuite

func (mr *MockSuiteMockRecorder) IsSuite() *gomock.Call

IsSuite indicates an expected call of IsSuite.

type MockTestingT

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

MockTestingT is a mock of TestingT interface.

func NewMockTestingT

func NewMockTestingT(ctrl *gomock.Controller) *MockTestingT

NewMockTestingT creates a new mock instance.

func (*MockTestingT) Cleanup

func (m *MockTestingT) Cleanup(f func())

Cleanup mocks base method.

func (*MockTestingT) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTestingT) Error

func (m *MockTestingT) Error(args ...interface{})

Error mocks base method.

func (*MockTestingT) Errorf

func (m *MockTestingT) Errorf(format string, args ...interface{})

Errorf mocks base method.

func (*MockTestingT) Fail

func (m *MockTestingT) Fail()

Fail mocks base method.

func (*MockTestingT) FailNow

func (m *MockTestingT) FailNow()

FailNow mocks base method.

func (*MockTestingT) Failed

func (m *MockTestingT) Failed() bool

Failed mocks base method.

func (*MockTestingT) Fatal

func (m *MockTestingT) Fatal(args ...interface{})

Fatal mocks base method.

func (*MockTestingT) Fatalf

func (m *MockTestingT) Fatalf(format string, args ...interface{})

Fatalf mocks base method.

func (*MockTestingT) Helper

func (m *MockTestingT) Helper()

Helper mocks base method.

func (*MockTestingT) Log

func (m *MockTestingT) Log(args ...interface{})

Log mocks base method.

func (*MockTestingT) Logf

func (m *MockTestingT) Logf(format string, args ...interface{})

Logf mocks base method.

func (*MockTestingT) Name

func (m *MockTestingT) Name() string

Name mocks base method.

func (*MockTestingT) Run

func (m *MockTestingT) Run(name string, f func(*testing.T)) bool

Run mocks base method.

func (*MockTestingT) Skip

func (m *MockTestingT) Skip(args ...interface{})

Skip mocks base method.

func (*MockTestingT) SkipNow

func (m *MockTestingT) SkipNow()

SkipNow mocks base method.

func (*MockTestingT) Skipf

func (m *MockTestingT) Skipf(format string, args ...interface{})

Skipf mocks base method.

func (*MockTestingT) Skipped

func (m *MockTestingT) Skipped() bool

Skipped mocks base method.

func (*MockTestingT) TempDir

func (m *MockTestingT) TempDir() string

TempDir mocks base method.

type MockTestingTMockRecorder

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

MockTestingTMockRecorder is the mock recorder for MockTestingT.

func (*MockTestingTMockRecorder) Cleanup

func (mr *MockTestingTMockRecorder) Cleanup(f interface{}) *gomock.Call

Cleanup indicates an expected call of Cleanup.

func (*MockTestingTMockRecorder) Error

func (mr *MockTestingTMockRecorder) Error(args ...interface{}) *gomock.Call

Error indicates an expected call of Error.

func (*MockTestingTMockRecorder) Errorf

func (mr *MockTestingTMockRecorder) Errorf(format interface{}, args ...interface{}) *gomock.Call

Errorf indicates an expected call of Errorf.

func (*MockTestingTMockRecorder) Fail

func (mr *MockTestingTMockRecorder) Fail() *gomock.Call

Fail indicates an expected call of Fail.

func (*MockTestingTMockRecorder) FailNow

func (mr *MockTestingTMockRecorder) FailNow() *gomock.Call

FailNow indicates an expected call of FailNow.

func (*MockTestingTMockRecorder) Failed

func (mr *MockTestingTMockRecorder) Failed() *gomock.Call

Failed indicates an expected call of Failed.

func (*MockTestingTMockRecorder) Fatal

func (mr *MockTestingTMockRecorder) Fatal(args ...interface{}) *gomock.Call

Fatal indicates an expected call of Fatal.

func (*MockTestingTMockRecorder) Fatalf

func (mr *MockTestingTMockRecorder) Fatalf(format interface{}, args ...interface{}) *gomock.Call

Fatalf indicates an expected call of Fatalf.

func (*MockTestingTMockRecorder) Helper

func (mr *MockTestingTMockRecorder) Helper() *gomock.Call

Helper indicates an expected call of Helper.

func (*MockTestingTMockRecorder) Log

func (mr *MockTestingTMockRecorder) Log(args ...interface{}) *gomock.Call

Log indicates an expected call of Log.

func (*MockTestingTMockRecorder) Logf

func (mr *MockTestingTMockRecorder) Logf(format interface{}, args ...interface{}) *gomock.Call

Logf indicates an expected call of Logf.

func (*MockTestingTMockRecorder) Name

func (mr *MockTestingTMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

func (*MockTestingTMockRecorder) Run

func (mr *MockTestingTMockRecorder) Run(name, f interface{}) *gomock.Call

Run indicates an expected call of Run.

func (*MockTestingTMockRecorder) Skip

func (mr *MockTestingTMockRecorder) Skip(args ...interface{}) *gomock.Call

Skip indicates an expected call of Skip.

func (*MockTestingTMockRecorder) SkipNow

func (mr *MockTestingTMockRecorder) SkipNow() *gomock.Call

SkipNow indicates an expected call of SkipNow.

func (*MockTestingTMockRecorder) Skipf

func (mr *MockTestingTMockRecorder) Skipf(format interface{}, args ...interface{}) *gomock.Call

Skipf indicates an expected call of Skipf.

func (*MockTestingTMockRecorder) Skipped

func (mr *MockTestingTMockRecorder) Skipped() *gomock.Call

Skipped indicates an expected call of Skipped.

func (*MockTestingTMockRecorder) TempDir

func (mr *MockTestingTMockRecorder) TempDir() *gomock.Call

TempDir indicates an expected call of TempDir.

Jump to

Keyboard shortcuts

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