Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
Reader is an autogenerated mock type for the Reader type
func NewReader ¶
NewReader creates a new instance of Reader. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Reader) EXPECT ¶
func (_m *Reader) EXPECT() *Reader_Expecter
type Reader_Expecter ¶
type Reader_Expecter struct {
// contains filtered or unexported fields
}
func (*Reader_Expecter) Read ¶
func (_e *Reader_Expecter) Read(p interface{}) *Reader_Read_Call
Read is a helper method to define mock.On call
- p []byte
type Reader_Read_Call ¶
Reader_Read_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Read'
func (*Reader_Read_Call) Return ¶
func (_c *Reader_Read_Call) Return(n int, err error) *Reader_Read_Call
func (*Reader_Read_Call) Run ¶
func (_c *Reader_Read_Call) Run(run func(p []byte)) *Reader_Read_Call
func (*Reader_Read_Call) RunAndReturn ¶
func (_c *Reader_Read_Call) RunAndReturn(run func([]byte) (int, error)) *Reader_Read_Call
Click to show internal directories.
Click to hide internal directories.