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

Function TestJlFormatter

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

Source from the content-addressed store, hash-verified

43}
44
45func TestJlFormatter(t *testing.T) {
46 f := &JlFormatter{}
47 assert.Equal(t, "{\"CallerReference\":null,\"Id\":\"/hostedzone/Z1RWMUCMCPKCJX\",\"Name\":\"example.com.\",\"Config\":{\"Comment\":\"comment\",\"PrivateZone\":false},\"Features\":null,\"LinkedService\":null,\"ResourceRecordSetCount\":2}\n", formatTest(f))
48}
49
50func TestTableFormatter(t *testing.T) {
51 f := &TableFormatter{}

Callers

nothing calls this directly

Calls 1

formatTestFunction · 0.85

Tested by

no test coverage detected