package
1.6.14
Repository: https://github.com/getgauge/gauge.git
Documentation: pkg.go.dev

# Functions

AddPostHook adds the after hook execution result to the actual result object.
AddPreHook adds the before hook execution result to the actual result object.
GetProtoHookFailure returns the failure result of hook execution.
NewConceptResult creates a ConceptResult with given ProtoConcept.
NewStepResult is a constructor for StepResult.
NewSuiteResult is a constructor for SuitResult.

# Structs

ConceptResult represents result of a concept execution.
SpecResult represents the result of spec execution.
StepResult represents the result of step execution.
SuitResult represents the result of suit execution.

# Interfaces

ExecTimeTracker is an interface for tracking execution time.
Result represents execution result.