Error

final case class Error(failedAtOffset: Int, expected: NonEmptyList[Expectation])
Represents where a failure occurred and all the expectations that were broken
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Methods

def offsets: NonEmptyList[Int]

Inherited methods

def productIterator: Iterator[Any]
Inhertied from
Product
def productElementNames: Iterator[String]
Inhertied from
Product