EmbeddedMongo

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def withRunningEmbeddedMongo[R, E, A](test: => ZIO[R, E, A]): ZIO[R & Scope, E, A]
def withRunningEmbeddedMongo[R, E, A](host: String, port: Int)(test: => ZIO[R, E, A]): ZIO[R & Scope, E, A]
def withRunningEmbeddedMongo[R, E, A](host: String, port: Int, username: String, password: String)(test: => ZIO[R, E, A]): ZIO[R & Scope, E, A]