Versions in this module Expand all Collapse all v2 v2.0.0 Jul 12, 2016 Changes in this version + type Failer struct + func New() *Failer + func (f *Failer) Drain(componentType types.SpecComponentType, componentIndex int, ...) (types.SpecFailure, types.SpecState) + func (f *Failer) Fail(message string, location types.CodeLocation) + func (f *Failer) Panic(location types.CodeLocation, forwardedPanic interface{}) + func (f *Failer) Skip(message string, location types.CodeLocation) + func (f *Failer) Timeout(location types.CodeLocation)