# Functions
DescribeTable describes a table-driven test.
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.