(doc string, params Params)
| 259 | } |
| 260 | |
| 261 | func newTestProxyWithParams(doc string, params Params) (*testProxy, error) { |
| 262 | return newTestProxyWithFiltersAndParams(nil, doc, params, nil) |
| 263 | } |
| 264 | |
| 265 | func newTestProxyWithPredicatesAndParams(predicates []routing.PredicateSpec, doc string, params Params) (*testProxy, error) { |
| 266 | return newCustomTestProxy(predicates, nil, doc, params, nil) |
no test coverage detected
searching dependent graphs…