Documentation
¶
Overview ¶
Package data includes utilities for property test data management and verification.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VerifyFn = func(innerGm gm.Gomega, sharedContext helpers.SharedContext, args helpers.Args) { ctx := context.Background() verifyWithContext(ctx, innerGm, sharedContext, args) }
VerifyFn verify whether the query response matches the wanted result.
Functions ¶
func Write ¶
func Write(conn *grpclib.ClientConn, name string)
Write writes a property with the given name to the default group and name.
func WriteToGroup ¶
func WriteToGroup(conn *grpclib.ClientConn, name, group, fileName string)
WriteToGroup writes a property with the given name to the specified group and name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.