//
pkg.gl
Category
github.com/smartystreets/goconvey
convey
reporting
package
1.8.1
Repository:
https://github.com/smartystreets/goconvey.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
9
Dependents
24
Files
663 SLOC
#
Functions
BuildDotReporter
BuildJsonReporter
BuildSilentReporter
BuildStoryReporter
NewConsole
NewDotReporter
NewErrorReport
NewFailureReport
NewGoTestReporter
NewJsonReporter
NewPrinter
NewProblemReporter
NewReporters
NewScopeReport
NewSilentProblemReporter
NewSkipReport
NewStatisticsReporter
NewStoryReport
NewStoryReporter
NewSuccessReport
PrintConsoleStatistics
QuietMode
QuietMode disables all console output symbols.
SuppressConsoleStatistics
#
Constants
CloseJson
"⌫".
OpenJson
"⌦".
#
Structs
AssertionResult
FailureView
FailureView is also declared in github.com/smarty/assertions.
JsonReporter
Printer
ScopeReport
ScopeResult
StoryReport
#
Interfaces
Reporter
T
This interface allows us to pass the *testing.T struct throughout the internals of this tool without ever having to import the "testing" package.