SummaryProtocol

zio.test.sbt.SummaryProtocol$

The ScalaJS SBT Runner uses strings to send and receive summaries. To transmit structured Summary data, we need to serialize to and from strings.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def escape(token: String): String
def serialize(summary: Summary): String
def unescape(token: String): String