(cps []routing.PredicateSpec, dc ...routing.DataClient)
| 73 | } |
| 74 | |
| 75 | func newTestRoutingWithPredicates(cps []routing.PredicateSpec, dc ...routing.DataClient) (*testRouting, error) { |
| 76 | return newTestRoutingWithFiltersPredicates(builtin.MakeRegistry(), cps, dc...) |
| 77 | } |
| 78 | |
| 79 | func newTestRouting(dc ...routing.DataClient) (*testRouting, error) { |
| 80 | return newTestRoutingWithFiltersPredicates(builtin.MakeRegistry(), nil, dc...) |
no test coverage detected
searching dependent graphs…