Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockComplicatedThing ¶
type MockComplicatedThing interface { complicated_pkg.ComplicatedThing oglemock.MockObject }
func NewMockComplicatedThing ¶
func NewMockComplicatedThing( c oglemock.Controller, desc string) MockComplicatedThing
type MockImage ¶
type MockImage interface { image.Image oglemock.MockObject }
func NewMockImage ¶
func NewMockImage( c oglemock.Controller, desc string) MockImage
type MockPalettedImage ¶
type MockPalettedImage interface { image.PalettedImage oglemock.MockObject }
func NewMockPalettedImage ¶
func NewMockPalettedImage( c oglemock.Controller, desc string) MockPalettedImage
type MockReader ¶
type MockReader interface { io.Reader oglemock.MockObject }
func NewMockReader ¶
func NewMockReader( c oglemock.Controller, desc string) MockReader
type MockSomeInterface ¶
type MockSomeInterface interface { tony.SomeInterface oglemock.MockObject }
func NewMockSomeInterface ¶
func NewMockSomeInterface( c oglemock.Controller, desc string) MockSomeInterface
type MockWriter ¶
type MockWriter interface { io.Writer oglemock.MockObject }
func NewMockWriter ¶
func NewMockWriter( c oglemock.Controller, desc string) MockWriter
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package complicated_pkg contains an interface with lots of interesting cases, for use in integration testing.
|
Package complicated_pkg contains an interface with lots of interesting cases, for use in integration testing. |
A package that calls itself something different than its package path would have you believe.
|
A package that calls itself something different than its package path would have you believe. |
Click to show internal directories.
Click to hide internal directories.