TripleEqualsInvocationOnSpread
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
trait TripleEqualsSupport.
- Value parameters:
- expectingEqual
trueif the result of a===invocation;falseif the result of a!==invocation.- spread
the
Spread[T]against which to compare the left-hand value
- Source:
- TripleEqualsSupport.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any