org.scalactic.TripleEqualsSupport
the Spread[T]
against which to compare the left-hand value
true
if the result of a ===
invocation; false
if the result of a !==
invocation.
true
if the result of a ===
invocation; false
if the result of a !==
invocation.
true
if the result of a ===
invocation; false
if the result of a !==
invocation.
the Spread[T]
against which to compare the left-hand value
the Spread[T]
against which to compare the left-hand value
Facilitates the “
should === (x += y)
” and “should !== (x += y)
” syntax of ScalaTest's matchers DSL.Instances of this class are created and returned by the
===
and!==
methods of traitTripleEqualsSupport
.the
Spread[T]
against which to compare the left-hand valuetrue
if the result of a===
invocation;false
if the result of a!==
invocation.