Expect

weaver.Expect
class Expect extends Recorder[Boolean, Expectations] with UnaryRecorder[Boolean, Expectations]

Attributes

Graph
Supertypes
trait UnaryRecorder[Boolean, Expectations]
class Recorder[Boolean, Expectations]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

inline def apply(recording: Boolean, message: => String): A

Attributes

Inherited from:
UnaryRecorder
inline def apply(recording: Boolean): A

Attributes

Inherited from:
UnaryRecorder
def eql[A](expected: A, found: A)(implicit eqA: Eq[A], showA: Show[A], loc: SourceLocation): Expectations

Attributes

Inherited from:
ExpectSame (hidden)
def same[A](expected: A, found: A)(implicit eqA: Eq[A], showA: Show[A], loc: SourceLocation): Expectations

Same as eql but defaults to universal equality.

Same as eql but defaults to universal equality.

Attributes

Inherited from:
ExpectSame (hidden)

Concrete fields

lazy override val listener: RecorderListener[Boolean, Expectations]