(t *testing.T)
| 904 | } |
| 905 | |
| 906 | func TestDecodeGoodMessage2(t *testing.T) { |
| 907 | testDecode(t, goodMessage2, DecoderOptions{}, false, true) |
| 908 | } |
| 909 | |
| 910 | func TestDecodeBadMessage1(t *testing.T) { |
| 911 | testDecode(t, badMessage1, DecoderOptions{}, true, false) |
nothing calls this directly
no test coverage detected