(t *testing.T)
| 38 | } |
| 39 | |
| 40 | func TestJsonFormatter(t *testing.T) { |
| 41 | f := &JsonFormatter{} |
| 42 | 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)) |
| 43 | } |
| 44 | |
| 45 | func TestJlFormatter(t *testing.T) { |
| 46 | f := &JlFormatter{} |
nothing calls this directly
no test coverage detected