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 "table" package pulls in the Ginkgo's table-testing DSL
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DescribeTable = ginkgo.DescribeTable
View Source
var DescribeTableSubtree = ginkgo.DescribeTableSubtree
View Source
var Entry = ginkgo.Entry
View Source
var FDescribeTable = ginkgo.FDescribeTable
View Source
var FDescribeTableSubtree = ginkgo.FDescribeTableSubtree
View Source
var FEntry = ginkgo.FEntry
View Source
var PDescribeTable = ginkgo.PDescribeTable
View Source
var PDescribeTableSubtree = ginkgo.PDescribeTableSubtree
View Source
var PEntry = ginkgo.PEntry
View Source
var XDescribeTable = ginkgo.XDescribeTable
View Source
var XDescribeTableSubtree = ginkgo.XDescribeTableSubtree
View Source
var XEntry = ginkgo.XEntry
Functions ¶
This section is empty.
Types ¶
type EntryDescription ¶
type EntryDescription = ginkgo.EntryDescription
type TableEntry ¶
type TableEntry = ginkgo.TableEntry
Click to show internal directories.
Click to hide internal directories.