Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
Processor is an autogenerated mock type for the Processor type
func NewProcessor ¶
func NewProcessor(t mockConstructorTestingTNewProcessor) *Processor
NewProcessor creates a new instance of Processor. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Processor) ProcessBindingEvent ¶
func (_m *Processor) ProcessBindingEvent(ev *i3.BindingEvent)
ProcessBindingEvent provides a mock function with given fields: ev
func (*Processor) ProcessWindowEvent ¶
func (_m *Processor) ProcessWindowEvent(ev *i3.WindowEvent)
ProcessWindowEvent provides a mock function with given fields: ev
type RunCommandFunc ¶
RunCommandFunc is an autogenerated mock type for the RunCommandFunc type
func NewRunCommandFunc ¶
func NewRunCommandFunc(t mockConstructorTestingTNewRunCommandFunc) *RunCommandFunc
NewRunCommandFunc creates a new instance of RunCommandFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*RunCommandFunc) Execute ¶
func (_m *RunCommandFunc) Execute(command string) ([]i3.CommandResult, error)
Execute provides a mock function with given fields: command