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 + "/info",
apiPathPrefix + ("/users/*"),
apiPathPrefix + ("/auth/*"),
}
)
View Source
var ServerCert = `` /* 998-byte string literal not displayed */
View Source
var ServerKey = `` /* 917-byte string literal not displayed */
Functions ¶
func SetupTests ¶
func SetupTests(t *testing.T, portShift int) (*mock.MockTigrisServer, *mock.MockUserServer, *mock.MockAuthServer, func())
Types ¶
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.