Documentation ¶
Overview ¶
Package test contains testing helpers
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CaCert = `` /* 1104-byte string literal not displayed */
View Source
var (
HTTPRoutes = []string{
apiPathPrefix + ("/databases/*"),
apiPathPrefix + ("/collections/*"),
apiPathPrefix + ("/documents/*"),
apiPathPrefix + ("/management/*"),
apiPathPrefix + ("/observability/*"),
apiPathPrefix + ("/auth/*"),
}
)
View Source
var ServerCert = `` /* 998-byte string literal not displayed */
View Source
var ServerKey = `` /* 917-byte string literal not displayed */
Functions ¶
Types ¶
type MockServers ¶
type MockServers struct { Api *mock.MockTigrisServer Mgmt *mock.MockManagementServer Auth *mock.MockAuthServer O11y *mock.MockObservabilityServer }
func SetupTests ¶
func SetupTests(t *testing.T, portShift int) (*MockServers, func())
type ProtoMatcher ¶
func (*ProtoMatcher) Matches ¶
func (matcher *ProtoMatcher) Matches(actual interface{}) bool
func (*ProtoMatcher) String ¶
func (matcher *ProtoMatcher) String() string
Click to show internal directories.
Click to hide internal directories.