Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type LoggingState
- func (fake *LoggingState) Disable()
- func (fake *LoggingState) DisableCallCount() int
- func (fake *LoggingState) Enable()
- func (fake *LoggingState) EnableCallCount() int
- func (fake *LoggingState) Invocations() map[string][][]interface{}
- func (fake *LoggingState) IsEnabled() bool
- func (fake *LoggingState) IsEnabledCallCount() int
- func (fake *LoggingState) IsEnabledReturns(result1 bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingState ¶
type LoggingState struct { DisableStub func() EnableStub func() IsEnabledStub func() bool // contains filtered or unexported fields }
func (*LoggingState) Disable ¶
func (fake *LoggingState) Disable()
func (*LoggingState) DisableCallCount ¶
func (fake *LoggingState) DisableCallCount() int
func (*LoggingState) Enable ¶
func (fake *LoggingState) Enable()
func (*LoggingState) EnableCallCount ¶
func (fake *LoggingState) EnableCallCount() int
func (*LoggingState) Invocations ¶
func (fake *LoggingState) Invocations() map[string][][]interface{}
func (*LoggingState) IsEnabled ¶
func (fake *LoggingState) IsEnabled() bool
func (*LoggingState) IsEnabledCallCount ¶
func (fake *LoggingState) IsEnabledCallCount() int
func (*LoggingState) IsEnabledReturns ¶
func (fake *LoggingState) IsEnabledReturns(result1 bool)
Click to show internal directories.
Click to hide internal directories.