Versions in this module Expand all Collapse all v0 v0.19.1 Dec 15, 2015 v0.19.0 Dec 10, 2015 Changes in this version + const GINKGO_PANIC + const GINKGO_VERSION + var GinkgoWriter io.Writer + func AfterEach(body interface{}, timeout ...float64) bool + func AfterSuite(body interface{}, timeout ...float64) bool + func BeforeEach(body interface{}, timeout ...float64) bool + func BeforeSuite(body interface{}, timeout ...float64) bool + func By(text string, callbacks ...func()) + func Context(text string, body func()) bool + func Describe(text string, body func()) bool + func FContext(text string, body func()) bool + func FDescribe(text string, body func()) bool + func FIt(text string, body interface{}, timeout ...float64) bool + func FMeasure(text string, body interface{}, samples int) bool + func Fail(message string, callerSkip ...int) + func GinkgoParallelNode() int + func GinkgoRecover() + func It(text string, body interface{}, timeout ...float64) bool + func JustBeforeEach(body interface{}, timeout ...float64) bool + func Measure(text string, body interface{}, samples int) bool + func PContext(text string, body func()) bool + func PDescribe(text string, body func()) bool + func PIt(text string, _ ...interface{}) bool + func PMeasure(text string, _ ...interface{}) bool + func RunSpecs(t GinkgoTestingT, description string) bool + func RunSpecsWithCustomReporters(t GinkgoTestingT, description string, specReporters []Reporter) bool + func RunSpecsWithDefaultAndCustomReporters(t GinkgoTestingT, description string, specReporters []Reporter) bool + func Skip(message string, callerSkip ...int) + func SynchronizedAfterSuite(allNodesBody interface{}, node1Body interface{}, timeout ...float64) bool + func SynchronizedBeforeSuite(node1Body interface{}, allNodesBody interface{}, timeout ...float64) bool + func XContext(text string, body func()) bool + func XDescribe(text string, body func()) bool + func XIt(text string, _ ...interface{}) bool + func XMeasure(text string, _ ...interface{}) bool + type Benchmarker interface + RecordValue func(name string, value float64, info ...interface{}) + Time func(name string, body func(), info ...interface{}) (elapsedTime time.Duration) + type Done chan<- interface + type GinkgoTInterface interface + Error func(args ...interface{}) + Errorf func(format string, args ...interface{}) + Fail func() + FailNow func() + Failed func() bool + Fatal func(args ...interface{}) + Fatalf func(format string, args ...interface{}) + Log func(args ...interface{}) + Logf func(format string, args ...interface{}) + Parallel func() + Skip func(args ...interface{}) + SkipNow func() + Skipf func(format string, args ...interface{}) + Skipped func() bool + func GinkgoT(optionalOffset ...int) GinkgoTInterface + type GinkgoTestDescription struct + ComponentTexts []string + Failed bool + FileName string + FullTestText string + IsMeasurement bool + LineNumber int + TestText string + func CurrentGinkgoTestDescription() GinkgoTestDescription + type GinkgoTestingT interface + Fail func() + type Reporter reporters.Reporter