Snapshot

org.scalactic.Snapshot
final case class Snapshot(name: String, value: Any)

Case class that stores the name and value of a variable or expression.

See the main documentation for trait Snapshots for more information and examples.

Value parameters

name

the name of the expression

value

the value of the expression

Attributes

Source
Snapshots.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Overriden toString to print in {name} = {value} format.

Overriden toString to print in {name} = {value} format.

Attributes

Returns

string in {name} = {value} format

Definition Classes
Any
Source
Snapshots.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product