Documentation ¶
Overview ¶
Package checkcontextonreturn - provides a NetworkServiceClient chain element for checking the state of the context.Context
after the next element in the chain has returned
Package checkcontextonreturn - provides a NetworkServiceClient chain element for checking the state of the context.Context
after the next element in the chain has returned
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient(t *testing.T, check func(t *testing.T, ctx context.Context)) networkservice.NetworkServiceClient
NewClient - returns a NetworkServiceClient chain element for checking the state of the context.Context
after the next element in the chain has returned t - *testing.T for doing the checks check - function for checking the context.Context
func NewServer ¶
func NewServer(t *testing.T, check func(t *testing.T, ctx context.Context)) networkservice.NetworkServiceServer
NewServer - returns a NetworkServiceServer chain element for checking the state of the context.Context
after the next element in the chain has returned t - *testing.T for doing the checks check - function for checking the context.Context
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.