interfaces

package
v0.0.0-...-c2443e1 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2015 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bindable

type Bindable interface {
	BindedWith(interface{}) bool
}

type Creatable

type Creatable interface {
	Created() bool
}

type Findable

type Findable interface {
	Finded() string
}

type FindedByI

type FindedByI interface {
	FindedBy() string
}

type MatcherIface

type MatcherIface interface {
	Matcher() types.GomegaMatcher
	Prepare(actual interface{}) interface{}
	Format(actual interface{}) string
	Message() string
	i.Stringer
}

Jump to

Keyboard shortcuts

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