PerTest

object PerTest
Companion:
class
class Object
trait Matchable
class Any
PerTest.type

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

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.