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.

class Object
trait Matchable
class Any

Value members

Concrete fields

val pos: Position
val prettifier: Prettifier