package decorators

import "github.com/onsi/ginkgo/v2/dsl/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.

Index

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

Types

type FlakeAttempts

type FlakeAttempts = ginkgo.FlakeAttempts

type GracePeriod

type GracePeriod = ginkgo.GracePeriod

type Labels

type Labels = ginkgo.Labels

type MustPassRepeatedly

type MustPassRepeatedly = ginkgo.MustPassRepeatedly

type NodeTimeout

type NodeTimeout = ginkgo.NodeTimeout

type Offset

type Offset = ginkgo.Offset

type PollProgressAfter

type PollProgressAfter = ginkgo.PollProgressAfter

type PollProgressInterval

type PollProgressInterval = ginkgo.PollProgressInterval

type SpecTimeout

type SpecTimeout = ginkgo.SpecTimeout

Source Files

decorators_dsl.go

Version
v2.23.4 (latest)
Published
Apr 6, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
10 hours ago

Tools for package owners.