MCPcopy Create free account
hub / github.com/commander-cli/commander / Test_NewCliOutput

Function Test_NewCliOutput

pkg/output/cli_test.go:12–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

10)
11
12func Test_NewCliOutput(t *testing.T) {
13 got := NewCliOutput(true)
14 assert.IsType(t, OutputWriter{}, got)
15}
16
17func Test_GetEventHandler(t *testing.T) {
18 writer := NewCliOutput(true)

Callers

nothing calls this directly

Calls 1

NewCliOutputFunction · 0.85

Tested by

no test coverage detected