Expectations

case class Expectations(run: ValidatedNel[AssertionException, Unit])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def failFast[F[_]](`evidence$1`: Sync[F]): F[Unit]

Adds the specified location to the list of locations that will be reported if an expectation is failed.

Adds the specified location to the list of locations that will be reported if an expectation is failed.

Inherited methods

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