Documentation
¶
Index ¶
Constants ¶
View Source
const ( RED = "\033[0;31m" LIGHT_RED = "\033[1;31m" GREEN = "\033[0;32m" LIGHT_GREEN = "\033[1;32m" YELLOW = "\033[1;33m" ORANGE = "\033[0;33m" CYAN = "\033[0;36m" BLUE = "\033[0;34m" PURPLE = "\033[0;35m" NC = "\033[0m" // No Color )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutWriter ¶
type OutWriter struct {
Format string // TODO(nkubala): implement JSON type
Verbose bool
Quiet bool
}
func (*OutWriter) FinalResults ¶ added in v1.1.0
func (o *OutWriter) FinalResults(results []*types.TestResult) bool
func (*OutWriter) OutputResult ¶ added in v1.1.0
func (o *OutWriter) OutputResult(result *types.TestResult)
Click to show internal directories.
Click to hide internal directories.