TypedEqual

org.specs2.matcher.TypedEqual
See theTypedEqual companion object
trait TypedEqual

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Type members

Classlikes

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

Attributes

Supertypes
class Object
trait Matchable
class Any

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

Attributes