ZIOTestcontainers

zio.testcontainers.ZIOTestcontainers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def getHostAndPort(container: DockerComposeContainer)(serviceName: String)(servicePort: Int): UIO[(String, Int)]
def getHostAndPort[T <: GenericContainer[_]](container: SingleContainer[T])(port: Int): UIO[(String, Int)]
def toLayer[T <: Startable : Tag](container: T): ULayer[T]
def toZIO[T <: Startable](startable: T): URIO[Scope, T]