Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Status ¶
type Status int
Status is an enum that represents test success/failure
func (Status) MarshalText ¶
type StatusSummary ¶
StatusSummary contains the status report of a TestReponse, see SummarizeStatus.
type TestResponse ¶
TestResponse contains the reply from a test client, most importantly, contains a list of Results for the test cases ran by the test client
func (*TestResponse) SummarizeStatus ¶
func (test *TestResponse) SummarizeStatus() StatusSummary
SummarizeStatus returns a summary of the TestResponse, compiling it from all the Results pertaining to it.
Click to show internal directories.
Click to hide internal directories.