TripleEqualsInvocationOnSpread

org.scalactic.TripleEqualsSupport.TripleEqualsInvocationOnSpread
final case class TripleEqualsInvocationOnSpread[T](spread: Spread[T], expectingEqual: Boolean)

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

true if the result of a === invocation; false if the result of a !== invocation.

spread

the Spread[T] against which to compare the left-hand value

Attributes

Source
TripleEqualsSupport.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product