org.scalactic.TripleEqualsSupport
Facilitates the “should ===” and “should !==” syntax of ScalaTest's matchers DSL.
should ===
should !==
Instances of this class are created and returned by the === and !== methods of trait TripleEqualsSupport.
===
!==
TripleEqualsSupport
the right-hand side value for an equality assertion
true if the result of a === invocation; false if the result of a !== invocation.
true
false
Facilitates the “
should ===
” and “should !==
” syntax of ScalaTest's matchers DSL.Instances of this class are created and returned by the
===
and!==
methods of traitTripleEqualsSupport
.the right-hand side value for an equality assertion
true
if the result of a===
invocation;false
if the result of a!==
invocation.