AnyMustWrapper

org.scalatest.matchers.must.Matchers.AnyMustWrapper
sealed class AnyMustWrapper[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 must 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