TypedEqual

This trait adds some implicits to create expectations with the === sign

Companion:
object
class Object
trait Matchable
class Any

Type members

Classlikes

class TypedEqualExpectation[T](t: => T)

Implicits

Implicits

implicit def typedEqualExpectation[T](t: => T): TypedEqualExpectation[T]

A value can be tested against another with the === operator. It is equivalent to writing a must_== b

A value can be tested against another with the === operator. It is equivalent to writing a must_== b