Documentation
¶
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 *openfgapb.CheckRequest, opts ...grpc.CallOption) (*openfgapb.CheckResponse, error)
}
ClientInterface defines client interface for running check tests
Click to show internal directories.
Click to hide internal directories.