(t *testing.T, handshakerAddress, serverAddress string)
| 404 | } |
| 405 | |
| 406 | func establishAltsConnection(t *testing.T, handshakerAddress, serverAddress string) { |
| 407 | establishAltsConnectionWithBoundAccessToken(t, handshakerAddress, serverAddress, "") |
| 408 | } |
| 409 | |
| 410 | func establishAltsConnectionWithBoundAccessToken(t *testing.T, handshakerAddress, serverAddress, boundAccessToken string) { |
| 411 | clientCreds := NewClientCreds(&ClientOptions{HandshakerServiceAddress: handshakerAddress}) |
no test coverage detected