Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HaveBackgroundedMatcher ¶
type HaveBackgroundedMatcher struct { Spec fake_command_runner.CommandSpec // contains filtered or unexported fields }
func HaveBackgrounded ¶
func HaveBackgrounded(spec fake_command_runner.CommandSpec) *HaveBackgroundedMatcher
func (*HaveBackgroundedMatcher) FailureMessage ¶
func (m *HaveBackgroundedMatcher) FailureMessage(actual interface{}) (message string)
func (*HaveBackgroundedMatcher) Match ¶
func (m *HaveBackgroundedMatcher) Match(actual interface{}) (bool, error)
func (*HaveBackgroundedMatcher) NegatedFailureMessage ¶
func (m *HaveBackgroundedMatcher) NegatedFailureMessage(actual interface{}) (message string)
type HaveExecutedSeriallyMatcher ¶
type HaveExecutedSeriallyMatcher struct { Specs []fake_command_runner.CommandSpec // contains filtered or unexported fields }
func HaveExecutedSerially ¶
func HaveExecutedSerially(specs ...fake_command_runner.CommandSpec) *HaveExecutedSeriallyMatcher
func (*HaveExecutedSeriallyMatcher) FailureMessage ¶
func (m *HaveExecutedSeriallyMatcher) FailureMessage(actual interface{}) (message string)
func (*HaveExecutedSeriallyMatcher) Match ¶
func (m *HaveExecutedSeriallyMatcher) Match(actual interface{}) (bool, error)
func (*HaveExecutedSeriallyMatcher) NegatedFailureMessage ¶
func (m *HaveExecutedSeriallyMatcher) NegatedFailureMessage(actual interface{}) (message string)
type HaveKilledMatcher ¶
type HaveKilledMatcher struct { Spec fake_command_runner.CommandSpec // contains filtered or unexported fields }
func HaveKilled ¶
func HaveKilled(spec fake_command_runner.CommandSpec) *HaveKilledMatcher
func (*HaveKilledMatcher) FailureMessage ¶
func (m *HaveKilledMatcher) FailureMessage(actual interface{}) (message string)
func (*HaveKilledMatcher) Match ¶
func (m *HaveKilledMatcher) Match(actual interface{}) (bool, error)
func (*HaveKilledMatcher) NegatedFailureMessage ¶
func (m *HaveKilledMatcher) NegatedFailureMessage(actual interface{}) (message string)
type HaveSignalledMatcher ¶
type HaveSignalledMatcher struct { Spec fake_command_runner.CommandSpec Signal os.Signal // contains filtered or unexported fields }
func HaveSignalled ¶
func HaveSignalled(spec fake_command_runner.CommandSpec, signal os.Signal) *HaveSignalledMatcher
func (*HaveSignalledMatcher) FailureMessage ¶
func (m *HaveSignalledMatcher) FailureMessage(actual interface{}) (message string)
func (*HaveSignalledMatcher) Match ¶
func (m *HaveSignalledMatcher) Match(actual interface{}) (bool, error)
func (*HaveSignalledMatcher) NegatedFailureMessage ¶
func (m *HaveSignalledMatcher) NegatedFailureMessage(actual interface{}) (message string)
type HaveStartedExecutingMatcher ¶
type HaveStartedExecutingMatcher struct { Spec fake_command_runner.CommandSpec // contains filtered or unexported fields }
func HaveStartedExecuting ¶
func HaveStartedExecuting(spec fake_command_runner.CommandSpec) *HaveStartedExecutingMatcher
func (*HaveStartedExecutingMatcher) FailureMessage ¶
func (m *HaveStartedExecutingMatcher) FailureMessage(actual interface{}) (message string)
func (*HaveStartedExecutingMatcher) Match ¶
func (m *HaveStartedExecutingMatcher) Match(actual interface{}) (bool, error)
func (*HaveStartedExecutingMatcher) NegatedFailureMessage ¶
func (m *HaveStartedExecutingMatcher) NegatedFailureMessage(actual interface{}) (message string)
Click to show internal directories.
Click to hide internal directories.