Versions in this module Expand all Collapse all v2 v2.3.2 Mar 16, 2023 v2.3.1 Mar 16, 2023 Changes in this version + func FixtureGoldenFileName(t *testing.T, name string) string + func GetFreePort(t testing.TB) int + func GetMapKeys(t *testing.T, m interface{}) []string + func GetTestEtcd(t *testing.T) (*integration.Cluster, *clientv3.Client) + func GetTestNatsServer(t *testing.T) *server.Server + func ReadFile(t *testing.T, filepath string) []byte + func ShouldAlwaysReturn(t testing.TB, f interface{}, v interface{}, timeouts ...time.Duration) + func ShouldEventuallyReceive(t testing.TB, c interface{}, timeouts ...time.Duration) interface + func ShouldEventuallyReturn(t testing.TB, f interface{}, v interface{}, timeouts ...time.Duration) + func StartProcess(t testing.TB, program string, args ...string) *exec.Cmd + func StartServer(t testing.TB, frontend, debug bool, svType string, port int, sdPrefix string, ...) func() + func WriteFile(t *testing.T, filepath string, bytes []byte)