Versions in this module Expand all Collapse all v1 v1.4.1 Sep 27, 2020 Changes in this version + func AddCompressorToUri(uri string) string + func AddOptionsToURI(uri string, opts ...string) string + func AddTLSConfigToURI(uri string) string + func AutoCreateIndexes(t *testing.T, keys []string) + func AutoDropCollection(t *testing.T) + func AutoInsertDocs(t *testing.T, writeConcern *writeconcern.WriteConcern, ...) + func ColName(t *testing.T) string + func CompareVersions(t *testing.T, v1 string, v2 string) int + func ConnString(t *testing.T) connstring.ConnString + func DBName(t *testing.T) string + func DisableMaxTimeFailPoint(t *testing.T, s *topology.Server) + func DropCollection(t *testing.T, dbname, colname string) + func EnableMaxTimeFailPoint(t *testing.T, s *topology.Server) error + func GetConnString() (connstring.ConnString, error) + func GetDBName(cs connstring.ConnString) string + func GlobalMonitoredTopology(t *testing.T, monitor *event.CommandMonitor) *topology.Topology + func InsertDocs(t *testing.T, dbname, colname string, writeConcern *writeconcern.WriteConcern, ...) + func Integration(t *testing.T) + func MonitoredTopology(t *testing.T, dbName string, monitor *event.CommandMonitor) *topology.Topology + func RunCommand(t *testing.T, s *topology.Server, db string, cmd bsoncore.Document) (bsoncore.Document, error) + func Topology(t *testing.T) *topology.Topology + func TopologyWithConnString(t *testing.T, cs connstring.ConnString) *topology.Topology