(params url.Values)
| 60 | } |
| 61 | |
| 62 | func testAccessEntryWithQueryParameters(params url.Values) *AccessEntry { |
| 63 | testAccessEntry := testAccessEntry() |
| 64 | testAccessEntry.Request = testRequest(params) |
| 65 | |
| 66 | return testAccessEntry |
| 67 | } |
| 68 | |
| 69 | func testAccessLog(t *testing.T, entry *AccessEntry, expectedOutput string, o Options) { |
| 70 | testAccessLogExtended(t, entry, nil, expectedOutput, o) |
no test coverage detected
searching dependent graphs…