TestExecutor

zio.test.TestExecutor
See theTestExecutor companion object
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.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def run(fullyQualifiedName: String, spec: Spec[R, E], defExec: ExecutionStrategy)(implicit trace: Trace): UIO[Summary]