Documentation ¶
Overview ¶
Package checkconnection provides utilities for checking the returned connection from the next element in a chain
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient(t *testing.T, check func(t *testing.T, conn *networkservice.Connection)) networkservice.NetworkServiceClient
NewClient - returns a NetworkServiceClient chain element that will check the connection returned by the next Client in the chain
t - *testing.T for the check check - function to run on the Connection to check it is as it should be
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.