func init() { … } // SetDefaultVerbosity can be called during init to modify the default // log verbosity of the program. func SetDefaultVerbosity(v int) { … } // NewTestContext is a replacement for ktesting.NewTestContext // which returns a more versatile context. func NewTestContext(tb testing.TB) (klog.Logger, TContext) { … }