Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CustomScreenShot *func() []byte
View Source
var T *testingT
T is a wrapper around *testing.T
Functions ¶
This section is empty.
Types ¶
type GaugeContext ¶
type GaugeContext struct { Steps []Step Hooks []Hook ScenarioStore map[string]interface{} SpecStore map[string]interface{} SuiteStore map[string]interface{} CustomMessageRegistry []string }
func (*GaugeContext) ClearCustomMessages ¶
func (c *GaugeContext) ClearCustomMessages()
ClearCustomMessages clears the CustomMessageRegistry
func (*GaugeContext) GetHooks ¶
func (c *GaugeContext) GetHooks(hookType HookType, tags []string) []Hook
func (*GaugeContext) GetStepByDesc ¶
func (c *GaugeContext) GetStepByDesc(desc string) (*Step, error)
Click to show internal directories.
Click to hide internal directories.