Documentation ¶
Index ¶
- type 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) Timeout(location types.CodeLocation)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Failer ¶
type Failer struct {
// contains filtered or unexported fields
}
func (*Failer) Drain ¶
func (f *Failer) Drain(componentType types.SpecComponentType, componentIndex int, componentCodeLocation types.CodeLocation) (types.SpecFailure, types.SpecState)
func (*Failer) Panic ¶
func (f *Failer) Panic(location types.CodeLocation, forwardedPanic interface{})
func (*Failer) Timeout ¶
func (f *Failer) Timeout(location types.CodeLocation)
Click to show internal directories.
Click to hide internal directories.