package goConcurrency import "testing" func TestContextCancelTime(t *testing.T) { ContextCancelTime() } func TestContextCancelDeep(t *testing.T) { ContextCancelDeep() } func TestContextCancel(t *testing.T) { ContextCancel() } func TestContextValue(t *testing.T) { ContextValue() } func TestContextValueDeep(t *testing.T) { ContextValueDeep() }