Documentation ¶
Index ¶
- type Factory
- func (fa *Factory) BeforeEach(f func())
- func (fa *Factory) Int(key string) int
- func (fa *Factory) Int64(key string) int64
- func (fa *Factory) It(id string, description string, f func())
- func (fa *Factory) JustBeforeEach(f func())
- func (fa *Factory) Matcher(key string) GomegaMatcher
- func (f *Factory) NewMap() map[string]interface{}
- func (f *Factory) RunAll(m map[string]interface{})
- func (fa *Factory) String(key string) string
- func (fa *Factory) Val(key string) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct { JustBeforeEachFunc func() BeforeEachFunc func() ItFuncs map[string]func() Map *map[string]interface{} }
func NewTestFactory ¶
func NewTestFactory() *Factory
func (*Factory) BeforeEach ¶
func (fa *Factory) BeforeEach(f func())
func (*Factory) JustBeforeEach ¶
func (fa *Factory) JustBeforeEach(f func())
Click to show internal directories.
Click to hide internal directories.