Sets Mongo connection, drops all previous collections, creates empty collections.
Sets Mongo connection, drops all previous collections, creates empty collections.
Prints "delimiter" between each DB reset so that it's easier to read logs.
Override this if you want to define real MongoDB database connection or faked in-memory Fongo database.
Override this if you want to define real MongoDB database connection or faked in-memory Fongo database.
(mongoDbTestContext: StringAdd).self
(mongoDbTestContext: StringFormat).self
(mongoDbTestContext: ArrowAssoc[MongoDbTestContext]).x
(Since version 2.10.0) Use leftOfArrow
instead
(mongoDbTestContext: Ensuring[MongoDbTestContext]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Defines a helper test trait that provides DB connection for tests.