()
| 10 | ) |
| 11 | |
| 12 | func Run() { |
| 13 | testNamedRoundtrip() |
| 14 | testBytesRoundtrip() |
| 15 | testEmptyRoundtrip() |
| 16 | testOptionRoundtrip() |
| 17 | testRecordRoundtrip() |
| 18 | testInlineRoundtrip() |
| 19 | testLargeRoundtrip() |
| 20 | testMultiParamRoundtrip() |
| 21 | testNestedRoundtrip() |
| 22 | testVariantRoundtrip() |
| 23 | testResultRoundtrip() |
| 24 | testTupleRoundtrip() |
| 25 | testSingleEntryRoundtrip() |
| 26 | } |
| 27 | |
| 28 | func testNamedRoundtrip() { |
| 29 | input := test.NamesById{ |
nothing calls this directly
no test coverage detected