org.scalactic.TripleEqualsSupport
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.
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