type getContextsTest … func TestGetContextsAll(t *testing.T) { … } func TestGetContextsAllNoHeader(t *testing.T) { … } func TestGetContextsAllSorted(t *testing.T) { … } func TestGetContextsAllName(t *testing.T) { … } func TestGetContextsAllNameNoHeader(t *testing.T) { … } func TestGetContextsAllNone(t *testing.T) { … } func TestGetContextsSelectOneOfTwo(t *testing.T) { … } func (test getContextsTest) run(t *testing.T) { … }