Versions in this module Expand all Collapse all v1 v1.3.1 Apr 3, 2017 v1.3.0 Mar 29, 2017 Changes in this version + func DescribeTable(description string, itBody interface{}, entries ...TableEntry) bool + func FDescribeTable(description string, itBody interface{}, entries ...TableEntry) bool + func PDescribeTable(description string, itBody interface{}, entries ...TableEntry) bool + func XDescribeTable(description string, itBody interface{}, entries ...TableEntry) bool + type TableEntry struct + Description string + Focused bool + Parameters []interface{} + Pending bool + func Entry(description string, parameters ...interface{}) TableEntry + func FEntry(description string, parameters ...interface{}) TableEntry + func PEntry(description string, parameters ...interface{}) TableEntry + func XEntry(description string, parameters ...interface{}) TableEntry