package table
import "github.com/onsi/ginkgo/v2/dsl/table"
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 "table" package pulls in the Ginkgo's table-testing DSL
Index ¶
Variables ¶
var DescribeTable = ginkgo.DescribeTable
var Entry = ginkgo.Entry
var FDescribeTable = ginkgo.FDescribeTable
var FEntry = ginkgo.FEntry
var PDescribeTable = ginkgo.PDescribeTable
var PEntry = ginkgo.PEntry
var XDescribeTable = ginkgo.XDescribeTable
var XEntry = ginkgo.XEntry
Types ¶
type EntryDescription ¶
type EntryDescription = ginkgo.EntryDescription
type TableEntry ¶
type TableEntry = ginkgo.TableEntry
Source Files ¶
- Version
- v2.4.0
- Published
- Oct 23, 2022
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 3 days ago –
Tools for package owners.