Documentation ¶
Index ¶
- Constants
- func OuputsStr() []string
- func TestRun(baseURLFn func() string, colorsEnabled bool, options ...testRunFormatterOption) testRun
- func TestSuiteRun(baseURLFn func() string, colorsEnabled bool) testSuiteRun
- func ValidOutput(o Output) bool
- func WithPadding(padding int) testRunFormatterOption
- type Output
- type TestRunOutput
- type TestSuiteRunOutput
Constants ¶
View Source
const ( PASSED_TEST_ICON = "✔" FAILED_TEST_ICON = "✘" )
Variables ¶
This section is empty.
Functions ¶
func TestSuiteRun ¶
func ValidOutput ¶
func WithPadding ¶
func WithPadding(padding int) testRunFormatterOption
Types ¶
type TestRunOutput ¶
type TestSuiteRunOutput ¶
Click to show internal directories.
Click to hide internal directories.