Summary

zio.test.Summary
See theSummary companion object
final case class Summary(success: Int, fail: Int, ignore: Int, failureDetails: String, duration: Duration)

Attributes

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

Members list

Value members

Concrete methods

def add(executionEvent: ExecutionEvent)(implicit trace: Trace): Summary
def add(other: Summary): Summary
def total: Int

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val status: Status