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 ¶ added in v2.3.0
type GracePeriod = ginkgo.GracePeriod
type MustPassRepeatedly ¶ added in v2.4.0
type MustPassRepeatedly = ginkgo.MustPassRepeatedly
type NodeTimeout ¶ added in v2.3.0
type NodeTimeout = ginkgo.NodeTimeout
type PollProgressAfter ¶ added in v2.2.0
type PollProgressAfter = ginkgo.PollProgressAfter
type PollProgressInterval ¶ added in v2.2.0
type PollProgressInterval = ginkgo.PollProgressInterval
type SpecTimeout ¶ added in v2.3.0
type SpecTimeout = ginkgo.SpecTimeout
Click to show internal directories.
Click to hide internal directories.