MCPcopy Create free account
hub / github.com/barnybug/cli53 / TestTableFormatter

Function TestTableFormatter

formatters_test.go:50–53  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

48}
49
50func TestTableFormatter(t *testing.T) {
51 f := &TableFormatter{}
52 assert.Equal(t, "ID Name Record count Comment\nZ1RWMUCMCPKCJX example.com. 2 comment\n", formatTest(f))
53}
54
55func TestCSVFormatter(t *testing.T) {
56 f := &CSVFormatter{}

Callers

nothing calls this directly

Calls 1

formatTestFunction · 0.85

Tested by

no test coverage detected