MCPcopy
hub / github.com/pquerna/ffjson / TestForceStringTaggedDecoder

Function TestForceStringTaggedDecoder

tests/ff_test.go:584–588  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

582}
583
584func TestForceStringTaggedDecoder(t *testing.T) {
585 testCycle(t, &TstringTagged{}, &XstringTagged{})
586 testCycle(t, &TintTagged{}, &XintTagged{})
587 testCycle(t, &TboolTagged{}, &XboolTagged{})
588}
589
590func TestSortSame(t *testing.T) {
591 testSameMarshal(t, &TsortName{C: "foo", B: 12}, &XsortName{C: "foo", B: 12})

Callers

nothing calls this directly

Calls 1

testCycleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…