package decorators
import "github.com/onsi/ginkgo/v2/dsl/decorators"
Ginkgo isusually 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 Focus = ginkgo.Focus
const OncePerOrdered = ginkgo.OncePerOrdered
const Ordered = ginkgo.Ordered
const Pending = ginkgo.Pending
const Serial = ginkgo.Serial
Variables ¶
var Label = ginkgo.Label
Types ¶
type FlakeAttempts ¶
type FlakeAttempts = ginkgo.FlakeAttempts
type Labels ¶
type Labels = ginkgo.Labels
type Offset ¶
type Offset = ginkgo.Offset
Source Files ¶
- Version
- v2.1.1
- Published
- Jan 27, 2022
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 3 days ago –
Tools for package owners.