Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2018 Changes in this version + func Marshal(t *testing.T, testCases MarshallingCases) + func MarshalUnmarshalled(t *testing.T, testCases MarshallingCases) + func PrettyDiff(t *testing.T, expected, actual string) + func PrettyMarshal(toMarshall interface{}) string + func Unmarshal(t *testing.T, testCases MarshallingCases) + func UnmarshalMarshalled(t *testing.T, testCases MarshallingCases) + type MarshallingCases []struct