Expect

class Expect extends Recorder[Boolean, Expectations] with UnaryRecorder[Boolean, Expectations] with ExpectSame
trait ExpectSame
trait UnaryRecorder[Boolean, Expectations]
class Recorder[Boolean, Expectations]
class Object
trait Matchable
class Any

Value members

Methods

inline def all(inline recordings: Boolean*): Expectations

Fields

lazy override val listener: RecorderListener[Boolean, Expectations]

Inherited methods

inline def apply(recording: R, message: => String): A
Inhertied from
UnaryRecorder
inline def apply(recording: R): A
Inhertied from
UnaryRecorder
def same[A](expected: A, found: A)(eqA: Eq[A], showA: Show[A], loc: SourceLocation): Expectations
Inhertied from
ExpectSame