Documentation ¶
Overview ¶
Package checkresponse - provides networkservice chain elements to check the response received from the next element in the chain
Package checkresponse - provides networkservice chain elements to check the response received from the next element in the chain
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶ added in v1.5.0
func NewClient(t *testing.T, check func(*testing.T, *networkservice.Connection)) networkservice.NetworkServiceClient
NewClient - returns NetworkServiceClient chain elements to check the response received from the next element in the chain
t - *testing.T for checks check - function to check the Connnection
func NewServer ¶
func NewServer(t *testing.T, check func(*testing.T, *networkservice.Connection)) networkservice.NetworkServiceServer
NewServer - returns NetworkServiceServer chain elements to check the response received from the next element in the chain
t - *testing.T for checks check - function to check the Connnection
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.