Documentation
¶
Index ¶
- type MockHelper
- func (h *MockHelper) AfterSuite(_ context.Context, _ *gomega.WithT)
- func (h *MockHelper) BeforeSuite(ctx context.Context, _ *gomega.WithT) context.Context
- func (h *MockHelper) BeforeTest(ctx context.Context, _ *gomega.WithT, _ *gomock.Controller) context.Context
- func (h *MockHelper) GetMock() *clock.Mock
- type RealHelper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHelper ¶
type MockHelper struct {
// contains filtered or unexported fields
}
MockHelper is a test helper.
func (*MockHelper) AfterSuite ¶
func (h *MockHelper) AfterSuite(_ context.Context, _ *gomega.WithT)
AfterSuite implements fixturez.AfterSuite.
func (*MockHelper) BeforeSuite ¶
BeforeSuite implements fixturez.BeforeSuite.
func (*MockHelper) BeforeTest ¶
func (h *MockHelper) BeforeTest(ctx context.Context, _ *gomega.WithT, _ *gomock.Controller) context.Context
BeforeTest implements fixturez.BeforeTest.
type RealHelper ¶
type RealHelper struct {
// contains filtered or unexported fields
}
RealHelper is a test helper.
func (*RealHelper) AfterSuite ¶
func (h *RealHelper) AfterSuite(_ context.Context, _ *gomega.WithT)
AfterSuite implements fixturez.AfterSuite.
func (*RealHelper) BeforeSuite ¶
BeforeSuite implements fixturez.BeforeSuite.
Click to show internal directories.
Click to hide internal directories.