Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct { Time time.Time Action TestAction Package GoPackage Test string Output string Elapsed float64 }
func ParseReportJson ¶
type TestAction ¶
type TestAction string
const ( Run TestAction = "run" Output TestAction = "output" Pass TestAction = "pass" Skip TestAction = "skip" Fail TestAction = "fail" )
func (TestAction) String ¶
func (ta TestAction) String() string
Click to show internal directories.
Click to hide internal directories.