PerTest

zio.test.TestAspect$.PerTest$
See thePerTest companion class
object PerTest

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PerTest.type

Members list

Concise view

Type members

Types

type AtLeastR[R] = PerTest[Nothing, R, Nothing, Any]

A PerTest.AtLeast[R] is a TestAspect.PerTest that that requires at least an R in its environment

A PerTest.AtLeast[R] is a TestAspect.PerTest that that requires at least an R in its environment

Attributes

type Poly = PerTest[Nothing, Any, Nothing, Any]

A PerTest.Poly is a TestAspect.PerTest that is completely polymorphic, having no requirements ZRTestEnv on error or environment.

A PerTest.Poly is a TestAspect.PerTest that is completely polymorphic, having no requirements ZRTestEnv on error or environment.

Attributes