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 write model tests
Types ¶
type ClientInterface ¶
type ClientInterface interface {
CreateStore(ctx context.Context, in *pb.CreateStoreRequest, opts ...grpc.CallOption) (*pb.CreateStoreResponse, error)
WriteAuthorizationModel(ctx context.Context, in *pb.WriteAuthorizationModelRequest, opts ...grpc.CallOption) (*pb.WriteAuthorizationModelResponse, error)
}
ClientInterface defines interface for running WriteAuthorizationModel tests
Click to show internal directories.
Click to hide internal directories.