Documentation
¶
Overview ¶
Package check contains integration tests for the Check API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunAllTests ¶ added in v0.4.0
func RunAllTests(t *testing.T, client ClientInterface)
RunAllTests will run all check tests.
Types ¶
type ClientInterface ¶
type ClientInterface interface {
tests.TestClientBootstrapper
Check(ctx context.Context, in *openfgav1.CheckRequest, opts ...grpc.CallOption) (*openfgav1.CheckResponse, error)
}
ClientInterface defines client interface for running check tests.
Click to show internal directories.
Click to hide internal directories.