(t *testing.T)
| 33 | } |
| 34 | |
| 35 | func testStructJSONPtr(t *testing.T) *testStructJSON { |
| 36 | t.Helper() |
| 37 | |
| 38 | document := testStructJSONDoc(t) |
| 39 | |
| 40 | return &document |
| 41 | } |
| 42 | |
| 43 | // number of items in the test document. |
| 44 | func testDocumentNBItems() int { |
no test coverage detected
searching dependent graphs…