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