NoTypedEqual

org.specs2.matcher.NoTypedEqual
trait NoTypedEqual extends TypedEqual

This trait can be used to suppress the TypedEqual implicit

Attributes

Graph
Supertypes
trait TypedEqual
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

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

Attributes

Inherited from:
TypedEqual
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override 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

Definition Classes