var myInt … var testTerms … func TestTermString(t *testing.T) { … } func split(s string, n int) []string { … } func testTerm(name string) *term { … } func TestTermEqual(t *testing.T) { … } func TestTermUnion(t *testing.T) { … } func TestTermIntersection(t *testing.T) { … } func TestTermIncludes(t *testing.T) { … } func TestTermSubsetOf(t *testing.T) { … } func TestTermDisjoint(t *testing.T) { … }