Error

final case class Error(failedAtOffset: Int, expected: NonEmptyList[Expectation])

Represents where a failure occurred and all the expectations that were broken

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

Concrete methods

def offsets: NonEmptyList[Int]

Inherited methods

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