(t *testing.T)
| 900 | } |
| 901 | |
| 902 | func TestDecodeGoodMessage1(t *testing.T) { |
| 903 | testDecode(t, goodMessage1, DecoderOptions{}, false, true) |
| 904 | } |
| 905 | |
| 906 | func TestDecodeGoodMessage2(t *testing.T) { |
| 907 | testDecode(t, goodMessage2, DecoderOptions{}, false, true) |
nothing calls this directly
no test coverage detected