TestContainerService

oxygen.test.container.TestContainerService
See theTestContainerService companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def containerLayer[R <: TestContainerService, E >: TestContainerError, A : Tag](make: ZIO[R & Scope, E, (A, Growable[TestContainer])]): ZLayer[R, E, A]
def randomAlphaString(length: Int): UIO[String]