...

Package decorators

import "github.com/onsi/ginkgo/v2/dsl/decorators"
Overview
Index

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.

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

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