Expectations

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

Value members

Methods

def failFast[F <: ([_$1] =>> Any)](evidence$1: Sync[F]): F[Unit]
Adds the specified location to the list of locations that will
be reported if an expectation is failed.

Inherited methods

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