func TestStringSet(t *testing.T) { … } func TestStringSetDeleteMultiples(t *testing.T) { … } func TestNewStringSet(t *testing.T) { … } func TestStringSetList(t *testing.T) { … } func TestStringSetDifference(t *testing.T) { … } func TestStringSetSymmetricDifference(t *testing.T) { … } func TestStringSetHasAny(t *testing.T) { … } func TestStringSetEquals(t *testing.T) { … } func TestStringUnion(t *testing.T) { … } func TestStringIntersection(t *testing.T) { … } type randomStringAlphabet … func (a randomStringAlphabet) makeString(minLen, maxLen int) string { … } var randomStringMaker … func BenchmarkStringSet(b *testing.B) { … }