(networkName string)
| 591 | } |
| 592 | |
| 593 | func (s *HTTPService) NetworkHTTPEndpointFor(networkName string) string { |
| 594 | return s.NetworkEndpointFor(networkName, s.httpPort) |
| 595 | } |
| 596 | |
| 597 | // WaitSumMetrics waits for at least one instance of each given metric names to be present and their sums, returning true |
| 598 | // when passed to given isExpected(...). |
nothing calls this directly
no test coverage detected