type SuiteSummary … type SetupSummary … type SpecSummary … type SpecMeasurement … type SpecComponentType … type SpecFailure … var SpecComponentTypeInvalid … var SpecComponentTypeContainer … var SpecComponentTypeIt … var SpecComponentTypeBeforeEach … var SpecComponentTypeJustBeforeEach … var SpecComponentTypeAfterEach … var SpecComponentTypeJustAfterEach … var SpecComponentTypeBeforeSuite … var SpecComponentTypeSynchronizedBeforeSuite … var SpecComponentTypeAfterSuite … var SpecComponentTypeSynchronizedAfterSuite … type DeprecatedSuiteSummary … type DeprecatedSetupSummary … type DeprecatedSpecSummary … func (s DeprecatedSpecSummary) HasFailureState() bool { … } func (s DeprecatedSpecSummary) TimedOut() bool { … } func (s DeprecatedSpecSummary) Panicked() bool { … } func (s DeprecatedSpecSummary) Failed() bool { … } func (s DeprecatedSpecSummary) Passed() bool { … } func (s DeprecatedSpecSummary) Skipped() bool { … } func (s DeprecatedSpecSummary) Pending() bool { … } type DeprecatedSpecFailure … type DeprecatedSpecMeasurement … func (s DeprecatedSpecMeasurement) PrecisionFmt() string { … }