Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceMock ¶
type InterfaceMock struct {
// contains filtered or unexported fields
}
InterfaceMock interface github.com/sirkon/pamgen/internal/testing.Interface mock
func NewInterfaceMock ¶
func NewInterfaceMock(ctrl *gomock.Controller) *InterfaceMock
NewInterfaceMock creates InterfaceMock instance
func (*InterfaceMock) EXPECT ¶
func (m *InterfaceMock) EXPECT() *InterfaceMockRecorder
EXPECT returns expected calls recorder
func (*InterfaceMock) Fprintf ¶
Fprintf method to implement github.com/sirkon/pamgen/internal/testing.Interface
type InterfaceMockRecorder ¶
type InterfaceMockRecorder struct {
// contains filtered or unexported fields
}
InterfaceMockRecorder records expected calls of github.com/sirkon/pamgen/internal/testing.Interface
func (*InterfaceMockRecorder) Fprintf ¶
func (mr *InterfaceMockRecorder) Fprintf(dst, format interface{}, a ...interface{}) *gomock.Call
Fprintf register expected call of method github.com/sirkon/pamgen/internal/testing.Interface.Fprintf
func (*InterfaceMockRecorder) Just ¶
func (mr *InterfaceMockRecorder) Just(arg, arg2 interface{}) *gomock.Call
Just register expected call of method github.com/sirkon/pamgen/internal/testing.Interface.Just
func (*InterfaceMockRecorder) Printf ¶
func (mr *InterfaceMockRecorder) Printf(arg interface{}, arg2 ...interface{}) *gomock.Call
Printf register expected call of method github.com/sirkon/pamgen/internal/testing.Interface.Printf
type ReaderMock ¶
type ReaderMock struct {
// contains filtered or unexported fields
}
ReaderMock interface io.Reader mock
func NewReaderMock ¶
func NewReaderMock(ctrl *gomock.Controller) *ReaderMock
NewReaderMock creates ReaderMock instance
func (*ReaderMock) EXPECT ¶
func (m *ReaderMock) EXPECT() *ReaderMockRecorder
EXPECT returns expected calls recorder
type ReaderMockRecorder ¶
type ReaderMockRecorder struct {
// contains filtered or unexported fields
}
ReaderMockRecorder records expected calls of io.Reader
func (*ReaderMockRecorder) Read ¶
func (mr *ReaderMockRecorder) Read(p interface{}) *gomock.Call
Read register expected call of method io.Reader.Read