some_pkg

package
v0.2.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2015 License: Apache-2.0, MIT, Apache-2.0 Imports: 10 Imported by: 0

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL