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.
(aroundOutsideRestService: StringAdd).self
(aroundOutsideRestService: StringFormat).self
(aroundOutsideRestService: ArrowAssoc[AroundOutsideRestService[T]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(aroundOutsideRestService: Ensuring[AroundOutsideRestService[T]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
An Around and Outside context for tests. You need to plug in/implement your service