Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeGUIDProvider
- func (fake *FakeGUIDProvider) Invocations() map[string][][]interface{}
- func (fake *FakeGUIDProvider) NextGUID() (string, error)
- func (fake *FakeGUIDProvider) NextGUIDCallCount() int
- func (fake *FakeGUIDProvider) NextGUIDCalls(stub func() (string, error))
- func (fake *FakeGUIDProvider) NextGUIDReturns(result1 string, result2 error)
- func (fake *FakeGUIDProvider) NextGUIDReturnsOnCall(i int, result1 string, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGUIDProvider ¶
type FakeGUIDProvider struct { NextGUIDStub func() (string, error) // contains filtered or unexported fields }
func (*FakeGUIDProvider) Invocations ¶
func (fake *FakeGUIDProvider) Invocations() map[string][][]interface{}
func (*FakeGUIDProvider) NextGUID ¶
func (fake *FakeGUIDProvider) NextGUID() (string, error)
func (*FakeGUIDProvider) NextGUIDCallCount ¶
func (fake *FakeGUIDProvider) NextGUIDCallCount() int
func (*FakeGUIDProvider) NextGUIDCalls ¶
func (fake *FakeGUIDProvider) NextGUIDCalls(stub func() (string, error))
func (*FakeGUIDProvider) NextGUIDReturns ¶
func (fake *FakeGUIDProvider) NextGUIDReturns(result1 string, result2 error)
func (*FakeGUIDProvider) NextGUIDReturnsOnCall ¶
func (fake *FakeGUIDProvider) NextGUIDReturnsOnCall(i int, result1 string, result2 error)
Click to show internal directories.
Click to hide internal directories.