Versions in this module Expand all Collapse all v0 v0.0.2 Mar 6, 2018 v0.0.1 Feb 13, 2018 Changes in this version + func AddTLSConfigToURI(uri string) string + func AutoCreateIndex(t *testing.T, keys []string) + func AutoDropCollection(t *testing.T) + func AutoInsertDocs(t *testing.T, writeConcern *writeconcern.WriteConcern, docs ...*bson.Document) + func Cluster(t *testing.T) *cluster.Cluster + func ColName(t *testing.T) string + func ConnString(t *testing.T) connstring.ConnString + func DBName(t *testing.T) string + func DisableMaxTimeFailPoint(t *testing.T, s cluster.Server) + func DropCollection(t *testing.T, dbname, colname string) + func EnableMaxTimeFailPoint(t *testing.T, s cluster.Server) error + func InsertDocs(t *testing.T, dbname, colname string, writeConcern *writeconcern.WriteConcern, ...) + func Integration(t *testing.T)