const currentContext … const newContext … const nonexistentCurrentContext … const existentNewContext … var contextData … type renameContextTest … func TestRenameContext(t *testing.T) { … } func TestRenameNonexistentContext(t *testing.T) { … } func TestRenameToAlreadyExistingContext(t *testing.T) { … } func (test renameContextTest) run(t *testing.T) { … }