TestContainer

oxygen.test.container.TestContainer
See theTestContainer companion object
final case class TestContainer

Attributes

Companion
object
Experimental
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def envVar(key: String, value: String): TestContainer
def envVar(key: String, value: Option[String]): TestContainer
def healthCheck(name: String)(effect: Task[Boolean]): TestContainer
def label(key: String, value: String): TestContainer
def label(key: String, value: Option[String]): TestContainer
def port(local: Int, container: Int): TestContainer
def port(local: Option[Int], container: Int): TestContainer

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product