Versions in this module Expand all Collapse all v0 v0.6.0 Mar 9, 2020 v0.5.0 Mar 20, 2019 Changes in this version + const DefaultServerConfig + const Timeout + const TimeoutShort + func AssertTrueEventually(t *testing.T, assertions func() bool) + func CreateClientAndCluster(controller *rc.RemoteControllerClient) (hazelcast.Client, func()) + func CreateClientAndClusterWithConfig(controller *rc.RemoteControllerClient, cfg *config.Config) (hazelcast.Client, func()) + func CreateClientAndClusterWithMembers(controller *rc.RemoteControllerClient, memberAmount int) (hazelcast.Client, func()) + func CreateCluster(controller *rc.RemoteControllerClient) func() + func NewNonDeserializableData() serialization.Data + func NewNonDeserializableDataSlice() []serialization.Data + func NewNonSerializableObject() interface + func NewNonSerializableObjectSlice() []interface + func NewSerializableData() serialization.Data + func Read(filename string) (string, error) + func WaitTimeout(wg *sync.WaitGroup, timeout time.Duration) bool + type NonSerializable struct