Documentation ¶
Overview ¶
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.
Index ¶
Constants ¶
View Source
const ContinueOnFailure = ginkgo.ContinueOnFailure
View Source
const Focus = ginkgo.Focus
View Source
const OncePerOrdered = ginkgo.OncePerOrdered
View Source
const Ordered = ginkgo.Ordered
View Source
const Pending = ginkgo.Pending
View Source
const Serial = ginkgo.Serial
View Source
const SuppressProgressReporting = ginkgo.SuppressProgressReporting
Variables ¶
View Source
var Label = ginkgo.Label
Functions ¶
This section is empty.
Types ¶
type FlakeAttempts ¶
type FlakeAttempts = ginkgo.FlakeAttempts
type GracePeriod ¶
type GracePeriod = ginkgo.GracePeriod
type MustPassRepeatedly ¶
type MustPassRepeatedly = ginkgo.MustPassRepeatedly
type NodeTimeout ¶
type NodeTimeout = ginkgo.NodeTimeout
type PollProgressAfter ¶
type PollProgressAfter = ginkgo.PollProgressAfter
type PollProgressInterval ¶
type PollProgressInterval = ginkgo.PollProgressInterval
type SpecTimeout ¶
type SpecTimeout = ginkgo.SpecTimeout
Click to show internal directories.
Click to hide internal directories.