()
| 29 | func (e TestEncoder) SetIndent(_, _ string) {} |
| 30 | |
| 31 | func (e TestEncoder) String() string { |
| 32 | return "{\"one\":\"world\",\"two\":\"hello\"}" |
| 33 | } |
| 34 | |
| 35 | func TestJSONBasic(t *testing.T) { |
| 36 | render := New() |
no outgoing calls
no test coverage detected