Documentation
¶
Index ¶
- func Case(description string, parameters ...interface{}) tableEntry
- func FCase(description string, parameters ...interface{}) tableEntry
- func PCase(description string, parameters ...interface{}) tableEntry
- func WaitFor(geths []container.Ethereum, ...)
- func XCase(description string, parameters ...interface{}) tableEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Case ¶
func Case(description string, parameters ...interface{}) tableEntry
Entry constructs a tableEntry.
The first argument is a required description (this becomes the content of the generated Ginkgo `It`). Subsequent parameters are saved off and sent to the callback passed in to `DescribeTable`.
Each Entry ends up generating an individual Ginkgo It.
func FCase ¶
func FCase(description string, parameters ...interface{}) tableEntry
You can focus a particular entry with FEntry. This is equivalent to FIt.
func PCase ¶
func PCase(description string, parameters ...interface{}) tableEntry
You can mark a particular entry as pending with PEntry. This is equivalent to PIt.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.