MongoDatabaseTest
object MongoDatabaseTest
Value members
Concrete methods
def withName[A](name: String)(f: MongoDatabase => ZIO[MongoClient, Throwable, A]): ZIO[MongoClient, Throwable, A]
def withRandomName[A](f: MongoDatabase => ZIO[MongoClient, Throwable, A]): ZIO[MongoClient, Throwable, A]