SingleContainerOps

zio.testcontainers.`package`.SingleContainerOps
final implicit class SingleContainerOps[T <: GenericContainer[_]](self: SingleContainer[T]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def getHostAndPort(port: Int): UIO[(String, Int)]