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

Value members

Concrete methods

def deserialize(s: String): Option[Summary]
def escape(token: String): String
def serialize(summary: Summary): String
def unescape(token: String): String