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 FakeGUIDProvider ¶
type FakeGUIDProvider struct { NextGUIDStub func() (string, error) // contains filtered or unexported fields }
func (*FakeGUIDProvider) NextGUID ¶
func (fake *FakeGUIDProvider) NextGUID() (string, error)
func (*FakeGUIDProvider) NextGUIDCallCount ¶
func (fake *FakeGUIDProvider) NextGUIDCallCount() int
func (*FakeGUIDProvider) NextGUIDReturns ¶
func (fake *FakeGUIDProvider) NextGUIDReturns(result1 string, result2 error)
Click to show internal directories.
Click to hide internal directories.