Versions in this module Expand all Collapse all v1 v1.0.0 Dec 13, 2023 Changes in this version + func Assert(tb testing.TB, condition bool, msg string, v ...interface{}) + func CaptureOutput(f func()) string + func Equals(tb testing.TB, message, exp, act interface{}) + func Ko(tb testing.TB, err error) + func Ok(tb testing.TB, err error) + func SetupLog() + type ClientMock struct + func (c *ClientMock) Send(request rest.Request) (*rest.Response, error)