(t *testing.T, wait *sync.WaitGroup)
| 456 | } |
| 457 | |
| 458 | func startFakeHandshakerService(t *testing.T, wait *sync.WaitGroup) (stop func(), address string) { |
| 459 | return startFakeHandshakerServiceWithExpectedBoundAccessToken(t, wait, "") |
| 460 | } |
| 461 | |
| 462 | func startFakeHandshakerServiceWithExpectedBoundAccessToken(t *testing.T, wait *sync.WaitGroup, boundAccessToken string) (stop func(), address string) { |
| 463 | listener, err := testutils.LocalTCPListener() |
no test coverage detected