...
Package decorators
Ginkgo is usually dot-imported via:
import . "github.com/onsi/ginkgo/v2"
however some parts of the DSL may conflict with existing symbols in the user's code.
To mitigate this without losing the brevity of dot-importing Ginkgo the various packages in the
dsl directory provide pieces of the Ginkgo DSL that can be dot-imported separately.
This "decorators" package pulls in the various decorators defined in the Ginkgo DSL.
Constants
const ContinueOnFailure = ginkgo.ContinueOnFailure
const Focus = ginkgo.Focus
const OncePerOrdered = ginkgo.OncePerOrdered
const Ordered = ginkgo.Ordered
const Pending = ginkgo.Pending
const Serial = ginkgo.Serial
const SuppressProgressReporting = ginkgo.SuppressProgressReporting
Variables
var Label = ginkgo.Label
type FlakeAttempts = ginkgo.FlakeAttempts
type GracePeriod = ginkgo.GracePeriod
type Labels = ginkgo.Labels
type MustPassRepeatedly = ginkgo.MustPassRepeatedly
type NodeTimeout = ginkgo.NodeTimeout
type Offset = ginkgo.Offset
type PollProgressAfter = ginkgo.PollProgressAfter
type PollProgressInterval = ginkgo.PollProgressInterval
type SpecTimeout = ginkgo.SpecTimeout