AnyShouldWrapper

org.scalatest.matchers.should.Matchers.AnyShouldWrapper
sealed class AnyShouldWrapper[T](val leftSideValue: T, val pos: Position, val prettifier: Prettifier)

This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers for an overview of the matchers DSL.

This class is used in conjunction with an implicit conversion to enable should methods to be invoked on objects of type Any.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val leftSideValue: T
val pos: Position
val prettifier: Prettifier