TestExecutor

abstract class TestExecutor[+R <: Has[_], E]

A TestExecutor[R, E] is capable of executing specs that require an environment R and may fail with an E.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def environment: Layer[Nothing, R]
def run(spec: ZSpec[R, E], defExec: ExecutionStrategy): UIO[ExecutedSpec[E]]