(name string)
| 26 | } |
| 27 | |
| 28 | func testCaseDataFilePath(name string) string { |
| 29 | return filepath.Join("testdata", name+".txt") |
| 30 | } |
| 31 | |
| 32 | func helperLoadBytes(t *testing.T) []byte { |
| 33 | path := testCaseDataFilePath(t.Name()) |
no outgoing calls
no test coverage detected