DecidedWord

org.scalactic.Explicitly.DecidedWord
class DecidedWord

This class is part of the Scalactic “explicitly DSL”. Please see the documentation for Explicitly for an overview of the explicitly DSL.

Attributes

Source
Explicitly.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def by[A](equality: Equality[A]): DecidedByEquality[A]

This method enables the following syntax:

This method enables the following syntax:

result should equal ("hello") (decided by defaultEquality)
                                      ^

Attributes

Source
Explicitly.scala