Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentWriter ¶
EnvironmentWriter is an autogenerated mock type for the EnvironmentWriter type
func NewEnvironmentWriter ¶
func NewEnvironmentWriter(t mockConstructorTestingTNewEnvironmentWriter) *EnvironmentWriter
NewEnvironmentWriter creates a new instance of EnvironmentWriter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type ExecD ¶
ExecD is an autogenerated mock type for the ExecD type
type ExecDWriter ¶
ExecDWriter is an autogenerated mock type for the ExecDWriter type
func NewExecDWriter ¶
func NewExecDWriter(t mockConstructorTestingTNewExecDWriter) *ExecDWriter
NewExecDWriter creates a new instance of ExecDWriter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type ExitHandler ¶
ExitHandler is an autogenerated mock type for the ExitHandler type
func NewExitHandler ¶
func NewExitHandler(t mockConstructorTestingTNewExitHandler) *ExitHandler
NewExitHandler creates a new instance of ExitHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ExitHandler) Error ¶
func (_m *ExitHandler) Error(_a0 error)
Error provides a mock function with given fields: _a0
func (*ExitHandler) Fail ¶
func (_m *ExitHandler) Fail()
Fail provides a mock function with given fields:
func (*ExitHandler) Pass ¶
func (_m *ExitHandler) Pass()
Pass provides a mock function with given fields:
type TOMLWriter ¶
TOMLWriter is an autogenerated mock type for the TOMLWriter type
func NewTOMLWriter ¶
func NewTOMLWriter(t mockConstructorTestingTNewTOMLWriter) *TOMLWriter
NewTOMLWriter creates a new instance of TOMLWriter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*TOMLWriter) Write ¶
func (_m *TOMLWriter) Write(path string, value interface{}) error
Write provides a mock function with given fields: path, value