# Functions

Fail wraps ginkgo.Fail so that it panics with more useful information about the failure.
Skip wraps ginkgo.Skip so that it panics with more useful information about why the test is being skipped.

# Structs

FailurePanic is the value that will be panicked from Fail.
SkipPanic is the value that will be panicked from Skip.