Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCmdStarter ¶
type FakeCmdStarter struct {
CalledWith []callToStartMethod
ToReturn []startMethodStub
TotalCallsToStart int
}
func NewFakeCmdStarter ¶
func NewFakeCmdStarter() *FakeCmdStarter
type FakeRedactor ¶
type FakeRedactor struct {
RedactStub func(toRedact string) string
// contains filtered or unexported fields
}
func (*FakeRedactor) Redact ¶
func (fake *FakeRedactor) Redact(toRedact string) string
func (*FakeRedactor) RedactArgsForCall ¶
func (fake *FakeRedactor) RedactArgsForCall(i int) string
func (*FakeRedactor) RedactCallCount ¶
func (fake *FakeRedactor) RedactCallCount() int
func (*FakeRedactor) RedactReturns ¶
func (fake *FakeRedactor) RedactReturns(result1 string)
Click to show internal directories.
Click to hide internal directories.