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

Function TestDecodeGoodMessage1

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

Source from the content-addressed store, hash-verified

900}
901
902func TestDecodeGoodMessage1(t *testing.T) {
903 testDecode(t, goodMessage1, DecoderOptions{}, false, true)
904}
905
906func TestDecodeGoodMessage2(t *testing.T) {
907 testDecode(t, goodMessage2, DecoderOptions{}, false, true)

Callers

nothing calls this directly

Calls 1

testDecodeFunction · 0.85

Tested by

no test coverage detected