MCPcopy Create free account
hub / github.com/OpenPrinting/goipp / TestDecodeGoodMessage2

Function TestDecodeGoodMessage2

encdec_test.go:906–908  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

904}
905
906func TestDecodeGoodMessage2(t *testing.T) {
907 testDecode(t, goodMessage2, DecoderOptions{}, false, true)
908}
909
910func TestDecodeBadMessage1(t *testing.T) {
911 testDecode(t, badMessage1, DecoderOptions{}, true, false)

Callers

nothing calls this directly

Calls 1

testDecodeFunction · 0.85

Tested by

no test coverage detected