Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reporter ¶
type Reporter interface { // Add adds the TestResult to the reporter. TestResults added this way can then be rendered out by calling Render(). Add(t TestResult) // Render renders the test results. The destination depends on the implementation. Render() // Reset resets the state of the reporter (e.g. remove any previously reported TestResults). Reset() }
Reporter is the interface for rest result reporting.
Click to show internal directories.
Click to hide internal directories.