func TestInstantiateEquality(t *testing.T) { … } func TestInstantiateNonEquality(t *testing.T) { … } func TestMethodInstantiation(t *testing.T) { … } func TestImmutableSignatures(t *testing.T) { … } // Copied from errors.go. func stripAnnotations(s string) string { … }