Versions in this module Expand all Collapse all v1 v1.0.1 Jun 28, 2022 v1.0.0 Jun 24, 2022 Changes in this version + type SignalTester struct + func NewSignalTester(t *testing.T) *SignalTester + func (self *SignalTester) Done(value interface{}) + func (self *SignalTester) SetTimeout(du time.Duration) + func (self *SignalTester) WaitAndExpect(msg string, values ...interface{}) bool + type TestEchoACK struct + Msg string + Value int32 + func (self *TestEchoACK) String() string