TestExecutor

abstract class TestExecutor[+R, 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 run(fullyQualifiedName: String, spec: Spec[R, E], defExec: ExecutionStrategy)(implicit trace: Trace): UIO[Summary]