TestResult

zio.test.TestResult
See theTestResult companion object
case class TestResult(arrow: TestArrow[Any, Boolean])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def &&(that: TestResult): TestResult
def <==>(that: TestResult): TestResult
def ==>(that: TestResult): TestResult
def ??(message: String): TestResult
def iff(that: TestResult): TestResult
def isFailure: Boolean
def isSuccess: Boolean
def label(message: String): TestResult
def ||(that: TestResult): TestResult

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val failures: Option[TestTrace[Boolean]]
lazy val result: TestTrace[Boolean]