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