package
1.6.0
Repository: https://github.com/jcsirot/ginkgo.git
Documentation: pkg.go.dev

# Functions

DescribeTable describes a table-driven test.
Entry
Entry constructs a TableEntry.
You can focus a table with `FDescribeTable`.
You can focus a particular entry with FEntry.
You can mark a table as pending with `PDescribeTable`.
You can mark a particular entry as pending with PEntry.
You can mark a table as pending with `XDescribeTable`.
You can mark a particular entry as pending with XEntry.

# Structs

TableEntry represents an entry in a table test.