Versions in this module Expand all Collapse all v0 v0.0.2 Jun 11, 2024 Changes in this version + var ProtoJSONMarshaler = &jsonpb.Marshaler + var SpewConfig = spew.ConfigState + func Equal(t *testing.T, handleType HandleType, expected interface{}, actual interface{}, ...) + func EqualError(t *testing.T, handleType HandleType, expected error, actual error, ...) + func Nil(t *testing.T, handleType HandleType, actual interface{}, ...) + func NoError(t *testing.T, handleType HandleType, err error, messages ...interface{}) + func NotEqual(t *testing.T, handleType HandleType, expected interface{}, actual interface{}, ...) + func NotNil(t *testing.T, handleType HandleType, actual interface{}, ...) + func ProtoEqual(t *testing.T, handleType HandleType, expected proto.Message, ...) + func ProtoNotEqual(t *testing.T, handleType HandleType, expected proto.Message, ...) + func SprintMessages(text string, messages []interface{}) string + func UnorderedListEqual(t *testing.T, handleType HandleType, expectedList interface{}, ...) + type HandleType int + const ErrorHandle + const FatalHandle + func (i HandleType) String() string v0.0.1 Mar 26, 2024