kubernetes/staging/src/k8s.io/component-base/logs/json/json_test.go

// TestZapLoggerInfo test ZapLogger json info format
func TestZapLoggerInfo(t *testing.T) {}

// TestZapLoggerEnabled test ZapLogger enabled
func TestZapLoggerEnabled(t *testing.T) {}

// TestZapLoggerV test ZapLogger V set log level func
func TestZapLoggerV(t *testing.T) {}

// TestZapLoggerError test ZapLogger json error format
func TestZapLoggerError(t *testing.T) {}

func TestZapLoggerStreams(t *testing.T) {}

type testBuff

// Sync syncs data to file
func (b *testBuff) Sync() error {}

// Write writes data to buffer
func (b *testBuff) Write(p []byte) (int, error) {}