(t *testing.T)
| 43 | } |
| 44 | |
| 45 | func 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 | |
| 50 | func TestTableFormatter(t *testing.T) { |
| 51 | f := &TableFormatter{} |
nothing calls this directly
no test coverage detected