Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/barnybug/cli53
/ formatTest
Function
formatTest
formatters_test.go:29–33 ·
view source on GitHub ↗
(f Formatter)
Source
from the content-addressed store, hash-verified
27
}
28
29
func
formatTest(f Formatter) string {
30
w := &bytes.Buffer{}
31
f.formatZoneList(testZones(), w)
32
return
w.String()
33
}
34
35
func
TestTextFormatter(t *testing.T) {
36
f := &TextFormatter{}
Callers
5
TestTextFormatter
Function · 0.85
TestJsonFormatter
Function · 0.85
TestJlFormatter
Function · 0.85
TestTableFormatter
Function · 0.85
TestCSVFormatter
Function · 0.85
Calls
3
testZones
Function · 0.85
formatZoneList
Method · 0.65
String
Method · 0.65
Tested by
no test coverage detected