type tstAux … func (*tstAux) CanBeAnSSAAux() { … } // This tests for a bug found when partitioning, but not sorting by the Aux value. func TestCSEAuxPartitionBug(t *testing.T) { … } // TestZCSE tests the zero arg cse. func TestZCSE(t *testing.T) { … }