Versions in this module Expand all Collapse all v0 v0.2.0 Feb 25, 2018 v0.1.0 Feb 11, 2018 Changes in this version + var PartExists = &enmime.Part + func ComparePart(t *testing.T, got *enmime.Part, want *enmime.Part) (equal bool) + func ContentContainsString(t *testing.T, b []byte, substr string) + func ContentEqualsBytes(t *testing.T, b []byte, want []byte) + func ContentEqualsString(t *testing.T, b []byte, str string) + func DiffGolden(t *testing.T, got []byte, path ...string) + func DiffLines(t *testing.T, got []byte, want []byte) + func DiffStrings(t *testing.T, got []string, want []string) + func OpenTestData(subdir, filename string) io.Reader