org.scalautils
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 EqualityConstraints.
===
!==
EqualityConstraints
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 traitEqualityConstraints.the right-hand side value for an equality assertion
trueif the result of a===invocation;falseif the result of a!==invocation.