MongoDatabaseTest

io.github.zeal18.zio.mongodb.testkit.MongoDatabaseTest$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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]

Concrete fields

val random: ZLayer[MongoClient, Throwable, MongoDatabase]