Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RetrieveURL ¶
func ServiceHost ¶
Types ¶
type OutBuffers ¶ added in v1.6.0
type OutBuffers []OutBuffer
OutBuffers allows you to reset all the buffers easily.
func CaptureOutput ¶ added in v1.6.0
func CaptureOutput(labels ...string) OutBuffers
CaptureOutput creates labeled OutBuffers in the same order as labels.
func DumpLogsOnFail ¶ added in v1.6.0
func DumpLogsOnFail(t testing.TB, labels ...string) OutBuffers
DumpLogsOnFail creates labeled OutBuffers in the same order as labels. The difference between this and CaptureOutput is that when the test fails, these are dumped for diagnosis
func (OutBuffers) Reset ¶ added in v1.6.0
func (s OutBuffers) Reset()
Click to show internal directories.
Click to hide internal directories.